123456789101112131415161718 |
- // // // 前端路径
- // export const baseUrl = 'http://smartct.com/'
- // // api调用目录
- // export const baseApiUrl = 'http://smartct.com/api/'
- // // cnd域名。没有就填写后端域名
- // export const cndUrl = 'http://smartct.com/'
- // // 前端路径
- export const baseUrl = 'https://meng.wenlvti.net/'
- // api调用目录
- export const baseApiUrl = 'https://meng.wenlvti.net/api/'
- // cnd域名。没有就填写后端域名
- // export const cndUrl = 'https://meng.wenlvti.net/'
- export const baseLogo = 'https://huli-app.wenlvti.net/app_static/WenWuGuanJia/image/logo.png'
- export const title = '文物管家'
- // 主题样式
- export var bgClass = 'bg-orange text-black'
|