Browse Source

更新版本

fix_bug_pro20231227
pref_mail@163.com 1 year ago
parent
commit
82da5cb7bc
  1. 2
      src/page/login/userlogin.vue
  2. 4
      vite.config.js

2
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) {

4
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/, ''),

Loading…
Cancel
Save