大屏页面初始化
This commit is contained in:
@@ -35,7 +35,7 @@ export function getUserInfo() {
|
||||
/**
|
||||
* 修改密码
|
||||
*/
|
||||
export function updatePasswd(params: any) {
|
||||
export function updatePasswd(params) {
|
||||
return request({
|
||||
url: '/editPasswd',
|
||||
method: 'post',
|
||||
@@ -47,7 +47,7 @@ export function updatePasswd(params: any) {
|
||||
/**
|
||||
* 初始化密码
|
||||
*/
|
||||
export function initPasswd(params: any) {
|
||||
export function initPasswd(params) {
|
||||
return request({
|
||||
url: '/initPasswd',
|
||||
method: 'post',
|
||||
|
||||
Reference in New Issue
Block a user