chore(test): 测试代码

This commit is contained in:
2025-12-29 15:54:00 +08:00
parent 6b5a268955
commit 30403871e7
15 changed files with 394 additions and 99 deletions

View File

@@ -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": {