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