alipay / mPaaS

mPaaS Demo 合集,mPaaS 是源自于支付宝的移动开发平台。The collection of demos for mPaaS components. mPaaS is the Mobile Development Platform which oriented from Alipay.
https://tech.antfin.com/docs/2/49549
Apache License 2.0
324 stars 55 forks source link

H5离线包和在线页路由改变时不一致 #28

Open caoshining opened 4 years ago

caoshining commented 4 years ago

H5离线包是走的hashHistory的时候 为什么会直接将容器关了 ,打开在线H5调试的时候是没有该情况出现

glcrazier commented 4 years ago

@caoshining 一般情况下不会出现这种状况,提供下容器的日志?

RicoLiu commented 4 years ago

@caoshining 我遇到了 vue 构建的单页应用,打包集成到 mpaas 容器后,进入二级页面调用 router.go(-1)无法返回上一级页面。请问是同样的问题吗