瀏覽代碼

🐞 fix(修复本地代理): 修复本地代理

修复本地代理
tags/小炒逻辑变更前
txb 2 年之前
父節點
當前提交
4f21407424
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      config/proxy.js

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

@@ -9,11 +9,11 @@
export default {
dev: {
'/kitchen/api/': {
target: 'http://10.2.1.26:21527',
target: 'https://localhost:5001',
changeOrigin: true,
secure: false, //关闭证书验证
pathRewrite: {
'^': '',
'/kitchen/api/': '/api/',
},
},
// Nginx发布的时候需要配置


Loading…
取消
儲存