ZaiZai 1 year ago
parent
commit
f62cb4577e
2 changed files with 3 additions and 3 deletions
  1. 1 1
      config/index.js
  2. 2 2
      manifest.json

+ 1 - 1
config/index.js

@@ -1,5 +1,5 @@
 export default {
-    title: "数字工程",
+    title: "工程云家",
     platform: 'client',         //app的key,用于检测升级
     key: 'uni-app',             //配置主键,目前用于存储
     clientId: 'uni-app',        // 客户端id

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "工程云家",
     "appid" : "__UNI__A0B807E",
     "description" : "智慧数字工程",
-    "versionName" : "2.0.6",
-    "versionCode" : 206,
+    "versionName" : "2.0.7",
+    "versionCode" : 207,
     "transformPx" : false,
     "networkTimeout" : {
         "request" : 300000,