feat: add字典管理
Some checks failed
coverage CI / build (push) Has been cancelled

This commit is contained in:
2025-10-17 16:50:13 +08:00
parent b4d3535b91
commit 2821e864da
6 changed files with 54 additions and 18 deletions

View File

@@ -15,7 +15,8 @@ export default {
// localhost:8000/api/** -> https://preview.pro.ant.design/api/**
'/admin-api/': {
// 要代理的地址
target: 'http://114.132.60.20:48080',
// target: 'http://114.132.60.20:48080',
target: 'http://192.168.1.231:48080',
// 配置了这个可以从 http 代理到 https
// 依赖 origin 的功能可能需要这个,比如 cookie
changeOrigin: true,