diff --git a/pages.json b/pages.json index 0504432eaf79951263ffc60a72aa89099baaac2f..012193e2c74a171294563fda3b1d62df2250da54 100644 --- a/pages.json +++ b/pages.json @@ -1,7 +1,7 @@ { "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { - "path": "pages/tabBar/component/component", + "path": "pages/tabBar/component", "style": { "navigationBarTitleText": "内置组件", "backgroundColor": "#F8F8F8" @@ -122,7 +122,7 @@ } }, { - "path": "pages/tabBar/API/API", + "path": "pages/tabBar/API", "style": { "navigationBarTitleText": "接口", "backgroundColor": "#F8F8F8" @@ -183,7 +183,7 @@ } }, { - "path": "pages/tabBar/CSS/CSS", + "path": "pages/tabBar/CSS", "style": { "navigationBarTitleText": "CSS", "backgroundColor": "#F8F8F8" @@ -569,7 +569,7 @@ } }, { - "path": "pages/tabBar/template/template", + "path": "pages/tabBar/template", "style": { "navigationBarTitleText": "模板", "enablePullDownRefresh": false @@ -597,25 +597,25 @@ "borderStyle": "black", "backgroundColor": "#F8F8F8", "list": [{ - "pagePath": "pages/tabBar/component/component", + "pagePath": "pages/tabBar/component", "iconPath": "static/component.png", "selectedIconPath": "static/componentHL.png", "text": "内置组件" }, { - "pagePath": "pages/tabBar/API/API", + "pagePath": "pages/tabBar/API", "iconPath": "static/api.png", "selectedIconPath": "static/apiHL.png", "text": "接口" }, { - "pagePath": "pages/tabBar/CSS/CSS", + "pagePath": "pages/tabBar/CSS", "iconPath": "static/extui.png", "selectedIconPath": "static/extuiHL.png", "text": "CSS" }, { - "pagePath": "pages/tabBar/template/template", + "pagePath": "pages/tabBar/template", "iconPath": "static/template.png", "selectedIconPath": "static/templateHL.png", "text": "模板" diff --git a/pages/tabBar/template/template.uvue b/pages/tabBar/template.uvue similarity index 95% rename from pages/tabBar/template/template.uvue rename to pages/tabBar/template.uvue index 9c041dee10963d2ab1bad28c42b2ad47a3b2637f..a101e7cfda143f2366c08a5bc7463c793ade4d56 100644 --- a/pages/tabBar/template/template.uvue +++ b/pages/tabBar/template.uvue @@ -94,7 +94,7 @@