feat:多货币以及支付方式配置
This commit is contained in:
2
src/typings/auto-imports.d.ts
vendored
2
src/typings/auto-imports.d.ts
vendored
@@ -183,6 +183,7 @@ declare global {
|
||||
const getFixedTabs: typeof import('../store/modules/tab/shared')['getFixedTabs']
|
||||
const getGlobalMenusByAuthRoutes: typeof import('../store/modules/route/shared')['getGlobalMenusByAuthRoutes']
|
||||
const getLocalizedTimeUnit: typeof import('../utils/units')['getLocalizedTimeUnit']
|
||||
const getPaymentConfig: typeof import('../service/api/auth')['getPaymentConfig']
|
||||
const getPortalConfig: typeof import('../service/api/auth')['getPortalConfig']
|
||||
const getRouteIcons: typeof import('../store/modules/tab/shared')['getRouteIcons']
|
||||
const getSelectedMenuKeyPathByKey: typeof import('../store/modules/route/shared')['getSelectedMenuKeyPathByKey']
|
||||
@@ -313,6 +314,7 @@ declare global {
|
||||
const updateLocaleOfGlobalMenus: typeof import('../store/modules/route/shared')['updateLocaleOfGlobalMenus']
|
||||
const updatePackage: typeof import('../service/api/auth')['updatePackage']
|
||||
const updatePasswordByOld: typeof import('../service/api/auth')['updatePasswordByOld']
|
||||
const updatePaymentConfig: typeof import('../service/api/auth')['updatePaymentConfig']
|
||||
const updatePortalConfig: typeof import('../service/api/auth')['updatePortalConfig']
|
||||
const updateSite: typeof import('../service/api/auth')['updateSite']
|
||||
const updateTabByI18nKey: typeof import('../store/modules/tab/shared')['updateTabByI18nKey']
|
||||
|
||||
Reference in New Issue
Block a user