zhaoy 11 months ago
parent
commit
ac183b478b
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://192.168.1.19:5006',
target: 'http://localhost:5006',
changeOrigin: true,
secure: false, //关闭证书验证
pathRewrite: {


Loading…
Cancel
Save