Browse Source

h5 # qudiao

liuxiaona 2 years ago
parent
commit
104d257cee

File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/index.html


File diff suppressed because it is too large
+ 2 - 2
qwh5/dist/js/app.65c25bcf.js


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/js/app.487eb3fb.js.map


File diff suppressed because it is too large
+ 0 - 1
qwh5/dist/js/app.65c25bcf.js.map


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

16
 ]
16
 ]
17
 
17
 
18
 const router = createRouter({
18
 const router = createRouter({
19
-  history: createWebHistory (process.env.BASE_URL),
19
+  history: createWebHistory (),
20
+  // history: createWebHistory (process.env.BASE_URL),
20
   routes
21
   routes
21
 })
22
 })
22
 
23