|
@@ -1,11 +1,11 @@ |
|
|
/* |
|
|
/* |
|
|
* @Date: 2021-11-20 10:26:39 |
|
|
* @Date: 2021-11-20 10:26:39 |
|
|
* @LastEditors: JinxChen |
|
|
* @LastEditors: JinxChen |
|
|
* @LastEditTime: 2022-05-23 10:45:19 |
|
|
|
|
|
|
|
|
* @LastEditTime: 2022-06-17 16:40:14 |
|
|
* @FilePath: \AntpayFrontEnd\src\config\models.js |
|
|
* @FilePath: \AntpayFrontEnd\src\config\models.js |
|
|
* @description: |
|
|
* @description: |
|
|
*/ |
|
|
*/ |
|
|
export const VERSION_MODEL = '1.0.6'; //版本号 |
|
|
|
|
|
|
|
|
export const VERSION_MODEL = '1.0.7'; //版本号 |
|
|
export const IMAGE_URL = { |
|
|
export const IMAGE_URL = { |
|
|
production: 'http://zfb.ssjlai.com/web/', |
|
|
production: 'http://zfb.ssjlai.com/web/', |
|
|
test: 'http://zfb.ssjlai.com/web/', |
|
|
test: 'http://zfb.ssjlai.com/web/', |
|
|