iceqing / react-amis-admin

一个开箱可用的Amis + React 低代码开发环境
https://amis.iceq.cc
Apache License 2.0
149 stars 28 forks source link

登录验证怎么操作? #2

Closed aron0524 closed 2 years ago

aron0524 commented 2 years ago

项目启动就到dashboard界面了。 没登录也可以进去。

iceqing commented 2 years ago

之前为了方便展示,默认页面是Dashboard组件, 目前已修改为Login。同时增加了requestInterceptor.ts来做全局接口拦截。

示例页面也已更新 https://amis.iceq.cc

aron0524 commented 2 years ago

没有登录依然可以访问 https://amis.iceq.cc/dashboard 右上角不能退出. 登录以后一直访问 https://amis.iceq.cc/api/menus这个接口

aron0524 commented 2 years ago

chrome 93.0.4577.63

iceqing commented 2 years ago

已修复,可以清空下缓存并重新硬性加载试下。

aron0524 commented 2 years ago

牛x plus。