更新:增加“课程首页”功能
This commit is contained in:
21
pages.json
21
pages.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"path": "pages/course/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%index.title%"
|
||||
}
|
||||
@@ -123,21 +123,6 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
// "tabBar": {
|
||||
// "color": "#7A7E83",
|
||||
// "selectedColor": "#007AFF",
|
||||
// "borderStyle": "black",
|
||||
// "backgroundColor": "#F8F8F8",
|
||||
// "list": [{
|
||||
// "pagePath": "pages/index/index",
|
||||
// "text": "%index.home%"
|
||||
// },
|
||||
// {
|
||||
// "pagePath": "pages/component/component",
|
||||
// "text": "%index.component%"
|
||||
// }
|
||||
// ]
|
||||
// },
|
||||
"tabBar": {
|
||||
"color": "#444444",
|
||||
"selectedColor": "#079307",
|
||||
@@ -145,7 +130,7 @@
|
||||
"backgroundColor": "#ffffff",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"pagePath": "pages/course/index",
|
||||
"iconPath": "static/tab/icon1_n.png",
|
||||
"selectedIconPath": "static/tab/icon1_y.png",
|
||||
"text": "%tabar.course%"
|
||||
@@ -166,7 +151,7 @@
|
||||
},
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "疯子读书",
|
||||
"navigationBarTitleText": "太湖国际",
|
||||
"navigationBarBackgroundColor": "#FFFFFF",
|
||||
"backgroundColor": "#FFFFFF",
|
||||
"navigationStyle": "custom"
|
||||
|
||||
Reference in New Issue
Block a user