switch to use hash router
This commit is contained in:
parent
6c60dc9187
commit
a7c11b0671
|
@ -111,6 +111,10 @@ export default {
|
|||
|
||||
copy:[
|
||||
'../web/src/assets/favicon.ico'
|
||||
]
|
||||
|
||||
],
|
||||
history: 'hash',
|
||||
exportStatic: {
|
||||
// htmlSuffix: true,
|
||||
dynamicRoot: true,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue