i
This commit is contained in:
@@ -18,6 +18,8 @@ export default defineAppConfig({
|
||||
"distribution/index",
|
||||
"distribution/integral/index",
|
||||
"distribution/userlist/index",
|
||||
"login/index",
|
||||
"bindPhone/index",
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -30,7 +32,19 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
root: "pages/admin",
|
||||
pages: ["verify/index"],
|
||||
pages: [
|
||||
"verify/index",
|
||||
"order_manage/index",
|
||||
"order_manage/list/index",
|
||||
"order_manage/detail/index",
|
||||
"verify/verify_list/index",
|
||||
"statistics/index",
|
||||
"withdrawal/index",
|
||||
],
|
||||
},
|
||||
{
|
||||
root: "pages/product",
|
||||
pages: ["list/index", "addGoods/index"],
|
||||
},
|
||||
{
|
||||
root: "pages/game",
|
||||
@@ -40,6 +54,10 @@ export default defineAppConfig({
|
||||
root: "pages/hotGoods",
|
||||
pages: ["index/index", "hot_list/index"],
|
||||
},
|
||||
{
|
||||
root: "pages/mer",
|
||||
pages: ["mer_detail/index"],
|
||||
},
|
||||
],
|
||||
window: {
|
||||
backgroundTextStyle: "light",
|
||||
|
||||
Reference in New Issue
Block a user