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

$router.go(-1) Not Working In Android mpaas webview #38

Open RicoLiu opened 4 years ago

RicoLiu commented 4 years ago

路由模式为 Hash。 本地开发环境一切正常。 打包编译后,集成到 app 的 mpaas 容器中。进入二级页面后,发现 $router.go(-1) 会失效

RicoLiu commented 4 years ago

VUE 构建的单页面应用,打包后集成到 mPaas 容器。顶部导航栏返回键调用了 router.go(-1),结果没有返回到上一级页面。debugger调试发现确实触发到了 router.go(-1) 事件。 本地调试时能够正常返回上一级页面