update:修改添加上传申请界面
This commit is contained in:
@@ -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
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user