前端补正
This commit is contained in:
parent
8d500a947b
commit
cfc22c5d6a
@ -57,7 +57,7 @@
|
|||||||
"quill": "1.3.7",
|
"quill": "1.3.7",
|
||||||
"screenfull": "5.0.2",
|
"screenfull": "5.0.2",
|
||||||
"sortablejs": "1.10.2",
|
"sortablejs": "1.10.2",
|
||||||
"swiper": "^11.1.5",
|
"swiper": "^5.4.5",
|
||||||
"vue": "2.6.12",
|
"vue": "2.6.12",
|
||||||
"vue-awesome-swiper": "^4.1.1",
|
"vue-awesome-swiper": "^4.1.1",
|
||||||
"vue-count-to": "1.0.13",
|
"vue-count-to": "1.0.13",
|
||||||
|
@ -8,7 +8,7 @@ import { isRelogin } from '@/utils/request'
|
|||||||
|
|
||||||
NProgress.configure({ showSpinner: false })
|
NProgress.configure({ showSpinner: false })
|
||||||
|
|
||||||
const whiteList = ['/login', '/register']
|
const whiteList = ['/login', '/register', '/gw', '/sb']
|
||||||
|
|
||||||
router.beforeEach((to, from, next) => {
|
router.beforeEach((to, from, next) => {
|
||||||
NProgress.start()
|
NProgress.start()
|
||||||
|
@ -46,6 +46,11 @@ export const constantRoutes = [
|
|||||||
component: () => import('@/views/home'),
|
component: () => import('@/views/home'),
|
||||||
hidden: true
|
hidden: true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '/sb',
|
||||||
|
component: () => import('@/views/sb'),
|
||||||
|
hidden: true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: '/login',
|
path: '/login',
|
||||||
component: () => import('@/views/login'),
|
component: () => import('@/views/login'),
|
||||||
|
@ -316,7 +316,7 @@ export default {
|
|||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
// 页面加载完毕调用
|
// 页面加载完毕调用
|
||||||
this.tabLsit();
|
// this.tabLsit();
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
customswiper() {
|
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