zhaoy 11 个月前
父节点
当前提交
ac183b478b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      config/proxy.js

+ 1
- 1
config/proxy.js 查看文件

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


正在加载...
取消
保存