forked from gxwebsoft/mp-10550
优化细节
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export default defineAppConfig({
|
||||
pages: [
|
||||
'pages/index/index',
|
||||
'pages/category/index',
|
||||
'pages/order/order',
|
||||
'pages/cart/cart',
|
||||
'pages/user/user'
|
||||
@@ -20,10 +21,8 @@ export default defineAppConfig({
|
||||
{
|
||||
"root": "cms",
|
||||
"pages": [
|
||||
"about",
|
||||
"article",
|
||||
"detail",
|
||||
"help"
|
||||
'category/index',
|
||||
"detail/index"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -37,11 +36,13 @@ export default defineAppConfig({
|
||||
"address/add",
|
||||
"address/wxAddress",
|
||||
"help/index",
|
||||
"about/index"
|
||||
]
|
||||
},
|
||||
{
|
||||
"root": "shop",
|
||||
"pages": [
|
||||
'category/index',
|
||||
'orderDetail/index',
|
||||
'goodsDetail/index',
|
||||
'orderConfirm/index',
|
||||
@@ -88,7 +89,8 @@ export default defineAppConfig({
|
||||
},
|
||||
requiredPrivateInfos: [
|
||||
"getLocation",
|
||||
"chooseLocation"
|
||||
"chooseLocation",
|
||||
"chooseAddress"
|
||||
],
|
||||
permission: {
|
||||
"scope.userLocation": {
|
||||
|
||||
Reference in New Issue
Block a user