This website works better with JavaScript.
首頁
探索
說明
註冊
登入
bpa
/
BPA.KitChen.Web
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
1
Wiki
Activity
瀏覽代碼
🐞
fix(修复本地代理): 修复本地代理
修复本地代理
tags/小炒逻辑变更前
txb
2 年之前
父節點
0a7dafaafe
當前提交
4f21407424
共有
1 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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: 'http
s://localhost:5001
',
changeOrigin: true,
secure: false, //关闭证书验证
pathRewrite: {
'
^': '
',
'
/kitchen/api/': '/api/
',
},
},
// Nginx发布的时候需要配置
Write
Preview
Loading…
取消
儲存