瀏覽代碼

hunk-2025-04-24 01:40:06

genlitex 2 月之前
父節點
當前提交
81107e9f13

File diff suppressed because it is too large
+ 0 - 0
dist/assets/index-BKcODZ1N.css


File diff suppressed because it is too large
+ 4 - 0
dist/assets/index-C6Uia3Ml.js


File diff suppressed because it is too large
+ 0 - 4
dist/assets/index-CbDQaxg-.js


File diff suppressed because it is too large
+ 0 - 4
dist/assets/index-XuRaoR0i.js


+ 2 - 2
dist/index.html

@@ -5,8 +5,8 @@
     <link rel="icon" type="image/svg+xml" href="/vite.svg" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>Vite + Vue</title>
-    <script type="module" crossorigin src="/ide/proxy/6000/assets/index-XuRaoR0i.js"></script>
-    <link rel="stylesheet" crossorigin href="/ide/proxy/6000/assets/index-bFp1Fx53.css">
+    <script type="module" crossorigin src="/ide/proxy/6009/assets/index-C6Uia3Ml.js"></script>
+    <link rel="stylesheet" crossorigin href="/ide/proxy/6009/assets/index-BKcODZ1N.css">
   </head>
   <body>
     <div id="app"></div>

+ 3 - 2
src/router/index.js

@@ -1,4 +1,4 @@
-import { createRouter, createWebHistory } from 'vue-router'
+import { createRouter, createWebHashHistory } from 'vue-router'
 import HomeView from '../views/HomeView.vue'
 import ChatbotView from '../views/ChatbotView.vue'
 import MinimalistView from '../assets/templates/ui-standard/MinimalistView.vue'
@@ -26,6 +26,7 @@ import ElementUIView from '../assets/templates/ui-standard/ElementUIView.vue'
 import FlatView from '../assets/templates/ui-standard/FlatView.vue'
 import NordicView from '../assets/templates/ui-standard/NordicView.vue'
 import FuturisticView from '../assets/templates/ui-standard/FuturisticView.vue'
+import LoginView from '../views/LoginView.vue'
 
 const routes = [
   {
@@ -175,7 +176,7 @@ const routes = [
 ]
 
 const router = createRouter({
-  history: createWebHistory(import.meta.env.BASE_URL),
+  history: createWebHashHistory(import.meta.env.BASE_URL),
   routes,
   scrollBehavior(to, from, savedPosition) {
     if (to.hash) {

Some files were not shown because too many files changed in this diff