flat: zanc
This commit is contained in:
@@ -266,9 +266,10 @@ export default {
|
|||||||
prop: "nature",
|
prop: "nature",
|
||||||
type: 'select',
|
type: 'select',
|
||||||
dicUrl: "/api/jobslink-api/system/dict-biz/dictionary?code=company_nature",
|
dicUrl: "/api/jobslink-api/system/dict-biz/dictionary?code=company_nature",
|
||||||
|
dataType: "number",
|
||||||
props: {
|
props: {
|
||||||
label: "dictValue",
|
label: "dictValue",
|
||||||
value: "dictkey",
|
value: "dictKey",
|
||||||
},
|
},
|
||||||
// dicData: companyEnum,
|
// dicData: companyEnum,
|
||||||
rules: [
|
rules: [
|
||||||
|
|||||||
@@ -23,11 +23,11 @@ module.exports = {
|
|||||||
port: 1888,
|
port: 1888,
|
||||||
proxy: {
|
proxy: {
|
||||||
"/api": {
|
"/api": {
|
||||||
target: 'http://192.168.1.101:8200',
|
target: 'http://10.165.0.173:8000',
|
||||||
ws: true,
|
ws: true,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
'^/api/jobslink-api': '/'
|
'^/api': '/'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/qq/map": {
|
"/qq/map": {
|
||||||
|
|||||||
Reference in New Issue
Block a user