Browse Source

修改名称

rowan.wu 11 months ago
parent
commit
89f2210f98

+ 1 - 1
.prettierrc.cjs

@@ -1,6 +1,6 @@
 module.exports = {
   printWidth: 100,
-  semi: false,
+  semi: true,
   vueIndentScriptAndStyle: true,
   singleQuote: true,
   trailingComma: 'all',

+ 1 - 1
src/locales/lang/zh-CN/sys.ts

@@ -224,7 +224,7 @@ export default {
     navigation: '快捷导航',
     info: '系统信息',
     // notification
-    welcome: '欢迎使用 Simple Admin',
+    welcome: '欢迎使用 冠客微信管理系统',
   },
   dictionary: {
     // noun

+ 2 - 2
src/views/dashboard/workbench/components/data.ts

@@ -51,6 +51,6 @@ export const navItems: NavItem[] = [
 ];
 
 export const systemInfoData = [
-  ['sys.sys.Name', 'Simple Admin'],
-  ['sys.sys.version', 'V 1.3.11'],
+  ['sys.sys.Name', '冠客微信管理系统'],
+  ['sys.sys.version', 'V 0.0.1'],
 ];