diff --git a/src/page/login/userlogin.vue b/src/page/login/userlogin.vue index 5269d463..d69050a0 100644 --- a/src/page/login/userlogin.vue +++ b/src/page/login/userlogin.vue @@ -281,7 +281,7 @@ export default { getTenant() { let domain = getTopUrl(); // 临时指定域名,方便测试 - //domain = "https://bladex.cn"; + // domain = "http://ht.page.huitongys.com/login"; info(domain).then(res => { const data = res.data; if (data.success && data.data.tenantId) { diff --git a/vite.config.js b/vite.config.js index cf6e5b91..528ccce5 100644 --- a/vite.config.js +++ b/vite.config.js @@ -22,8 +22,8 @@ export default ({ mode, command }) => { // cyz // target: 'http://192.168.10.75:8777', // tjj - target: 'http://192.168.10.29:13000', - // target: 'http://test.api.huitongys.com', + // target: 'http://192.168.10.29:13000', + target: 'http://test.api.huitongys.com', // target: 'http://h5uapi.huitongys.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''),