🦄 refactor(样式): 修改样式 修改图片加载方式

This commit is contained in:
algerkc@qq.com
2023-12-15 14:24:58 +08:00
parent 4f7d066376
commit 086bbb8958
13 changed files with 126 additions and 49 deletions
+1 -1
View File
@@ -23,5 +23,5 @@ const routes = [
export default createRouter({
routes: routes,
history: createMemoryHistory(),
history: createWebHistory(),
})