浏览代码

style: 删除无用代码

wu.jian2 1 年之前
父节点
当前提交
5bd54b5bda
共有 2 个文件被更改,包括 1 次插入4 次删除
  1. 0 3
      data-room-ui/example/router/index.js
  2. 1 1
      data-room-ui/packages/BigScreenDesign/PageDesignTop.vue

+ 0 - 3
data-room-ui/example/router/index.js

@@ -6,9 +6,6 @@ const baseRoutes = [
   {
     path: '/notPermission',
     component: () => import('data-room-ui/NotPermission/index.vue')
-  }, {
-    path: '/test',
-    component: () => import('data-room-ui/BizComponent_Demo')
   }
 ]
 

+ 1 - 1
data-room-ui/packages/BigScreenDesign/PageDesignTop.vue

@@ -580,7 +580,7 @@ export default {
               }).then(() => { }).catch(() => { })
             }
           } else {
-            this.$message.warning('出现未知错误,请重试2')
+            this.$message.warning('出现未知错误,请重试')
           }
         })
     }