diff --git a/src/config/website.js b/src/config/website.js index 5f613e00..5ce28c18 100644 --- a/src/config/website.js +++ b/src/config/website.js @@ -52,7 +52,7 @@ export default { // 第三方系统授权地址 authUrl: 'http://localhost/blade-auth/oauth/render', // 报表设计器地址(cloud端口为8108,boot端口为80) - reportUrl: 'http://localhost:8108/ureport', + reportUrl: 'http://8.137.14.82:8108/ureport', // 单点登录系统认证(blade-auth服务的地) ssoUrl: 'http://localhost:8100/oauth/authorize?client_id=saber&response_type=code&redirect_uri=', // 单点登录回调地址(Saber服务的登录界面地址) diff --git a/vite.config.js b/vite.config.js index ae6eea31..7e940501 100644 --- a/vite.config.js +++ b/vite.config.js @@ -13,24 +13,8 @@ export default ({ mode, command }) => { proxy: { '/api': { // target: 'http://192.168.10.126:8889', - // hy - // target: 'http://192.168.10.48:13000', - // lmy - // target: 'http://192.168.10.123:8889', - // target: 'http://192.168.10.101:8888', - // 老zyc - // target: 'http://192.168.10.75:8777', - // 新zyc - // target: 'http://192.168.6.116:8777', - - target: 'http://192.168.6.122:8777', - // target: 'http://192.168.6.116:8777', - // tjj : - // target:'http://192.168.10.25:13000', - // sst - // target: 'http://192.168.10.94:8888', - // target: 'http://192.168.10.29:13000', - // target: 'http://h5uapi.huitongys.com', + + target: 'http://test.api.huitongys.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), },