update:修改添加上传申请界面

This commit is contained in:
2021-11-11 15:58:53 +08:00
parent ea637f1c8b
commit acc041e1be
2 changed files with 103 additions and 1 deletions

View File

@@ -10,7 +10,8 @@ module.exports = {
rules: {
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
"no-unused-vars": "warn",
"vue/no-parsing-error": [2, { "x-invalid-end-tag": false }],
"vue/script-setup-uses-vars": "off"
"vue/script-setup-uses-vars": 1
}
};