mall-uniapp/utils/dict.js

13 lines
210 B
JavaScript
Raw Normal View History

/**
* Created by 芋道源码
*
* 数据字典工具类
*/
export const DICT_TYPE = {
// ========== MALL - 交易模块 ==========
BROKERAGE_BANK_NAME: 'brokerage_bank_name', // 佣金提现银行
}