xbx 1 năm trước cách đây
mục cha
commit
cf2b66a02a
4 tập tin đã thay đổi với 6 bổ sung5 xóa
  1. 1 1
      index.html
  2. 2 1
      src/router/index.ts
  3. 1 1
      src/views/login/index.vue
  4. 2 2
      src/views/login/locale/zh-CN.ts

+ 1 - 1
index.html

@@ -4,7 +4,7 @@
     <meta charset="UTF-8" />
     <link rel="shortcut icon" type="image/x-icon" href="https://unpkg.byted-static.com/latest/byted/arco-config/assets/favicon.ico">
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>抖音管理后台</title>
+    <title>内容结算后台</title>
   </head>
   <body>
     <div id="app"></div>

+ 2 - 1
src/router/index.ts

@@ -13,7 +13,8 @@ const router = createRouter({
   routes: [
     {
       path: '/',
-      redirect: '/bookmanagement/booklist',
+      //redirect: '/bookmanagement/booklist',
+      redirect:'/settle/remit/total'
     },
     {
       path: '/login',

+ 1 - 1
src/views/login/index.vue

@@ -5,7 +5,7 @@
         alt="logo"
         src="//p3-armor.byteimg.com/tos-cn-i-49unhts6dw/dfdba5317c0c20ce20e64fac803d52bc.svg~tplv-49unhts6dw-image.image"
       />
-      <div class="logo-text">抖音管理后台</div>
+      <div class="logo-text">抖音内容结算后台</div>
     </div>
     <LoginBanner />
     <div class="content">

+ 2 - 2
src/views/login/locale/zh-CN.ts

@@ -1,5 +1,5 @@
 export default {
-  'login.form.title': '登录 抖音管理平台',
+  'login.form.title': '登录 内容结算平台',
   'login.form.userName.errMsg': '用户名不能为空',
   'login.form.password.errMsg': '密码不能为空',
   'login.form.login.errMsg': '登录出错,轻刷新重试',
@@ -10,7 +10,7 @@ export default {
   'login.form.forgetPassword': '忘记密码',
   'login.form.login': '登录',
   'login.form.register': '注册账号',
-  'login.banner.slogan1': '抖音小程序管理平台',
+  'login.banner.slogan1': '抖音小程序内容结算平台',
   'login.banner.subSlogan1': '个性化一站式配置,您的贴心管家',
   'login.banner.slogan2': '内置了常见问题的解决方案',
   'login.banner.subSlogan2': '国际化,路由配置,状态管理应有尽有',