26 lines
629 B
TypeScript
26 lines
629 B
TypeScript
|
|
export const appName = '魔创未来'
|
|
export const appDescription = '魔创未来'
|
|
export const authRoutes = ['/personal-center', '/publish-model', '/publish-workflow']
|
|
export const verifyBlankRoute = ['/member-center', '/int-detail', '/personal-publish']
|
|
export const isOriginalList = [{
|
|
label: '原创',
|
|
value: 0,
|
|
}, {
|
|
label: '转载',
|
|
value: 1,
|
|
}]
|
|
export const isPublicList = [{
|
|
label: '公开',
|
|
value: 1,
|
|
}, {
|
|
label: '自己',
|
|
value: 2,
|
|
}]
|
|
export const headerRole = { // 包括就隐藏
|
|
inputSearch: ['/model-square']
|
|
}
|
|
// export const searchType = { // 包括就隐藏
|
|
// 'picture-square':'image',
|
|
// }
|