diff --git a/src/config/website.js b/src/config/website.js index 3b87363c..5e4cba45 100644 --- a/src/config/website.js +++ b/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', }; + diff --git a/vite.config.js b/vite.config.js index f1b245f9..997de8ef 100644 --- a/vite.config.js +++ b/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/, ''), },