mirror of
https://github.com/Dadechin/XRoomDashboardFront.git
synced 2025-07-03 00:34:35 +00:00
change configs
This commit is contained in:
parent
796535af75
commit
a6aa78d10d
|
@ -4,6 +4,7 @@ import LoginPage from '../pages/LoginPage.vue'
|
|||
import ResetPassword from '../pages/ResetPassword.vue'
|
||||
import DashboardPage from '../pages/dashboard/index.vue'
|
||||
import FilesPage from '@/pages/dashboard/files.vue';
|
||||
import TeamsPage from '@/pages/dashboard/team.vue';
|
||||
import axios from '@/axios';
|
||||
|
||||
const routes = [
|
||||
|
@ -34,6 +35,12 @@ const routes = [
|
|||
component: FilesPage,
|
||||
meta: { requiresAuth: true }
|
||||
},
|
||||
{
|
||||
path: '/dashboard/teams',
|
||||
name: 'teams',
|
||||
component: TeamsPage,
|
||||
meta: { requiresAuth: true }
|
||||
},
|
||||
{
|
||||
path: '/dashboard/edit-profile',
|
||||
name: 'EditProfile',
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
const { defineConfig } = require('@vue/cli-service')
|
||||
module.exports = defineConfig({
|
||||
transpileDependencies: true
|
||||
transpileDependencies: true,
|
||||
disableHostCheck: true,
|
||||
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user