fix
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import { createRouter, createWebHistory, RouteRecordRaw, createWebHashHistory } from 'vue-router'
|
||||
import { defineAsyncComponent } from 'vue'
|
||||
import { getBrowserInfo, murmur } from '@/tool/util'
|
||||
import { useStore } from "vuex";
|
||||
import store from "@/store"
|
||||
import { getCookie, setCookie } from "@/tool/cookie";
|
||||
const _import = (path: string) => defineAsyncComponent(() => import(`../views/${path}.vue`));
|
||||
@@ -17,7 +15,6 @@ const routes: Array<RouteRecordRaw> = [
|
||||
name: "HomeRecommend",
|
||||
component: _import('HomeRecommend'),
|
||||
children:[]
|
||||
|
||||
},
|
||||
{
|
||||
path: '/login',
|
||||
@@ -107,11 +104,6 @@ const routes: Array<RouteRecordRaw> = [
|
||||
},
|
||||
]
|
||||
},
|
||||
// {//老版本history
|
||||
// path: '/oldHistory',
|
||||
// name: 'oldHistory',
|
||||
// component: _import('OldHistoryPage')
|
||||
// },
|
||||
{
|
||||
path: '/paySucceed',
|
||||
name: 'paySucceed',
|
||||
|
||||
Reference in New Issue
Block a user