This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch dft
in repository https://gitbox.apache.org/repos/asf/pulsar-manager.git

commit d22ee9eca9c2b83210051b037955a35b1df7b7a0
Author: Li Li <[email protected]>
AuthorDate: Thu Feb 23 17:10:04 2023 +0800

    update for dft tongtech
    
    Signed-off-by: Li Li <[email protected]>
---
 .gitignore                    |  4 +++-
 front-end/src/lang/en.js      |  2 +-
 front-end/src/lang/zh.js      |  2 +-
 front-end/src/router/index.js | 24 ++++++++++++------------
 4 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/.gitignore b/.gitignore
index 77895da..2b1303f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,4 +52,6 @@ src/main/resources/local.properties
 
 # Docker
 docker/data
-data
\ No newline at end of file
+data
+.java-version
+front-end/temp-release/
\ No newline at end of file
diff --git a/front-end/src/lang/en.js b/front-end/src/lang/en.js
index 1161a62..499d1d5 100644
--- a/front-end/src/lang/en.js
+++ b/front-end/src/lang/en.js
@@ -99,7 +99,7 @@ export default {
     size: 'Global Size'
   },
   login: {
-    title: 'Login Form',
+    title: 'TongTech',
     logIn: 'Log in',
     username: 'Username',
     password: 'Password',
diff --git a/front-end/src/lang/zh.js b/front-end/src/lang/zh.js
index 610d2ba..ee10524 100644
--- a/front-end/src/lang/zh.js
+++ b/front-end/src/lang/zh.js
@@ -99,7 +99,7 @@ export default {
     size: 'Global Size'
   },
   login: {
-    title: 'Login Form',
+    title: '东方通',
     logIn: 'Log in',
     username: 'Username',
     password: 'Password',
diff --git a/front-end/src/router/index.js b/front-end/src/router/index.js
index e9010ba..843150d 100644
--- a/front-end/src/router/index.js
+++ b/front-end/src/router/index.js
@@ -120,10 +120,10 @@ export const asyncRouterMap = [
   {
     path: '/management',
     component: Layout,
-    name: 'Management',
+    name: '东方通',
     redirect: 'management/roles',
     meta: {
-      title: 'Management',
+      title: '东方通',
       icon: 'component',
       roles: ['super', 'admin']
     },
@@ -355,15 +355,15 @@ export const asyncRouterMap = [
       }
     ]
   },
-  {
-    path: 'external-link',
-    component: Layout,
-    children: [
-      {
-        path: 'https://pulsar.apache.org',
-        meta: { title: 'Apache Pulsar', icon: 'link' }
-      }
-    ]
-  },
+  // {
+  //   path: 'external-link',
+  //   component: Layout,
+  //   children: [
+  //     {
+  //       path: 'https://pulsar.apache.org',
+  //       meta: { title: 'Apache Pulsar', icon: 'link' }
+  //     }
+  //   ]
+  // },
   { path: '*', redirect: '/404', hidden: true }
 ]

Reply via email to