From 3300f811726041a3175784324eb2be9458e80e09 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期三, 21 十月 2020 10:37:10 +0800
Subject: [PATCH] 左侧目录树图标对齐
---
src/pages/ai/index/App.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/ai/index/App.vue b/src/pages/ai/index/App.vue
index aa0dbb2..5a47303 100644
--- a/src/pages/ai/index/App.vue
+++ b/src/pages/ai/index/App.vue
@@ -673,13 +673,13 @@
setTimeout(() => {
if (action == 'upgrade') {
app.upgradeLoading = false;
- _this.notify({
+ _this.$notify({
type:'success',
message:'鍗囩骇鎴愬姛'
});
} else {
app.installLoading = false;
- _this.notify({
+ _this.$notify({
type:'success',
message:'瀹夎鎴愬姛'
});
--
Gitblit v1.8.0