Commit e283cfde authored by 前端-李俊鑫's avatar 前端-李俊鑫

content

parent 65760210
/**
* 栏目管理 - 栏目分类 - 市场行情
* @value = 1
*/
export const COLUMN_MARKET_CATEGORY = 1;
/**
* 栏目管理 - 栏目分类 - 资讯
* @value = 2
*/
export const COLUMN_INFOMATION_CATEGORY = 2;
/**
*
*/
export const COLUMN_CATEGORY = {
[COLUMN_MARKET_CATEGORY]: '市场行情',
[COLUMN_INFOMATION_CATEGORY]: '资讯'
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment