前端补正

This commit is contained in:
xvv 2024-07-23 23:18:55 +08:00
parent 8d500a947b
commit cfc22c5d6a
5 changed files with 1122 additions and 3 deletions

View File

@ -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",

View File

@ -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()

View File

@ -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'),

View File

@ -316,7 +316,7 @@ export default {
},
mounted() {
//
this.tabLsit();
// this.tabLsit();
},
computed: {
customswiper() {

1114
ruoyi-ui/src/views/sb.vue Normal file

File diff suppressed because it is too large Load Diff