* 增加Docker开发环境

* 更新Dockerfile构建文件,升级NodeJS依赖版本。
 * 遵循ESLint重新格式化代码,修复部分警告
 * 登录Token失效增加登出提示
 * 网络请求问题增加错误错误提示
 * 升级UI依赖库
This commit is contained in:
yaziming
2020-06-19 16:57:00 +08:00
parent 04a94d2546
commit c671d113c9
129 changed files with 18222 additions and 14180 deletions

View File

@@ -6,10 +6,10 @@ const dialogView = {
},
getters: {},
mutations: {
SET_DIALOG_TYPE (state, value) {
SET_DIALOG_TYPE(state, value) {
state.dialogType = value
},
SET_DIALOG_VISIBLE (state, value) {
SET_DIALOG_VISIBLE(state, value) {
state.dialogVisible = value
}
},