修改注册页面;字典从接口取值;上传组件地址修改;维护注册页面及其组件多语言;

This commit is contained in:
linxd
2025-07-04 15:24:17 +08:00
parent 92a92b17cf
commit 21e7f15f64
10 changed files with 990 additions and 387 deletions

View File

@ -36,6 +36,9 @@ export type DictItem = {
/**
* 获取字典列表
* @param code 字典编码
* currency 币种
* entType 企业类型
* taxpayer_type 纳税人类型
* @returns 字典列表
*/
export async function getDictList(code: string): Promise<DictResponse> {