参考工资存入前端字典统一管理

This commit is contained in:
zxy
2024-02-17 16:30:11 +08:00
parent d1b8e9ba87
commit 923ad084a0
4 changed files with 89 additions and 166 deletions

View File

@@ -23,8 +23,8 @@ module.exports = {
port: 1888,
proxy: {
"/api": {
target: 'http://127.0.0.1:8000', // 本地服务接口地址
// target: "http://39.98.184.58:8000", // 阿里云后台地址
// target: 'http://127.0.0.1:8000', // 本地服务接口地址
target: "http://39.98.184.58:8000", // 阿里云后台地址
ws: true,
changeOrigin: true,
pathRewrite: {