Explorar el Código

fix: 修改跳转商户地址

周玉环 hace 1 semana
padre
commit
68b10d3b83
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      xinkeaboard-web/composables/index.js

+ 1 - 1
xinkeaboard-web/composables/index.js

@@ -1,5 +1,5 @@
 // export const apiUrl = 'https://www.b2btopsite.com/api/';
 export const apiUrl = 'http://54.46.9.88:8001/';
 export const defaultUrl = 'http://54.46.9.88:8001/';
-export const supplierUrl = 'https://seller.b2btopsite.com/user/login';
+export const supplierUrl = 'http://54.46.9.88:82/user/login';
 export const curLang = 'en'