|
@@ -1,11 +1,11 @@ |
|
|
/* |
|
|
/* |
|
|
* @Date: 2021-11-20 10:26:39 |
|
|
* @Date: 2021-11-20 10:26:39 |
|
|
* @LastEditors: JinxChen |
|
|
* @LastEditors: JinxChen |
|
|
* @LastEditTime: 2022-02-25 17:36:47 |
|
|
|
|
|
|
|
|
* @LastEditTime: 2022-02-25 17:57:21 |
|
|
* @FilePath: \AntpayFrontEnd\src\config\models.js |
|
|
* @FilePath: \AntpayFrontEnd\src\config\models.js |
|
|
* @description: |
|
|
* @description: |
|
|
*/ |
|
|
*/ |
|
|
export const VERSION_MODEL = '1.0.0'; |
|
|
|
|
|
|
|
|
export const VERSION_MODEL = '1.0.1'; |
|
|
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/', |
|
|