You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
992 B

6 years ago
module.exports = {
title: 'BiuBiuBiu~',
//全局axios的baseUrl
apiPrefix: '/api',
//socket连接地址
//socketUrl: 'wss://toesbieya.cn',
socketUrl: 'localhost:12580',
//登录页开启背景动画
loginBackgroundAnimate: true,
sidebarLogoUrl: 'https://wpimg.wallstcn.com/69a1c46c-eb1c-4b46-8bd4-e9e686ef5251.png',
errorLog: ['production', 'development'],
//storage的相关键名
sessionUserKey: 'GCC-SESS-USER',
localResourceKey: 'GCC-LOCAL-PERM',
localPersonalSettingsKey: 'GCC-LOCAL-PERSONAL-SETTINGS',
//路由切换时的过渡动画名称,关联transition.css
rightSideRouteTransition: 'left-out',
leftSideRouteTransition: 'right-out',
//七牛云上传地址
attachmentUploadUrl: 'http://upload.qiniup.com',
//附件上传后的预览地址前缀
attachmentPrefix: 'https://static.toesbieya.cn/',
//省市地区json数据请求地址
regionDataUrl:'/static/json/region-pca.json'
}