currentVideo
This commit is contained in:
58
pages.json
58
pages.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// "leftWindow": {
|
||||
// "path": "windows/left-window.vue",
|
||||
// "style": {
|
||||
@@ -14,8 +14,7 @@
|
||||
// "height": "60px"
|
||||
// }
|
||||
// },
|
||||
"pages": [
|
||||
{
|
||||
"pages": [{
|
||||
"path": "pages/advertisement/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "启动页",
|
||||
@@ -491,14 +490,12 @@
|
||||
"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"
|
||||
}]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -509,14 +506,12 @@
|
||||
"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"
|
||||
}]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -807,16 +802,16 @@
|
||||
}
|
||||
],
|
||||
"subPackages": [
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
],
|
||||
"globalStyle": {
|
||||
"pageOrientation": "portrait",
|
||||
"navigationBarTitleText": "Hello uniapp",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#007AFF",
|
||||
"backgroundColor": "#d8f8e4",
|
||||
"backgroundColor": "#f0f0f0",
|
||||
// "backgroundColor": "#F8F8F8",
|
||||
"backgroundColorTop": "#F4F5F6",
|
||||
"backgroundColorBottom": "#F4F5F6",
|
||||
@@ -837,31 +832,30 @@
|
||||
"selectedColor": "#079307",
|
||||
"borderStyle": "black",
|
||||
// "backgroundColor": "#ffffff",
|
||||
"backgroundColor": "#d8f8e4",
|
||||
"list": [
|
||||
{
|
||||
"backgroundColor": "#ffffff",
|
||||
"list": [{
|
||||
"pagePath": "pages/homePage/index/index",
|
||||
"iconPath": "static/tab/home.png",
|
||||
"selectedIconPath": "static/tab/home_active.png",
|
||||
"text": ""
|
||||
"text": "首页"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/TaihuPublicWelfare/index/index",
|
||||
"iconPath": "static/tab/thgy.png",
|
||||
"selectedIconPath": "static/tab/thgy_active.png",
|
||||
"text": ""
|
||||
"text": "太湖公益"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/bookShop/orderList",
|
||||
"iconPath": "static/tab/order.png",
|
||||
"selectedIconPath": "static/tab/order_active.png",
|
||||
"text": ""
|
||||
"text": "订单"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/mine/mine/index",
|
||||
"iconPath": "static/tab/mine.png",
|
||||
"selectedIconPath": "static/tab/mine_active.png",
|
||||
"text": ""
|
||||
"text": "我的"
|
||||
}
|
||||
// {
|
||||
// "pagePath": "pages/tabBar/component/component",
|
||||
|
||||
Reference in New Issue
Block a user