|
|
@@ -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)
|