视频点播二重唱
This commit is contained in:
47
pages.json
47
pages.json
@@ -1,7 +1,4 @@
|
||||
{
|
||||
|
||||
|
||||
|
||||
// "leftWindow": {
|
||||
// "path": "windows/left-window.vue",
|
||||
// "style": {
|
||||
@@ -14,7 +11,8 @@
|
||||
// "height": "60px"
|
||||
// }
|
||||
// },
|
||||
"pages": [{
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/advertisement/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "启动页",
|
||||
@@ -74,7 +72,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"path": "pages/curriculum/order/curriculum/videoDetail",
|
||||
"style": {
|
||||
@@ -340,7 +337,8 @@
|
||||
"titleNView": false,
|
||||
"popGesture": "none"
|
||||
}
|
||||
}
|
||||
},
|
||||
"renderjs": "renderjs/custom.js"
|
||||
},
|
||||
{
|
||||
"path": "pages/courseInformation/index/index",
|
||||
@@ -491,12 +489,14 @@
|
||||
"navigationBarTitleText": "模版",
|
||||
"app-plus": {
|
||||
"titleNView": {
|
||||
"buttons": [{
|
||||
"text": "\ue534",
|
||||
"fontSrc": "/static/uni.ttf",
|
||||
"fontSize": "22px",
|
||||
"color": "#FFFFFF"
|
||||
}]
|
||||
"buttons": [
|
||||
{
|
||||
"text": "\ue534",
|
||||
"fontSrc": "/static/uni.ttf",
|
||||
"fontSize": "22px",
|
||||
"color": "#FFFFFF"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -507,12 +507,14 @@
|
||||
"navigationBarTitleText": "扩展组件",
|
||||
"app-plus": {
|
||||
"titleNView": {
|
||||
"buttons": [{
|
||||
"text": "\ue534",
|
||||
"fontSrc": "/static/uni.ttf",
|
||||
"fontSize": "22px",
|
||||
"color": "#FFFFFF"
|
||||
}]
|
||||
"buttons": [
|
||||
{
|
||||
"text": "\ue534",
|
||||
"fontSrc": "/static/uni.ttf",
|
||||
"fontSize": "22px",
|
||||
"color": "#FFFFFF"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -814,11 +816,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"subPackages": [
|
||||
|
||||
|
||||
|
||||
],
|
||||
"subPackages": [],
|
||||
"globalStyle": {
|
||||
"pageOrientation": "portrait",
|
||||
"navigationBarTitleText": "Hello uniapp",
|
||||
@@ -846,7 +844,8 @@
|
||||
"borderStyle": "black",
|
||||
// "backgroundColor": "#ffffff",
|
||||
"backgroundColor": "#fff",
|
||||
"list": [{
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/homePage/index/index",
|
||||
"iconPath": "static/tab/home.png",
|
||||
"selectedIconPath": "static/tab/home_active.png",
|
||||
|
||||
Reference in New Issue
Block a user