软件评分显示更加明显
This commit is contained in:
@@ -39,7 +39,8 @@ export default (config: any) => {
|
||||
proxy: {
|
||||
// 配置跨域代理
|
||||
'/gateway': {
|
||||
target: 'http://223.76.236.155:20011', // 目标服务器地址
|
||||
// target: 'http://223.76.236.155:20011', // 目标服务器地址
|
||||
target: 'http://222.20.126.217:10010', // 目标服务器地址
|
||||
changeOrigin: true, // 允许跨域
|
||||
rewrite: (path) => path.replace(/^\/gateway/, '/gateway'), // 重写路径
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user