Closed littleboyck closed 1 year ago
const router = createRouter({ platform: process.env.VUE_APP_PLATFORM, routes: [{ path: '/', redirect: '/page/index/index' },...ROUTES] });
// 如上配置后,浏览器hash值未变为/page/index/index
const router = createRouter({ platform: process.env.VUE_APP_PLATFORM, routes: [{ path: '/', redirect: '/page/index/index' },...ROUTES] });
// 如上配置后,浏览器hash值未变为/page/index/index