diff --git a/agentApp/pages.json b/agentApp/pages.json index 3800413..c8fcd9f 100644 --- a/agentApp/pages.json +++ b/agentApp/pages.json @@ -42,7 +42,7 @@ } }, { - "path": "pages/cash/cash", + "path": "pages/agent-withdraw/agent-withdraw", "style": { "navigationBarTitleText": "代理提现", "navigationBarBackgroundColor": "#1783FF", @@ -58,7 +58,7 @@ } }, { - "path": "pages/history/history", + "path": "pages/agent-withdraw-history/agent-withdraw-history", "style": { "navigationBarTitleText": "代理提现历史", "navigationBarBackgroundColor": "#1783FF", diff --git a/agentApp/pages/account-opened/account-opened.vue b/agentApp/pages/account-opened/account-opened.vue index 135ac07..10cf084 100644 --- a/agentApp/pages/account-opened/account-opened.vue +++ b/agentApp/pages/account-opened/account-opened.vue @@ -91,7 +91,7 @@ export default { methods: { cashManager() { uni.navigateTo({ - url: '/pages/history/history' + url: '/pages/agent-withdraw-history/agent-withdraw-history' }); } } diff --git a/agentApp/pages/agent-index/index.vue b/agentApp/pages/agent-index/index.vue index 7a8ebb8..fe2b731 100644 --- a/agentApp/pages/agent-index/index.vue +++ b/agentApp/pages/agent-index/index.vue @@ -115,7 +115,7 @@ }, cashManager() { uni.navigateTo({ - url: '/pages/cash/cash' + url: '/pages/agent-withdraw/agent-withdraw' }); } }, diff --git a/agentApp/pages/history/history.vue b/agentApp/pages/agent-withdraw-history/agent-withdraw-history.vue similarity index 100% rename from agentApp/pages/history/history.vue rename to agentApp/pages/agent-withdraw-history/agent-withdraw-history.vue diff --git a/agentApp/pages/cash/cash.vue b/agentApp/pages/agent-withdraw/agent-withdraw.vue similarity index 99% rename from agentApp/pages/cash/cash.vue rename to agentApp/pages/agent-withdraw/agent-withdraw.vue index fa46bd1..e10cf10 100644 --- a/agentApp/pages/cash/cash.vue +++ b/agentApp/pages/agent-withdraw/agent-withdraw.vue @@ -213,7 +213,7 @@ }, cashManager() { uni.navigateTo({ - url: '/pages/history/history' + url: '/pages/agent-withdraw-history/agent-withdraw-history' }); }, getSysConfig() { diff --git a/agentApp/pages/allpages/index.vue b/agentApp/pages/allpages/index.vue index 852ee64..9c87842 100644 --- a/agentApp/pages/allpages/index.vue +++ b/agentApp/pages/allpages/index.vue @@ -58,7 +58,7 @@ case 17: uni.navigateTo({ - url: '/pages/history/history' + url: '/pages/agent-withdraw-history/agent-withdraw-history' }); break; case 20: @@ -100,7 +100,7 @@ break; case 11: uni.navigateTo({ - url: '/pages/cash/cash' + url: '/pages/agent-withdraw/agent-withdraw' }); break; case 12: @@ -110,7 +110,7 @@ break; case 13: uni.navigateTo({ - url: '/pages/history/history' + url: '/pages/agent-withdraw-history/agent-withdraw-history' }); break; default: diff --git a/agentApp/pages/cashdetail/cashdetail.vue b/agentApp/pages/cashdetail/cashdetail.vue index 8474b66..71b7c7a 100644 --- a/agentApp/pages/cashdetail/cashdetail.vue +++ b/agentApp/pages/cashdetail/cashdetail.vue @@ -91,7 +91,7 @@ export default { methods: { cashManager() { uni.navigateTo({ - url: '/pages/history/history' + url: '/pages/agent-withdraw-history/agent-withdraw-history' }); } }