添加上传接口

This commit is contained in:
2020-07-10 12:04:37 +08:00
parent 221cd42fb3
commit 9b455e6f25
3 changed files with 27 additions and 3 deletions

View File

@ -10,5 +10,8 @@ module.exports = {
extends: ["@nuxtjs"],
rules: {
"no-console": "off"
},
globals: {
"_": true
}
};