This commit is contained in:
lll 2023-11-09 22:36:40 +08:00
parent a23b3eeceb
commit d8872683bd
3 changed files with 8 additions and 6 deletions

BIN
dist.zip Normal file

Binary file not shown.

View File

@ -361,10 +361,12 @@ export default {
/deep/.red .el-form-item__label {
color: red;
}
.xqbox {
p {
margin: 5px;
display: flex;
.s1 {
width: 70px;
color: #0275ff;

View File

@ -14,12 +14,12 @@ module.exports = defineConfig({
// 必须设置该项
changeOrigin: true,
},
// "/Handler": {
// target: "http://111.229.30.246:10013",
// pathRewrite: { "^/Handler": "" },
// secure: false,
// changeOrigin: true,
// },
"/Handler": {
target: "http://111.229.30.246:10015",
pathRewrite: { "^/Handler": "" },
secure: false,
changeOrigin: true,
},
},
},
});