浏览代码

h5 # qudiao

liuxiaona 2 年之前
父节点
当前提交
104d257cee

文件差异内容过多而无法显示
+ 1 - 1
qwh5/dist/index.html


文件差异内容过多而无法显示
+ 2 - 2
qwh5/dist/js/app.65c25bcf.js


文件差异内容过多而无法显示
+ 1 - 0
qwh5/dist/js/app.487eb3fb.js.map


文件差异内容过多而无法显示
+ 0 - 1
qwh5/dist/js/app.65c25bcf.js.map


+ 2 - 1
qwh5/src/router/index.ts

@@ -16,7 +16,8 @@ const routes: Array<RouteRecordRaw> = [
16 16
 ]
17 17
 
18 18
 const router = createRouter({
19
-  history: createWebHistory (process.env.BASE_URL),
19
+  history: createWebHistory (),
20
+  // history: createWebHistory (process.env.BASE_URL),
20 21
   routes
21 22
 })
22 23