林小张 4 天之前
父节点
当前提交
6eb2bcc7aa
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/layout/components/Sidebar/Logo.vue
  2. 2 2
      src/views/login.vue

+ 1 - 1
src/layout/components/Sidebar/Logo.vue

@@ -20,7 +20,7 @@
       <router-link key="collapse" class="sidebar-logo-link" to="/">
         <!-- <img v-if="logo" :src="logo" class="sidebar-logo" /> -->
         <h1 class="sidebar-title" :style="{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">
-          优易达-OMS订单管理系统
+          优易商城-商城运营平台
         </h1>
       </router-link>
     </transition>

+ 2 - 2
src/views/login.vue

@@ -96,8 +96,8 @@ const { t } = useI18n();
 
 const loginForm = ref<LoginData>({
   tenantId: '000000',
-  username: 'admin',
-  password: 'admin123',
+  username: 'opmadmin',
+  password: '123456',
   rememberMe: false,
   code: '',
   uuid: ''