chore(test): 测试代码
This commit is contained in:
59
pages.json
59
pages.json
@@ -7,35 +7,25 @@
|
||||
// "navigationStyle": "custom",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/contact/contact",
|
||||
"style": {
|
||||
"navigationBarTitleText": "电子名片"
|
||||
}
|
||||
},
|
||||
//******************商品模块(11)******************
|
||||
{
|
||||
"path": "pages/goods/category",
|
||||
"style": {
|
||||
"disableScroll": true,
|
||||
"navigationBarTitleText": "商品分类",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
//******************会员模块(20)******************
|
||||
{
|
||||
"path": "pages/member/index",
|
||||
"style": {
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"subPackages": [
|
||||
{
|
||||
"root": "components-diy",
|
||||
"pages": []
|
||||
},
|
||||
{
|
||||
//******************商品模块分包******************
|
||||
"root": "pages_goods",
|
||||
"pages": [
|
||||
{
|
||||
"path": "category",
|
||||
"style": {
|
||||
"disableScroll": true,
|
||||
"navigationBarTitleText": "商品分类",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "cart",
|
||||
"style": {
|
||||
@@ -332,6 +322,12 @@
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "contact/contact",
|
||||
"style": {
|
||||
"navigationBarTitleText": "电子名片"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "webview/webview",
|
||||
"style": {
|
||||
@@ -350,6 +346,14 @@
|
||||
}
|
||||
},
|
||||
//******************会员模块(20)******************
|
||||
{
|
||||
"path": "member/index",
|
||||
"style": {
|
||||
// #ifdef APP-PLUS
|
||||
"navigationStyle": "custom"
|
||||
// #endif
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "member/modify_face",
|
||||
"style": {
|
||||
@@ -928,21 +932,24 @@
|
||||
"text": ""
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/goods/category",
|
||||
"pagePath": "pages_goods/category",
|
||||
"text": ""
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/contact/contact",
|
||||
"pagePath": "pages_tool/contact/contact",
|
||||
"text": ""
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/member/index",
|
||||
"pagePath": "pages_tool/member/index",
|
||||
"text": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"easycom": {
|
||||
"diy-*(\\W.*)": "@/components/diy-components/diy$1.vue"
|
||||
"autoscan": true,
|
||||
"custom": {
|
||||
"diy-*(\\W.*)": "@/components-diy/diy$1.vue"
|
||||
}
|
||||
},
|
||||
"preloadRule": {
|
||||
"pages/index/index": {
|
||||
|
||||
Reference in New Issue
Block a user