Commit efff0007 authored by 张伯涛's avatar 张伯涛

'首页', path: '/',

parent 04a93710
......@@ -33,11 +33,11 @@ import LayoutLogin from '@/layoutLogin'
* 基础页面,所有人可以访问
*/
export const constantRoutes = [
// {
// path: '/',
// redirect: '/login',
// hidden: true
// },
{
path: '/',
redirect: '/homePage/index',
hidden: true
},
{
path: '/login',
component: (resolve) => require(['@/views/login/login.vue'], resolve),
......
......@@ -25,7 +25,7 @@ export default {
computed: {
navList() {
const navArray = [
{ menuName: '首页', path: '/homePage/index', query: { }},
{ menuName: '首页', path: '/', query: { }},
{ menuName: '政策直达', path: '/PolicyDirect/index', query: { }},
{ menuName: '服务共享', path: '/ServiceShare/index' },
{ menuName: '企业诉求', path: '/EnterpriseAppeal/index', query: { }},
......
......@@ -25,7 +25,7 @@ export default {
computed: {
navList() {
const navArray = [
{ menuName: '首页', path: '/homePage/index', query: { }},
{ menuName: '首页', path: '/', query: { }},
{ menuName: '政策直达', path: '/PolicyDirect/index', query: { }},
{ menuName: '服务共享', path: '/ServiceShare/index' },
{ menuName: '企业诉求', path: '/EnterpriseAppeal/index', query: { }},
......
......@@ -25,7 +25,7 @@ export default {
computed: {
navList() {
const navArray = [
{ menuName: '首页', path: '/homePage/index', query: { }},
{ menuName: '首页', path: '/', query: { }},
{ menuName: '政策直达', path: '/PolicyDirect/index', query: { }},
{ menuName: '服务共享', path: '/ServiceShare/index' },
{ menuName: '企业诉求', path: '/EnterpriseAppeal/index', query: { }},
......
......@@ -25,7 +25,7 @@ export default {
computed: {
navList() {
const navArray = [
{ menuName: '首页', path: '/homePage/index', query: { }},
{ menuName: '首页', path: '/', query: { }},
{ menuName: '政策直达', path: '/PolicyDirect/index', query: { }},
{ menuName: '服务共享', path: '/ServiceShare/index' },
{ menuName: '企业诉求', path: '/EnterpriseAppeal/index', query: { }},
......
......@@ -25,7 +25,7 @@ export default {
computed: {
navList() {
const navArray = [
{ menuName: '首页', path: '/homePage/index', query: { }},
{ menuName: '首页', path: '/', query: { }},
{ menuName: '政策直达', path: '/PolicyDirect/index', query: { }},
{ menuName: '服务共享', path: '/ServiceShare/index' },
{ menuName: '企业诉求', path: '/EnterpriseAppeal/index', query: { }},
......
......@@ -24,7 +24,7 @@ export default {
currentMenu: {
type: String,
default() {
return '/homePage/index'
return '/'
}
}
},
......
......@@ -266,7 +266,7 @@ export default {
computed: {
navList() {
const navArray = [
{ menuName: '首页', path: '/homePage/index', query: { }},
{ menuName: '首页', path: '/', query: { }},
{ menuName: '政策直达', path: '/PolicyDirect/index', query: { }},
{ menuName: '服务共享', path: '/ServiceShare/index' },
{ menuName: '企业诉求', path: '/EnterpriseAppeal/index', query: { }},
......
......@@ -25,7 +25,7 @@ export default {
computed: {
navList() {
const navArray = [
{ menuName: '首页', path: '/homePage/index', query: { }},
{ menuName: '首页', path: '/', query: { }},
{ menuName: '政策直达', path: '/PolicyDirect/index', query: { }},
{ menuName: '服务共享', path: '/ServiceShare/index' },
{ menuName: '企业诉求', path: '/EnterpriseAppeal/index', query: { }},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment