Merge branch 'develop' into 'pre-dev'

# Conflicts:
#   vue.config.js
This commit is contained in:
huangshengfa
2022-12-14 09:12:18 +08:00
2 changed files with 5 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
"name": "fe_manage",
"version": "0.1.0",
"private": true,
"homepage": "http://u-pre.boe.com/manage/",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",

View File

@@ -14,7 +14,9 @@ module.exports = defineConfig({
port: 8080,
proxy: {
"/manageApi": {
target:"http://111.231.196.214:30001/",
// target:"http://192.168.19.246:30001",
// target:"http://192.168.100.208:30001",
target: "https://u-pre.boe.com/manageApi/", //这里后台的地址模拟的;应该填写你们真实的后台接口
changeOrigin: true, //表示是否改变原域名
// secure: false,
// ws: false, //表示WebSocket协议