Commit f9e32210 by liyuhang19990520

更改配置

parent 24bc2138
/*
* @Author: your name
* @Date: 2021-06-20 11:48:40
* @LastEditTime: 2021-08-30 18:36:43
* @LastEditTime: 2021-09-07 16:28:01
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \control_platform\src\settings.js
......@@ -22,5 +22,5 @@ module.exports = {
// 湖南可视化
BaseURL3: "/hnapi",
// 打包方式阿里云(aly) 和 公安网(gaw)
packType: 'gaw'
packType: 'aly'
}
/*
* @Author: your name
* @Date: 2021-07-05 17:04:26
* @LastEditTime: 2021-08-27 12:16:25
* @LastEditTime: 2021-09-07 16:24:55
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\vue.config.js
......@@ -56,7 +56,7 @@ module.exports = {
proxy: {
"/api": {
// target: "http://26.120.5.129:8007/", //公安网
target: setting.packType == 'aly' ? "http://39.99.155.173:8501/" : "http://26.120.5.129:8007/", //阿里云 and 公安网
target: setting.packType == 'aly' ? "http://39.99.155.173:8501/" : "http://77.1.24.143:8501/", //阿里云 and 公安网
ws: true,
changeOrigin: true,
pathRewrite: {
......
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