Просмотр исходного кода

Merge branch 'v5.0.0dev' of https://gitee.com/ZhongBangKeJi/CRMEB into v5.0.0dev

吴昊天 2 лет назад
Родитель
Сommit
890c336969

+ 0 - 5
template/admin/src/i18n/lang/en.js

@@ -98,11 +98,6 @@ export default {
 		foundMsg: 'You can check the web address first, and then re-enter or give us feedback.',
 		foundBtn: 'Back to home page',
 	},
-	noAccess: {
-		accessTitle: 'You are not authorized to operate~',
-		accessMsg: 'Contact information: add QQ group discussion 665452019',
-		accessBtn: 'Reauthorization',
-	},
 	layout: {
 		configTitle: 'Layout configuration',
 		oneTitle: 'Global Themes',

+ 0 - 5
template/admin/src/i18n/lang/zh-cn.js

@@ -98,11 +98,6 @@ export default {
 		foundMsg: '您可以先检查网址,然后重新输入或给我们反馈问题。',
 		foundBtn: '返回首页',
 	},
-	noAccess: {
-		accessTitle: '您未被授权,没有操作权限~',
-		accessMsg: '联系方式:加QQ群探讨 665452019',
-		accessBtn: '重新授权',
-	},
 	layout: {
 		configTitle: '布局配置',
 		oneTitle: '全局主题',

+ 0 - 5
template/admin/src/i18n/lang/zh-tw.js

@@ -98,11 +98,6 @@ export default {
 		foundMsg: '您可以先檢查網址,然後重新輸入或給我們迴響問題。',
 		foundBtn: '返回首頁',
 	},
-	noAccess: {
-		accessTitle: '您未被授權,沒有操作許可權~',
-		accessMsg: '聯繫方式:加QQ群探討665452019',
-		accessBtn: '重新授權',
-	},
 	layout: {
 		configTitle: '佈局配寘',
 		oneTitle: '全域主題',

+ 0 - 2
template/admin/src/layout/component/columnsAside.vue

@@ -86,7 +86,6 @@ export default {
       if (path) this.$router.push(path);
       else this.$router.push(path);
       // 一个路由设置自动收起菜单
-      // https://gitee.com/lyt-top/vue-next-admin/issues/I6HW7H
       if (!v.children || v.children.length <= 1) this.$store.state.themeConfig.themeConfig.isCollapse = true;
       else if (v.children.length > 1) this.$store.state.themeConfig.themeConfig.isCollapse = false;
       // this.bus.$emit('setSendColumnsChildren', getMenuSider(this.columnsAsideList, path));
@@ -110,7 +109,6 @@ export default {
       }
       this.onColumnsAsideDown(resData.item[0].k);
       // 刷新时,初始化一个路由设置自动收起菜单
-      // https://gitee.com/lyt-top/vue-next-admin/issues/I6HW7H
       resData.children.length > 0
         ? (this.$store.state.themeConfig.themeConfig.isCollapse = false)
         : (this.$store.state.themeConfig.themeConfig.isCollapse = true);

+ 1 - 1
template/admin/src/layout/navBars/breadcrumb/user.vue

@@ -227,7 +227,7 @@ export default {
             .catch(() => {});
         }, 150);
       } else if (path === 'wareHouse') {
-        window.open('https://gitee.com/lyt-top/vue-next-admin');
+        
       } else {
         this.$router.push(path);
       }

+ 0 - 1
template/admin/src/layout/navBars/breadcrumb/userNews.vue

@@ -166,7 +166,6 @@ export default {
     },
     // 前往通知中心点击
     onGoToGiteeClick() {
-      window.open('https://gitee.com/lyt-top/vue-next-admin');
     },
     getNotict() {
       jnoticeRequest()

+ 0 - 1
template/admin/src/store/module/themeConfig.js

@@ -21,7 +21,6 @@ const themeConfigModule = {
 			 * 菜单 / 顶栏
 			 * 请注意:
 			 * 需要同时修改 `/@/theme/common/var.scss` 对应的值,
-			 * 不提供像 vue-next-admin 一样的实现
 			 */
 			// 默认顶栏导航背景颜色
 			topBar: '#ffffff',