davychan1985

Results 8 comments of davychan1985

谷歌浏览器报错?

谷歌浏览器访问http://localhost:3006/#/app/auth/basic 时,页面报错。 ![39399238-da4ff88a-4b09-11e8-92c4-c198b3c1d613](https://user-images.githubusercontent.com/24986002/39525520-b118bb32-4e0b-11e8-8646-e9ff00ed9f98.png)

src/utils/index.jsx,其中_queryString[_pair[0]].push(decodeURIComponent(_pair[1])); 。有个问题就是_queryString是对象应该不能用push吧,对象没有push方法。

作者你好,关闭浏览器后,用户仍然是已登录状态,应该将src/components/pages/Login.jsx、src/components/HeaderCustom.jsx、src/App.js这些文件里的localStorage改为sessionStorage。

你好,请问一下群号是多少呢?

@yezihaohao 你好,访问localhost:3006/#/app时跳到了404,但src/Page.js文件里明明定义了如下路由 ![qq 20180511220458](https://user-images.githubusercontent.com/24986002/39928286-864bddb8-5567-11e8-9f84-efaf716b475e.jpg)