Browse Source

提交

tmp
gwbvipvip 7 months ago
parent
commit
4a78213be3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/proxy.js

+ 1
- 1
config/proxy.js View File

@@ -9,7 +9,7 @@
export default {
dev: {
'/saasbase/': {
target: 'http://localhost:5006/',
target: 'http://10.2.1.26:21995/saasbase/',
changeOrigin: true,
secure: false, //关闭证书验证
pathRewrite: {


Loading…
Cancel
Save