diff --git a/.env b/.env index 977ffd9..978c401 100644 --- a/.env +++ b/.env @@ -1,3 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 'ZRAdmin.NET' \ No newline at end of file +VITE_APP_TITLE = '上海华特数字化转型' +# 登录信息界面 +VITE_APP_LOGINFO=" 上海华特企业集团股份有限公司成立于1998年1月,总部坐落于嘉定区外冈镇恒裕路385号,是一家从事汽车饰件、汽车零配件、高分子材料、轨道交通设备及产品的设计、开发、制造、销售、进出口一体的专业公司。曾先后获评上海市高新技术企业、上海市市级企业技术中心、上海市火炬计划、上海市著名商标、上海市专利工作培育企业、上海名牌、第八届至正杯上海科技企业创新奖等荣誉称号,2017年授牌华特上海车辆零部件声学(NVH)工程技术研究中心,多次获评嘉定区先进制造业、嘉定区十强民营企业。集团旗下共有16家公司,遍布全国9个省市。" \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index c744625..0845fb1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -55,8 +55,8 @@ watch( immediate: true } ) -console.log('🎉源码地址: https://gitee.com/izory/ZrAdminNetCore') -console.log('📖官方文档:http://www.izhaorui.cn') -console.log('💰打赏作者:http://www.izhaorui.cn/doc/support.html') -console.log('📱移动端体验:http://www.izhaorui.cn/h5') +// console.log('🎉源码地址: https://gitee.com/izory/ZrAdminNetCore') +// console.log('📖官方文档:http://www.izhaorui.cn') +// console.log('💰打赏作者:http://www.izhaorui.cn/doc/support.html') +// console.log('📱移动端体验:http://www.izhaorui.cn/h5') diff --git a/src/router/index.js b/src/router/index.js index 3e10920..b134d89 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -36,7 +36,7 @@ export const constantRoutes = [ }, { path: '/login', - component: () => import('@/views/login'), + component: () => import('@/views/login/login'), hidden: true }, { diff --git a/src/settings.js b/src/settings.js index de450d0..64218d1 100644 --- a/src/settings.js +++ b/src/settings.js @@ -1,111 +1,112 @@ export default { - /** - * 框架版本号 - */ - version: '20240105', - /** - * 网页标题 - */ - title: import.meta.env.VITE_APP_TITLE, - /** - * 侧边栏主题 深色主题theme-dark,浅色主题theme-light - */ - sideTheme: 'theme-dark', - /** - * 框架主题颜色值 - */ - theme: '#409EFF', - /** - * 是否系统布局配置 - */ - showSettings: false, + /** + * 框架版本号 + */ + version: '20240819', + /** + * 网页标题 + */ + title: import.meta.env.VITE_APP_TITLE, + loginfo: import.meta.env.VITE_APP_LOGINFO, + /** + * 侧边栏主题 深色主题theme-dark,浅色主题theme-light + */ + sideTheme: 'theme-dark', + /** + * 框架主题颜色值 + */ + theme: '#409EFF', + /** + * 是否系统布局配置 + */ + showSettings: false, - /** - * 是否显示顶部导航 - */ - topNav: false, + /** + * 是否显示顶部导航 + */ + topNav: false, - /** - * 是否显示 tagsView - */ - tagsView: true, + /** + * 是否显示 tagsView + */ + tagsView: true, - /** - * 是否固定头部 - */ - fixedHeader: false, + /** + * 是否固定头部 + */ + fixedHeader: false, - /** - * 是否显示logo - */ - sidebarLogo: true, + /** + * 是否显示logo + */ + sidebarLogo: true, - /** - * 是否显示动态标题 - */ - dynamicTitle: false, + /** + * 是否显示动态标题 + */ + dynamicTitle: false, - /** - * @type {string | array} 'production' | ['production', 'development'] - * @description Need show err logs component. - * The default is only used in the production env - * If you want to also use it in dev, you can pass ['production', 'development'] - */ - errorLog: 'production', - /** - * 版权信息 - */ - copyright: 'Copyright ©2024 ZRAdmin.NET All Rights Reserved.', - /** - * 是否显示底部栏 - */ - showFooter: true, - /** - * 是否显示水印 - */ - showWatermark: false, - /** - * 水印文案 - */ - watermarkText: 'ZRAdmin.NET', - /** - * 是否显示其他登录 - */ - showOtherLogin: true, - /** - * 默认大小 - */ - defaultSize: 'default', - /** - * 默认语言 - */ - defaultLang: 'zh-cn', - /** - * 左侧菜单是否显示New标记 - */ - menuShowNew: false, - /** - * 是否显示QR登录 - */ - showQrLogin: true, - /** - * 是否显示手机号登录 - */ - showPhoneLogin: true, - /** - * 标签页持久化 - */ - tagsViewPersist: false, - /** - * 标签显示icon - */ - tagsShowIcon: true, - /** - * 导航模式 1、侧边栏 2、混合 3、纯顶部 - */ - navType: 1, - /** - * 前往通知地址 - */ - noticeUrl: 'https://gitee.com/izory/ZrAdminNetCore' -} + /** + * @type {string | array} 'production' | ['production', 'development'] + * @description Need show err logs component. + * The default is only used in the production env + * If you want to also use it in dev, you can pass ['production', 'development'] + */ + errorLog: 'production', + /** + * 版权信息 + */ + copyright: 'Copyright ©2024 ZRAdmin.NET All Rights Reserved.', + /** + * 是否显示底部栏 + */ + showFooter: true, + /** + * 是否显示水印 + */ + showWatermark: false, + /** + * 水印文案 + */ + watermarkText: 'ZRAdmin.NET', + /** + * 是否显示其他登录 + */ + showOtherLogin: true, + /** + * 默认大小 + */ + defaultSize: 'default', + /** + * 默认语言 + */ + defaultLang: 'zh-cn', + /** + * 左侧菜单是否显示New标记 + */ + menuShowNew: false, + /** + * 是否显示QR登录 + */ + showQrLogin: true, + /** + * 是否显示手机号登录 + */ + showPhoneLogin: true, + /** + * 标签页持久化 + */ + tagsViewPersist: false, + /** + * 标签显示icon + */ + tagsShowIcon: true, + /** + * 导航模式 1、侧边栏 2、混合 3、纯顶部 + */ + navType: 1, + /** + * 前往通知地址 + */ + noticeUrl: 'https://gitee.com/izory/ZrAdminNetCore' +} \ No newline at end of file diff --git a/src/views/login.vue b/src/views/login.vue index 2d8aeac..95fc3be 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -9,8 +9,8 @@