Commit a846ba64 authored by 毛线's avatar 毛线

test

parent fa49c7b6
...@@ -3,7 +3,7 @@ const isBuild = ['production', 'generate'].includes(APP_ENV) ...@@ -3,7 +3,7 @@ const isBuild = ['production', 'generate'].includes(APP_ENV)
const expandRouter = isBuild const expandRouter = isBuild
? { ? {
mode: 'hash', mode: 'history',
base: './', base: './',
} }
: {} : {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment