添加站点

parent 97ac255b
...@@ -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-16 15:29:13 * @LastEditTime: 2022-04-16 16:50:20
* @Description: * @Description:
*/ */
const path = require('path'); const path = require('path');
...@@ -61,9 +61,20 @@ module.exports = { ...@@ -61,9 +61,20 @@ module.exports = {
proxy: { proxy: {
'/api': { '/api': {
//target: 'http://192.168.18.166:8048', // 移动端
target: 'http://flowtone3.suvalue.com',//方舱 //target: 'http://flowtone_fdpd.suvalue.com',//方舱
// target: 'http://flowtone.suvalue.com/',//正式 //target: 'http://flowtone_lgfc.suvalue.com',//方舱
//target: 'http://flowtone_rjny.suvalue.com',//方舱
//target: 'http://flowtone_syzy.sualvue.com',//方舱
//target: 'http://flowtone1.suvalue.com',//方舱
// target: 'http://flowtone3.suvalue.com',//方舱
//target: 'http://flowtone4.suvalue.com',//方舱
//target: 'http://flowtone5.suvalue.com',//方舱
//target: 'http://flowtone7.suvalue.com',//方舱
//target: 'http://flowtone8.suvalue.com',//方舱
target: 'http://flowtone9.suvalue.com',//方舱
ws: true, //如果要代理 websockets,配置这个参数 ws: true, //如果要代理 websockets,配置这个参数
// secure: false, // 如果是https接口,需要配置这个参数 // secure: false, // 如果是https接口,需要配置这个参数
changeOrigin: true, changeOrigin: true,
......
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