开发: 路由改成hash格式
This commit is contained in:
@@ -14,9 +14,9 @@ export default defineConfig({
|
||||
*/
|
||||
hash: true,
|
||||
// hash 路由
|
||||
// history: {
|
||||
// type: 'hash',
|
||||
// },
|
||||
history: {
|
||||
type: 'hash',
|
||||
},
|
||||
/**
|
||||
* @name 兼容性设置
|
||||
* @description 设置 ie11 不一定完美兼容,需要检查自己使用的所有依赖
|
||||
|
Reference in New Issue
Block a user