纯组织管理

This commit is contained in:
MiLla 2024-07-06 07:50:19 +08:00
parent cfbb897cf0
commit 8035ea0767
2 changed files with 13 additions and 3 deletions

View File

@ -0,0 +1,10 @@
<template>
</template>
<script lang="ts" setup>
</script>
<style scoped>
</style>

View File

@ -1,6 +1,6 @@
import authentication_main from '../views/authentication/authentication_main.vue'
import register from '../views/authentication/authentication_register.vue'
import authentication_login from "../views/authentication/authentication_login.vue";
// import authentication_main from '../views/authentication/authentication_main.vue'
// import register from '../views/authentication/authentication_register.vue'
// import authentication_login from "../views/authentication/authentication_login.vue";
export default [
// { path: '/main', component: authentication_main },
// { path: '/login', component: authentication_login },