大屏页面初始化

This commit is contained in:
2026-03-11 09:27:19 +08:00
parent b17a12c2d7
commit a65912bf8b
13 changed files with 36 additions and 34 deletions

View File

@@ -35,7 +35,7 @@ export function getUserInfo() {
/**
* 修改密码
*/
export function updatePasswd(params) {
export function updatePasswd(params: any) {
return request({
url: '/editPasswd',
method: 'post',
@@ -47,7 +47,7 @@ export function updatePasswd(params) {
/**
* 初始化密码
*/
export function initPasswd(params) {
export function initPasswd(params: any) {
return request({
url: '/initPasswd',
method: 'post',