|
@@ -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-10 11:07:57 |
|
|
|
|
|
|
|
|
* @LastEditTime: 2022-05-11 14:28:21 |
|
|
* @FilePath: \AntpayFrontEnd\src\config\models.js |
|
|
* @FilePath: \AntpayFrontEnd\src\config\models.js |
|
|
* @description: |
|
|
* @description: |
|
|
*/ |
|
|
*/ |
|
|
export const VERSION_MODEL = '1.0.4'; //版本号 |
|
|
|
|
|
|
|
|
export const VERSION_MODEL = '1.0.5'; //版本号 |
|
|
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/', |
|
|