Ben Fung
Results
2
comments of
Ben Fung
导出这个bug什么时候能解决
build之后不能访问是因为路由模式问题, 项目build后我是要单独使用的,默认是history模式,一打开就是空白,要设为hash模式,又不写说明 const RouterConfig = { mode: 'hash', routes: Routers };