| | |
| | | // 系统配置 |
| | | /** |
| | | * @description 系统信息 |
| | | * 1、yun ( Y2xv$mkdWQ= ) 、 dandian ( U1$mkNP ) 、 yewu ( bG9j$mkYWw= ) |
| | | * 2、window.btoa('') 域名 不带 / |
| | | * 3、baoshide old ( aHR0cDovL2Nsb3VkLnBv$mkc2l0ZWNncm91cC5jb206ODA4MA== ) |
| | | * 4、positecgroup ( aHR0cHM6Ly9jbG91ZC5$mkwb3NpdGVjZ3JvdXAuY29t ) |
| | | */ |
| | | export default { |
| | | systemType: 'local', // Cloud 、 SSO 、 local, 云端使用系统配置appId |
| | | AppId: '201912040924165801464FF1788654BC5AC73', |
| | | cloudServiceApi: 'http://cloud.mk9h.cn/webapi/dostars', |
| | | cloudLoginApi: 'http://cloud.mk9h.cn/webapi/dologon', |
| | | cloudDatabase: 'sqlserver', |
| | | localDatabase: 'mysql' |
| | | sysType: 'bG9j$mkYWw=', |
| | | caId: 'MjAyMDAxMTYxMjMzMzU1MDd$mkGQzkyMzI1Rjk4MDY0QUNGQjQ2Mg==', |
| | | cakey: 'MjAyMDAxMTYxMjQwMDQ2NDM$mk2N0QzODE2MjExNUI0MTc4OTVDMQ==', |
| | | cdomain: 'aHR0cHM6Ly9jbG91$mkZC5tazloLmNu' |
| | | } |
| | | |
| | | /** |
| | | * @description 系统样式库 |
| | | */ |
| | | export const styles = { |
| | | bg_black_style_blue: 'mk-blue-black', |
| | | bg_white_style_blue: 'mk-blue-white', |
| | | bg_black_style_red: 'mk-red-black', |
| | | bg_white_style_red: 'mk-red-white', |
| | | bg_black_style_orange_red: 'mk-orange-red-black', |
| | | bg_white_style_orange_red: 'mk-orange-red-white', |
| | | bg_black_style_orange: 'mk-orange-black', |
| | | bg_white_style_orange: 'mk-orange-white', |
| | | bg_black_style_orange_yellow: 'mk-orange-yellow-black', |
| | | bg_white_style_orange_yellow: 'mk-orange-yellow-white', |
| | | bg_black_style_yellow: 'mk-yellow-black', |
| | | bg_white_style_yellow: 'mk-yellow-white', |
| | | bg_black_style_yellow_green: 'mk-yellow-green-black', |
| | | bg_white_style_yellow_green: 'mk-yellow-green-white', |
| | | bg_black_style_green: 'mk-green-black', |
| | | bg_white_style_green: 'mk-green-white', |
| | | bg_black_style_cyan: 'mk-cyan-black', |
| | | bg_white_style_cyan: 'mk-cyan-white', |
| | | bg_black_style_blue_purple: 'mk-blue-purple-black', |
| | | bg_white_style_blue_purple: 'mk-blue-purple-white', |
| | | bg_black_style_purple: 'mk-purple-black', |
| | | bg_white_style_purple: 'mk-purple-white', |
| | | bg_black_style_magenta: 'mk-magenta-black', |
| | | bg_white_style_magenta: 'mk-magenta-white', |
| | | bg_black_style_grass_green: 'mk-grass-green-black', |
| | | bg_white_style_grass_green: 'mk-grass-green-white', |
| | | bg_black_style_deep_red: 'mk-deep-red-black', |
| | | bg_white_style_deep_red: 'mk-deep-red-white', |
| | | } |