diff --git a/.eslintrc.js b/.eslintrc.js index aca78d0..04657c4 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -12,6 +12,7 @@ module.exports = { rules: { 'import/no-unresolved': 0, 'import/extensions': 0, + 'import/no-extraneous-dependencies': 0, 'no-plusplus': 0, 'no-use-before-define': [ 'error', diff --git a/src/App.vue b/src/App.vue index b3748f6..32a40a7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,98 +1,27 @@ + + + + + + + + - - - - - - - - - - - - - {{ item.meta.title }} - - - - - - - - - - - - - diff --git a/src/views/user/pw-change.vue b/src/views/user/pw-change.vue new file mode 100644 index 0000000..01fdc1c --- /dev/null +++ b/src/views/user/pw-change.vue @@ -0,0 +1,114 @@ + + + + 智能大气腐蚀监测云平台 + + + + + + + + + + + + + + + + 确认修改 + + + 返回登录 + + + + + + + + + + diff --git a/src/views/user/sign-in.vue b/src/views/user/sign-in.vue new file mode 100644 index 0000000..50ef5aa --- /dev/null +++ b/src/views/user/sign-in.vue @@ -0,0 +1,106 @@ + + + + 智能大气腐蚀监测云平台 + + + + + + + + + + + + 立即登录 + + + + + + + + + +