diff --git a/package.json b/package.json index d0590a3..f216ff1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "test:e2e": "vue-cli-service test:e2e" }, "dependencies": { - "avue-plugin-ueditor": "^0.0.6", + "avue-plugin-ueditor": "^0.0.9", "axios": "^0.18.0", "babel-polyfill": "^6.26.0", "classlist-polyfill": "^1.2.0", diff --git a/src/page/login/index.vue b/src/page/login/index.vue index f91ef26..9baad38 100644 --- a/src/page/login/index.vue +++ b/src/page/login/index.vue @@ -45,7 +45,6 @@ import {validatenull} from "@/util/validate"; import topLang from "@/page/index/top/top-lang"; import topColor from "@/page/index/top/top-color"; - import {info} from "@/api/system/tenant"; export default { name: "login",