@@ -103,7 +108,11 @@ export default {
margin: auto;
box-shadow: none;
background: transparent;
-
+.ant-modal-close{
+ position: absolute;
+ right: 0;
+ top: 3px;
+}
.ant-modal-body {
height: calc(100% - 45px);
color: #fff;
diff --git a/web/src/router/index.js b/web/src/router/index.js
index 206d592..c722c0a 100644
--- a/web/src/router/index.js
+++ b/web/src/router/index.js
@@ -1,10 +1,10 @@
import { createRouter, createWebHistory } from 'vue-router'
export const routes = [
- // {
- // path: '/',
- // redirect: '/main'
- // },
+ {
+ path: '/',
+ redirect: '/main/Home'
+ },
{
path: '/login',
name: 'login',