前端补正
This commit is contained in:
parent
8d500a947b
commit
cfc22c5d6a
@ -57,7 +57,7 @@
|
||||
"quill": "1.3.7",
|
||||
"screenfull": "5.0.2",
|
||||
"sortablejs": "1.10.2",
|
||||
"swiper": "^11.1.5",
|
||||
"swiper": "^5.4.5",
|
||||
"vue": "2.6.12",
|
||||
"vue-awesome-swiper": "^4.1.1",
|
||||
"vue-count-to": "1.0.13",
|
||||
|
@ -8,7 +8,7 @@ import { isRelogin } from '@/utils/request'
|
||||
|
||||
NProgress.configure({ showSpinner: false })
|
||||
|
||||
const whiteList = ['/login', '/register']
|
||||
const whiteList = ['/login', '/register', '/gw', '/sb']
|
||||
|
||||
router.beforeEach((to, from, next) => {
|
||||
NProgress.start()
|
||||
|
@ -46,6 +46,11 @@ export const constantRoutes = [
|
||||
component: () => import('@/views/home'),
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/sb',
|
||||
component: () => import('@/views/sb'),
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/login',
|
||||
component: () => import('@/views/login'),
|
||||
|
@ -316,7 +316,7 @@ export default {
|
||||
},
|
||||
mounted() {
|
||||
// 页面加载完毕调用
|
||||
this.tabLsit();
|
||||
// this.tabLsit();
|
||||
},
|
||||
computed: {
|
||||
customswiper() {
|
||||
|
1114
ruoyi-ui/src/views/sb.vue
Normal file
1114
ruoyi-ui/src/views/sb.vue
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user