|
- /*
- * @Date: 2021-11-20 10:26:39
- * @LastEditors: JinxChen
- * @LastEditTime: 2022-07-21 16:41:11
- * @FilePath: \AntpayFrontEnd\src\config\models.js
- * @description:
- */
- export const VERSION_MODEL = '1.0.19F'; //版本号
- export const IMAGE_URL = {
- production: 'http://zfb.ssjlai.com/web/',
- test: 'http://zfb.ssjlai.com/web/',
- development: 'http://zfb.ssjlai.com/web/'
- };
- //用户设备
- export const USER_AGENT = window.navigator.userAgent;
-
- // 支付宝下载链接
- export const ALIPAY_DOWN_URL = {
- android: 'https://d.alipay.com',
- ios: 'https://itunes.apple.com/cn/app/zhi-fu-bao-qian-bao-yu-e-bao/id333206289?mt=8'
- };
|