Quellcode durchsuchen

change: 处理默认路由相关问题.

peter vor 7 Monaten
Ursprung
Commit
6afd0a1a0f
3 geänderte Dateien mit 10 neuen und 7 gelöschten Zeilen
  1. 3 3
      src/layout/components/Topbar.vue
  2. 6 3
      src/router/index.js
  3. 1 1
      src/views/login/index.vue

+ 3 - 3
src/layout/components/Topbar.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="top-nav">
-    <div class="log">PromoCollection</div>
+    <div class="log">PromoCatalogue</div>
     <el-menu
       :text-color="variables.TopText"
       :active-text-color="variables.TopText"
@@ -97,7 +97,7 @@ export default {
       // 如果是首页,首页高亮
       // path=='/'时,暂固定取一级路由为memberMerchandise,问题同leftSide.vue
       if (path === '/') {
-        return '/memberMerchandise'
+        return '/shop'
       }
       // 如果不是首页,高亮一级菜单
       return '/' + path.split('/')[1]
@@ -120,7 +120,7 @@ export default {
       let route = this.routes.find((item) => item.path === temp)
       // 如果找不到这个路由,说明是首页/memberMerchandise
       if (!route) {
-        route = this.routes.find((item) => item.path === '/memberMerchandise')
+        route = this.routes.find((item) => item.path === '/shop')
       }
       this.$store.commit('firstRoutes/SET_CURRENT_ROUTES', route)
       // this.setSidebarHide(route)

+ 6 - 3
src/router/index.js

@@ -20,12 +20,15 @@ export const constantRoutes = [
     component: () => import('@/views/404'),
     hidden: true,
   },
+  {
+    hidden: true,
+    path: '/',
+    redirect: '/shop/shop-manage/site/au',
+  },
   { path: '*', redirect: '/404', hidden: true },
 ]
 
-export const asyncRoutes = [
-  shop
-]
+export const asyncRoutes = [shop]
 
 const createRouter = () =>
   new Router({

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

@@ -9,7 +9,7 @@
       label-position="left"
       @keyup.enter.native="handleLogin">
       <div class="title-container">
-        <h3 class="title">PromoCollection后台登录</h3>
+        <h3 class="title">PromoCatalogue后台登录</h3>
       </div>
       <el-form-item prop="username">
         <span class="svg-container">