Browse Source

chore(frontend): 路由改成hash路由

Signed-off-by: Myon <[email protected]>
Myon 3 years ago
parent
commit
297e1f3ccc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/quasar.conf.js

+ 1 - 1
frontend/quasar.conf.js

@@ -43,7 +43,7 @@ module.exports = configure((ctx) => ({
   // Full list of options: https://v2.quasar.dev/quasar-cli/quasar-conf-js#Property%3A-build
   build: {
     env: envparser(),
-    vueRouterMode: 'history', // available values: 'hash', 'history'
+    vueRouterMode: 'hash', // available values: 'hash', 'history'
 
     // transpile: false,