修改注册页面;字典从接口取值;上传组件地址修改;维护注册页面及其组件多语言;
This commit is contained in:
@ -36,6 +36,9 @@ export type DictItem = {
|
||||
/**
|
||||
* 获取字典列表
|
||||
* @param code 字典编码
|
||||
* currency 币种
|
||||
* entType 企业类型
|
||||
* taxpayer_type 纳税人类型
|
||||
* @returns 字典列表
|
||||
*/
|
||||
export async function getDictList(code: string): Promise<DictResponse> {
|
||||
|
Reference in New Issue
Block a user