|
@@ -1,10 +1,7 @@
|
|
|
{
|
|
|
"pages": [
|
|
|
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
- {
|
|
|
- "path": "pages/index/index",
|
|
|
- "style": {}
|
|
|
- },
|
|
|
+
|
|
|
//大走访start
|
|
|
{
|
|
|
"path": "pages/index/Dzfindex",
|
|
@@ -28,6 +25,10 @@
|
|
|
},
|
|
|
|
|
|
//大走访end
|
|
|
+ {
|
|
|
+ "path": "pages/index/index",
|
|
|
+ "style": {}
|
|
|
+ },
|
|
|
{
|
|
|
"path": "pages/index/Tabindex",
|
|
|
"style": {}
|