diff --git a/.editorconfig b/.editorconfig index 7034f9b..02ec72a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,3 +20,4 @@ trim_trailing_whitespace = true [*.md] insert_final_newline = false trim_trailing_whitespace = false + diff --git a/.env.development b/.env.development index 302ecd1..df067e1 100644 --- a/.env.development +++ b/.env.development @@ -9,3 +9,4 @@ VUE_APP_BASE_API = '/dev-api' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true + diff --git a/.env.production b/.env.production index b4893b0..d0e7c98 100644 --- a/.env.production +++ b/.env.production @@ -6,3 +6,4 @@ ENV = 'production' # 若依管理系统/生产环境 VUE_APP_BASE_API = '/prod-api' + diff --git a/.env.staging b/.env.staging index 361859f..495b5df 100644 --- a/.env.staging +++ b/.env.staging @@ -8,3 +8,4 @@ ENV = 'staging' # 若依管理系统/测试环境 VUE_APP_BASE_API = '/stage-api' + diff --git a/.eslintignore b/.eslintignore index 89be6f6..b4f54dd 100644 --- a/.eslintignore +++ b/.eslintignore @@ -7,4 +7,4 @@ public # 忽略当前目录下为js的文件的语法检查 *.js # 忽略当前目录下为vue的文件的语法检查 -*.vue \ No newline at end of file +*.vuee diff --git a/.eslintrc.js b/.eslintrc.js index 8a2e69e..d4f9a8e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -197,3 +197,4 @@ module.exports = { 'array-bracket-spacing': [2, 'never'] } } + diff --git a/.gitignore b/.gitignore index 78a752d..70f2c16 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ selenium-debug.log package-lock.json yarn.lock + diff --git a/README.md b/README.md index cf2bc13..79d4ac0 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,4 @@ npm run build:stage # 构建生产环境 npm run build:prod -``` \ No newline at end of file +```` \ No newline at end of file diff --git a/babel.config.js b/babel.config.js index c8267b2..97173cf 100644 --- a/babel.config.js +++ b/babel.config.js @@ -10,4 +10,4 @@ module.exports = { 'plugins': ['dynamic-import-node'] } } -} \ No newline at end of file +}} diff --git a/build/index.js b/build/index.js index c5103f0..8667817 100644 --- a/build/index.js +++ b/build/index.js @@ -33,3 +33,4 @@ if (process.env.npm_config_preview || rawArgv.includes('--preview')) { } else { run(`vue-cli-service build ${args}`) } + diff --git a/public/html/ie.html b/public/html/ie.html index c7264ba..eabc448 100644 --- a/public/html/ie.html +++ b/public/html/ie.html @@ -157,3 +157,4 @@