Browse Source

提交代码

pre-production
pref_mail@163.com 9 months ago
parent
commit
de2943e61a
  1. 3
      src/config/website.js
  2. 3
      vite.config.js

3
src/config/website.js

@ -52,9 +52,10 @@ export default {
// 第三方系统授权地址
authUrl: 'http://localhost/blade-auth/oauth/render',
// 报表设计器地址(cloud端口为8108,boot端口为80)
reportUrl: 'http://8.137.14.82:8108/ureport',
reportUrl: 'http://test.ureport.huo5you.com/ureport',
// 单点登录系统认证(blade-auth服务的地)
ssoUrl: 'http://localhost:8100/oauth/authorize?client_id=saber&response_type=code&redirect_uri=',
// 单点登录回调地址(Saber服务的登录界面地址)
redirectUri: 'http://localhost:2888/login',
};

3
vite.config.js

@ -25,14 +25,13 @@ export default ({ mode, command }) => {
// target: 'http://192.168.6.122:8777',
// target: 'http://192.168.10.25:13000',
// target: 'http://192.168.10.25:2888',
target: 'http://192.168.6.163:9777',//CYZ
// target: 'http://192.168.10.57:13000',
// tjj
// sst
// target: 'http://192.168.10.200:13000',
// target: 'http://192.168.10.29:13000',
// target: 'http://h5uapi.huitongys.com',
target: 'http://test.api.huitongys.com',
target: 'http://192.168.10.106:9999',
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, ''),
},

Loading…
Cancel
Save