Commit e6ddee6f authored by chenwei's avatar chenwei

变更分享注册页面的路由地址


(cherry picked from commit 3196ad42)
parent 1aaac822
...@@ -637,7 +637,7 @@ export default { ...@@ -637,7 +637,7 @@ export default {
}, },
created() { created() {
this.handleGetChannelList() this.handleGetChannelList()
this.queryParams.registerUrl = process.env.VUE_APP_BASE_API + "/#/pages/register/register" this.queryParams.registerUrl = process.env.VUE_APP_BASE_API + "/#/pages/register/shareRegister"
this.getList() this.getList()
if (this.$route.query.pageStatus == "edit") { if (this.$route.query.pageStatus == "edit") {
this.handleIntegralRuleDetails() this.handleIntegralRuleDetails()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment