flat: zanc

This commit is contained in:
Apcallover
2024-05-06 17:47:14 +08:00
parent 010fbd7313
commit 9f2d4d5fee
2 changed files with 4 additions and 3 deletions

View File

@@ -266,9 +266,10 @@ export default {
prop: "nature",
type: 'select',
dicUrl: "/api/jobslink-api/system/dict-biz/dictionary?code=company_nature",
dataType: "number",
props: {
label: "dictValue",
value: "dictkey",
value: "dictKey",
},
// dicData: companyEnum,
rules: [

View File

@@ -23,11 +23,11 @@ module.exports = {
port: 1888,
proxy: {
"/api": {
target: 'http://192.168.1.101:8200',
target: 'http://10.165.0.173:8000',
ws: true,
changeOrigin: true,
pathRewrite: {
'^/api/jobslink-api': '/'
'^/api': '/'
}
},
"/qq/map": {