大屏页面初始化

This commit is contained in:
2026-03-11 10:32:51 +08:00
parent a65912bf8b
commit ee7e32e738
14 changed files with 65 additions and 74 deletions

View File

@@ -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',