From 8a1a5139a6aa168e306b756e294e7302ef650514 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Wed, 7 Aug 2024 10:14:49 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ src/config/models.js | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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/',