Commit fa5b256bd8116b771f485e4541f1e7390f1b2dae

Authored by zhiyangdu
1 parent c5310e0d

未登录的跳转

Showing 1 changed file with 1 additions and 1 deletions
src/pages/common/common.vue
@@ -252,7 +252,7 @@ @@ -252,7 +252,7 @@
252 } else { 252 } else {
253 253
254 // 设置跳转登录域名 254 // 设置跳转登录域名
255 - let loginUrl = (this.mode == "prod") ? "https://manage.cnlive.com/html/mall/1/#/pages/users/login/login" : "https://wjjshop.cnlive.com/html/mall/1/#/pages/users/login/login"; 255 + let loginUrl = (this.mode == "prod") ? "https://managemall.cnlive.com/html/mall/1/#/pages/users/login/login" : "https://wjjshop.cnlive.com/html/mall/1/#/pages/users/login/login";
256 256
257 // 跳转mall项目登录 257 // 跳转mall项目登录
258 window.location.href = loginUrl + "?processing=redirect&pages=" + encodeURIComponent(window.location.href); 258 window.location.href = loginUrl + "?processing=redirect&pages=" + encodeURIComponent(window.location.href);