diff --git a/README.md b/README.md index 69771fb..0a725a0 100644 --- a/README.md +++ b/README.md @@ -1174,3 +1174,10 @@ update - 增加 app打开充值h5跳转到话费查询页面 - 增加 app点击订购套餐提示 + + +## v1.0.128 + +`2024.8.7` +update +- 更新 diff --git a/src/config/models.js b/src/config/models.js index b7c1eb4..246ad65 100644 --- a/src/config/models.js +++ b/src/config/models.js @@ -8,7 +8,7 @@ import store from "@/store"; // 情绪模型 const appTypeList = ['1']; -export const VERSION_MODEL = '1.0.127F'; //版本号 +export const VERSION_MODEL = '1.0.128F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/',