优化:1、增加左侧菜单收缩按钮
2、meta 预览默认选中历史查看
3、数据查询tinyint转short
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//import red from '../res/js/red'
|
||||
|
||||
const login = ({username, pwd}) => {
|
||||
return red.postX("/user/login", {username, pwd, plattoken: 'xx'})
|
||||
return red.postX("/user/login", {username, pwd, plattoken: ''})
|
||||
}
|
||||
|
||||
const logout = () => {
|
||||
|
||||
Reference in New Issue
Block a user