diff --git a/.eslintrc.js b/.eslintrc.js index 38e42d9..a33d8e8 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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 } }; diff --git a/src/views/CA/CensorSmsApply.vue b/src/views/CA/CensorSmsApply.vue new file mode 100644 index 0000000..6eb6d8d --- /dev/null +++ b/src/views/CA/CensorSmsApply.vue @@ -0,0 +1,101 @@ + + +