Commit 16e91a8c by wangshuangqing

切换站点

parent 08a5c9f7
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: ninglupeng * @Author: ninglupeng
* @Date: 2022-03-17 15:06:50 * @Date: 2022-03-17 15:06:50
* @LastEditors: wsq * @LastEditors: wsq
* @LastEditTime: 2022-04-19 14:26:21 * @LastEditTime: 2022-04-19 16:08:25
* @Description: * @Description:
*/ */
const path = require('path'); const path = require('path');
...@@ -61,9 +61,9 @@ module.exports = { ...@@ -61,9 +61,9 @@ module.exports = {
proxy: { proxy: {
'/api': { '/api': {
target: 'http://flowtone.suvalue.com/', //target: 'http://flowtone.suvalue.com/',
//target: 'http://flowtone2.suvalue.com/', //target: 'http://flowtone2.suvalue.com/',
//target: 'http://flowtone6.suvalue.com/', target: 'http://flowtone6.suvalue.com/',
//target:'http://192.168.18.166:8048/',//测试 //target:'http://192.168.18.166:8048/',//测试
ws: true, //如果要代理 websockets,配置这个参数 ws: true, //如果要代理 websockets,配置这个参数
// secure: false, // 如果是https接口,需要配置这个参数 // secure: false, // 如果是https接口,需要配置这个参数
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment