hanbaoshan
2020-10-20 98a6297b10a4b97c3022f84d3ba7908c178d9ee0
应用中心安装提示bug修复
1个文件已修改
4 ■■■■ 已修改文件
src/pages/ai/index/App.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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:'安装成功'
              });