ソースを参照

跳转地址调整

xialei 1 年間 前
コミット
39359cad3f
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2 1
      src/views/merchant/list/index.vue

+ 2 - 1
src/views/merchant/list/index.vue

@@ -461,7 +461,8 @@ export default {
461 461
       merchantLoginApi(id)
462 462
         .then((res) => {
463 463
           Cookies.set("merchantToken", res.data.token);
464
-          window.open(SettingMer.httpUrl + res.data.url); // 2023年9月2日 - 前后端分离 去掉httpUrl
464
+          // window.open(SettingMer.httpUrl + res.data.url); // 2023年9月2日 - 前后端分离 去掉httpUrl
465
+          window.open("http://shop.gdjbp.com" + res.data.url); // 2023年9月2日 - 前后端分离 去掉httpUrl
465 466
           // window.open(res.data.url);
466 467
           console.log('跳转到merchant res = ')
467 468
           console.log(res)