Commit 3ac63daf authored by xxx's avatar xxx

修改

parent 023de4a4
......@@ -149,6 +149,9 @@ export default {
areaclass: [
{required: true, message: '请选择所属类别', trigger: 'change' }
],
max: [
{required: true, message: '请输入最大承接车辆数', trigger: 'blur' }
],
},
}
......
......@@ -51,7 +51,7 @@ module.exports = {
target: process.env.VUE_APP_BASE_API,
},
},
//https: true,
https: true,
},
configureWebpack: {
output: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment