diff --git a/pages.json b/pages.json
index e35a47d..aa31a4d 100644
--- a/pages.json
+++ b/pages.json
@@ -345,12 +345,16 @@
]
},
{
- //******************工具模块分包******************
+ //******************工具模块主分包(公共组件)******************
"root": "pages_tool",
+ "pages": []
+ },
+ {
+ //******************会员模块-基础信息子分包******************
+ "root": "pages_tool/member/basic",
"pages": [
- // 会员模块
{
- "path": "member/index",
+ "path": "index",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -358,7 +362,7 @@
}
},
{
- "path": "member/modify_face",
+ "path": "modify_face",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -366,7 +370,7 @@
}
},
{
- "path": "member/account",
+ "path": "account",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -374,7 +378,7 @@
}
},
{
- "path": "member/account_edit",
+ "path": "account_edit",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -382,195 +386,7 @@
}
},
{
- "path": "member/apply_withdrawal",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "member/balance",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "member/balance_detail",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "member/collection",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "member/coupon",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom",
- // #endif
- "disableScroll": true
- }
- },
- {
- "path": "member/contact",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "member/footprint",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "member/level",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "member/card",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "member/card_buy",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "member/card_agreement",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "member/level_growth_rules",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "member/point",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "member/point_detail",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "member/withdrawal",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "member/withdrawal_detail",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "member/address",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "member/address_edit",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "member/pay_password",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "member/cancellation",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "member/assets",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "member/cancelstatus",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "member/cancelsuccess",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "member/cancelrefuse",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "member/info",
+ "path": "info",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom",
@@ -579,7 +395,21 @@
}
},
{
- "path": "member/info_edit",
+ "path": "info_edit",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ }
+ ]
+ },
+ {
+ //******************会员模块-地址管理子分包******************
+ "root": "pages_tool/member/address",
+ "pages": [
+ {
+ "path": "address",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -587,16 +417,27 @@
}
},
{
- "path": "member/invite_friends",
+ "path": "address_edit",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
// #endif
}
- },
- // 商品模块
+ }
+ ]
+ },
+ {
+ //******************会员模块-资金管理子分包******************
+ "root": "pages_tool/member/finance",
+ "pages": [
{
- "path": "goods/coupon",
+ "path": "balance",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "balance_detail",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -604,7 +445,13 @@
}
},
{
- "path": "goods/coupon_receive",
+ "path": "point",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "point_detail",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -612,7 +459,7 @@
}
},
{
- "path": "goods/evaluate",
+ "path": "apply_withdrawal",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -620,7 +467,7 @@
}
},
{
- "path": "goods/search",
+ "path": "withdrawal",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -628,7 +475,7 @@
}
},
{
- "path": "goods/brand",
+ "path": "withdrawal_detail",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -636,16 +483,7 @@
}
},
{
- "path": "goods/not_exist",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- // 订单模块
- {
- "path": "order/logistics",
+ "path": "pay_password",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -653,7 +491,7 @@
}
},
{
- "path": "order/evaluate",
+ "path": "card",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -661,7 +499,7 @@
}
},
{
- "path": "order/refund",
+ "path": "card_buy",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -669,7 +507,21 @@
}
},
{
- "path": "order/refund_goods_select",
+ "path": "card_agreement",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ }
+ ]
+ },
+ {
+ //******************会员模块-会员权益子分包******************
+ "root": "pages_tool/member/rights",
+ "pages": [
+ {
+ "path": "level",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -677,7 +529,7 @@
}
},
{
- "path": "order/refund_type_select",
+ "path": "level_growth_rules",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -685,7 +537,30 @@
}
},
{
- "path": "order/refund_batch",
+ "path": "coupon",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom",
+ // #endif
+ "disableScroll": true
+ }
+ },
+ {
+ "path": "invite_friends",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ }
+ ]
+ },
+ {
+ //******************会员模块-其他功能子分包******************
+ "root": "pages_tool/member/other",
+ "pages": [
+ {
+ "path": "collection",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -693,7 +568,7 @@
}
},
{
- "path": "order/refund_detail",
+ "path": "footprint",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -701,7 +576,170 @@
}
},
{
- "path": "order/activist",
+ "path": "assets",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ },
+ {
+ "path": "cancellation",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ },
+ {
+ "path": "cancelstatus",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ },
+ {
+ "path": "cancelsuccess",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ },
+ {
+ "path": "cancelrefuse",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ },
+ {
+ "path": "contact",
+ "style": {
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": true
+ }
+ }
+ ]
+ },
+ {
+ //******************商品模块子分包******************
+ "root": "pages_tool/goods",
+ "pages": [
+ {
+ "path": "coupon",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ },
+ {
+ "path": "coupon_receive",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ },
+ {
+ "path": "evaluate",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ },
+ {
+ "path": "search",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ },
+ {
+ "path": "brand",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ },
+ {
+ "path": "not_exist",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ }
+ ]
+ },
+ {
+ //******************订单模块子分包******************
+ "root": "pages_tool/order",
+ "pages": [
+ {
+ "path": "logistics",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ },
+ {
+ "path": "evaluate",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ },
+ {
+ "path": "refund",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ },
+ {
+ "path": "refund_goods_select",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ },
+ {
+ "path": "refund_type_select",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ },
+ {
+ "path": "refund_batch",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ },
+ {
+ "path": "refund_detail",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ },
+ {
+ "path": "activist",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom",
@@ -710,34 +748,97 @@
}
},
{
- "path": "order/detail_virtual",
+ "path": "detail_virtual",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ }
+ ]
+ },
+ {
+ //******************协议模块子分包******************
+ "root": "pages_tool/agreement",
+ "pages": [
+ {
+ "path": "contenr",
+ "style": {
+ "navigationBarTitleText": ""
+ }
+ }
+ ]
+ },
+ {
+ //******************文章模块子分包******************
+ "root": "pages_tool/article",
+ "pages": [
+ {
+ "path": "list",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
// #endif
}
},
- // 其他模块
{
- "path": "agreement/contenr",
+ "path": "detail",
"style": {
- "navigationBarTitleText": ""
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
}
- },
+ }
+ ]
+ },
+ {
+ //******************案例模块子分包******************
+ "root": "pages_tool/cases",
+ "pages": [
{
- "path": "vr/index",
+ "path": "index",
"style": {
- "navigationBarTitleText": ""
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom",
+ // #endif
+ "navigationBarTitleText": "案例展示"
}
- },
+ }
+ ]
+ },
+ {
+ //******************联系模块子分包******************
+ "root": "pages_tool/contact",
+ "pages": [
{
- "path": "contact/contact",
+ "path": "contact",
"style": {
"navigationBarTitleText": "电子名片"
}
- },
+ }
+ ]
+ },
+ {
+ //******************文件模块子分包******************
+ "root": "pages_tool/files",
+ "pages": [
{
- "path": "webview/webview",
+ "path": "list",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom",
+ // #endif
+ "navigationBarTitleText": "查看文件"
+ }
+ }
+ ]
+ },
+ {
+ //******************表单模块子分包******************
+ "root": "pages_tool/form",
+ "pages": [
+ {
+ "path": "form",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -745,16 +846,58 @@
}
},
{
- "path": "index/diy",
+ "path": "formdata",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ }
+ ]
+ },
+ {
+ //******************帮助模块子分包******************
+ "root": "pages_tool/help",
+ "pages": [
+ {
+ "path": "list",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ },
+ {
+ "path": "detail",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ }
+ ]
+ },
+ {
+ //******************首页模块子分包******************
+ "root": "pages_tool/index",
+ "pages": [
+ {
+ "path": "diy",
"style": {
// #ifdef MP-WEIXIN
// "navigationStyle": "custom",
// #endif
"enablePullDownRefresh": true
}
- },
+ }
+ ]
+ },
+ {
+ //******************登录模块子分包******************
+ "root": "pages_tool/login",
+ "pages": [
{
- "path": "login/find",
+ "path": "find",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -762,7 +905,22 @@
}
},
{
- "path": "help/list",
+ "path": "login",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom",
+ // #endif
+ "navigationBarTitleText": "登录"
+ }
+ }
+ ]
+ },
+ {
+ //******************通知模块子分包******************
+ "root": "pages_tool/notice",
+ "pages": [
+ {
+ "path": "list",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -770,7 +928,21 @@
}
},
{
- "path": "help/detail",
+ "path": "detail",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
+ }
+ }
+ ]
+ },
+ {
+ //******************支付模块子分包******************
+ "root": "pages_tool/pay",
+ "pages": [
+ {
+ "path": "index",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -778,7 +950,7 @@
}
},
{
- "path": "notice/list",
+ "path": "wx_pay",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -786,7 +958,7 @@
}
},
{
- "path": "notice/detail",
+ "path": "result",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -794,23 +966,21 @@
}
},
{
- "path": "article/list",
+ "path": "cashier",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
// #endif
}
- },
+ }
+ ]
+ },
+ {
+ //******************充值模块子分包******************
+ "root": "pages_tool/recharge",
+ "pages": [
{
- "path": "article/detail",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "recharge/list",
+ "path": "list",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom",
@@ -819,89 +989,21 @@
}
},
{
- "path": "recharge/order_list",
+ "path": "order_list",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
// #endif
}
- },
+ }
+ ]
+ },
+ {
+ //******************密封模块子分包******************
+ "root": "pages_tool/seal",
+ "pages": [
{
- "path": "pay/index",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pay/wx_pay",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pay/result",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pay/cashier",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "storeclose/storeclose",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "login/login",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "form/form",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "form/formdata",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "weapp/order_shipping",
- "style": {
- // #ifdef APP-PLUS
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "小程序发货"
- }
- },
- {
- "path": "seal/structure",
+ "path": "structure",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom",
@@ -910,7 +1012,7 @@
}
},
{
- "path": "seal/medium/search",
+ "path": "medium/search",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom",
@@ -919,30 +1021,67 @@
}
},
{
- "path": "seal/medium/detail",
+ "path": "medium/detail",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "搜索结果"
}
- },
+ }
+ ]
+ },
+ {
+ //******************店铺关闭模块子分包******************
+ "root": "pages_tool/storeclose",
+ "pages": [
{
- "path": "cases/index",
+ "path": "storeclose",
"style": {
// #ifdef APP-PLUS
- "navigationStyle": "custom",
+ "navigationStyle": "custom"
// #endif
- "navigationBarTitleText": "案例展示"
}
- },
+ }
+ ]
+ },
+ {
+ //******************VR模块子分包******************
+ "root": "pages_tool/vr",
+ "pages": [
{
- "path": "files/list",
+ "path": "index",
+ "style": {
+ "navigationBarTitleText": ""
+ }
+ }
+ ]
+ },
+ {
+ //******************小程序模块子分包******************
+ "root": "pages_tool/weapp",
+ "pages": [
+ {
+ "path": "order_shipping",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom",
// #endif
- "navigationBarTitleText": "查看文件"
+ "navigationBarTitleText": "小程序发货"
+ }
+ }
+ ]
+ },
+ {
+ //******************WebView模块子分包******************
+ "root": "pages_tool/webview",
+ "pages": [
+ {
+ "path": "webview",
+ "style": {
+ // #ifdef APP-PLUS
+ "navigationStyle": "custom"
+ // #endif
}
}
]
@@ -981,12 +1120,5 @@
"diy-*(\\W.*)": "@/components-diy/diy$1.vue"
}
},
- "preloadRule": {
- "pages/index/index": {
- "network": "all",
- "packages": [
- "pages_tool"
- ]
- }
- }
+ "preloadRule": {}
}
\ No newline at end of file
diff --git a/pages_tool/member/address.vue b/pages_tool/member/address/address.vue
similarity index 100%
rename from pages_tool/member/address.vue
rename to pages_tool/member/address/address.vue
diff --git a/pages_tool/member/address_edit.vue b/pages_tool/member/address/address_edit.vue
similarity index 100%
rename from pages_tool/member/address_edit.vue
rename to pages_tool/member/address/address_edit.vue
diff --git a/pages_tool/member/account.vue b/pages_tool/member/basic/account.vue
similarity index 100%
rename from pages_tool/member/account.vue
rename to pages_tool/member/basic/account.vue
diff --git a/pages_tool/member/account_edit.vue b/pages_tool/member/basic/account_edit.vue
similarity index 100%
rename from pages_tool/member/account_edit.vue
rename to pages_tool/member/basic/account_edit.vue
diff --git a/pages_tool/member/index.vue b/pages_tool/member/basic/index.vue
similarity index 99%
rename from pages_tool/member/index.vue
rename to pages_tool/member/basic/index.vue
index a7eee29..0f3de38 100644
--- a/pages_tool/member/index.vue
+++ b/pages_tool/member/basic/index.vue
@@ -76,7 +76,7 @@
diff --git a/pages_tool/member/balance_detail.vue b/pages_tool/member/finance/balance_detail.vue
similarity index 100%
rename from pages_tool/member/balance_detail.vue
rename to pages_tool/member/finance/balance_detail.vue
diff --git a/pages_tool/member/card.vue b/pages_tool/member/finance/card.vue
similarity index 99%
rename from pages_tool/member/card.vue
rename to pages_tool/member/finance/card.vue
index 9706d63..d4ef962 100644
--- a/pages_tool/member/card.vue
+++ b/pages_tool/member/finance/card.vue
@@ -195,7 +195,7 @@ export default {
\ No newline at end of file
diff --git a/pages_tool/member/pay_password.vue b/pages_tool/member/finance/pay_password.vue
similarity index 100%
rename from pages_tool/member/pay_password.vue
rename to pages_tool/member/finance/pay_password.vue
diff --git a/pages_tool/member/point.vue b/pages_tool/member/finance/point.vue
similarity index 99%
rename from pages_tool/member/point.vue
rename to pages_tool/member/finance/point.vue
index 66acffc..2039cdf 100644
--- a/pages_tool/member/point.vue
+++ b/pages_tool/member/finance/point.vue
@@ -161,5 +161,5 @@ export default {
diff --git a/pages_tool/member/point_detail.vue b/pages_tool/member/finance/point_detail.vue
similarity index 100%
rename from pages_tool/member/point_detail.vue
rename to pages_tool/member/finance/point_detail.vue
diff --git a/pages_tool/member/withdrawal.vue b/pages_tool/member/finance/withdrawal.vue
similarity index 100%
rename from pages_tool/member/withdrawal.vue
rename to pages_tool/member/finance/withdrawal.vue
diff --git a/pages_tool/member/withdrawal_detail.vue b/pages_tool/member/finance/withdrawal_detail.vue
similarity index 100%
rename from pages_tool/member/withdrawal_detail.vue
rename to pages_tool/member/finance/withdrawal_detail.vue
diff --git a/pages_tool/member/assets.vue b/pages_tool/member/other/assets.vue
similarity index 100%
rename from pages_tool/member/assets.vue
rename to pages_tool/member/other/assets.vue
diff --git a/pages_tool/member/cancellation.vue b/pages_tool/member/other/cancellation.vue
similarity index 100%
rename from pages_tool/member/cancellation.vue
rename to pages_tool/member/other/cancellation.vue
diff --git a/pages_tool/member/cancelrefuse.vue b/pages_tool/member/other/cancelrefuse.vue
similarity index 100%
rename from pages_tool/member/cancelrefuse.vue
rename to pages_tool/member/other/cancelrefuse.vue
diff --git a/pages_tool/member/cancelstatus.vue b/pages_tool/member/other/cancelstatus.vue
similarity index 100%
rename from pages_tool/member/cancelstatus.vue
rename to pages_tool/member/other/cancelstatus.vue
diff --git a/pages_tool/member/cancelsuccess.vue b/pages_tool/member/other/cancelsuccess.vue
similarity index 100%
rename from pages_tool/member/cancelsuccess.vue
rename to pages_tool/member/other/cancelsuccess.vue
diff --git a/pages_tool/member/collection.vue b/pages_tool/member/other/collection.vue
similarity index 96%
rename from pages_tool/member/collection.vue
rename to pages_tool/member/other/collection.vue
index 5800ebb..9263921 100644
--- a/pages_tool/member/collection.vue
+++ b/pages_tool/member/other/collection.vue
@@ -40,7 +40,7 @@
\ No newline at end of file
diff --git a/pages_tool/member/level_growth_rules.vue b/pages_tool/member/rights/level_growth_rules.vue
similarity index 100%
rename from pages_tool/member/level_growth_rules.vue
rename to pages_tool/member/rights/level_growth_rules.vue