From 4d62306be71cef7d62059f07199426f96353c412 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 03 一月 2020 16:07:44 +0800 Subject: [PATCH] 2020-01-03 --- src/utils/option.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/utils/option.js b/src/utils/option.js index de088b5..1140ad2 100644 --- a/src/utils/option.js +++ b/src/utils/option.js @@ -1,6 +1,7 @@ import zhCN from '@/locales/zh-CN/share.js' import enUS from '@/locales/en-US/share.js' import nortable from '@/assets/img/normaltable.jpg' +import mainsubtable from '@/assets/img/mainsubtable.jpg' const _dict = sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS @@ -15,7 +16,7 @@ { title: '涓诲瓙琛ㄨ〃鏍�', type: 'CommonTable', - url: nortable, + url: mainsubtable, baseconfig: '', isSystem: true, isSubtable: true -- Gitblit v1.8.0