li.shaoyi 1 year ago
parent
commit
2ea277fb30

+ 1 - 1
app/package.json

@@ -1,6 +1,6 @@
 {
   "name": "trading",
-  "version": "1.0.15",
+  "version": "1.0.34",
   "main": "main.js",
   "dependencies": {
     "electron-updater": "^6.1.4",

+ 2 - 2
oem/qxst/config/appconfig.json

@@ -1,8 +1,8 @@
 {
   "appId": "com.muchinfo.qxst",
   "appName": "贵州茶交数字化中心",
-  "version": "1.0.33",
-  "versionCode": "100033",
+  "version": "1.0.34",
+  "versionCode": "100034",
   "apiUrl": "http://192.168.31.204:8080/cfg?key=test_204",
   "tradeChannel": "ws",
   "modules": [

+ 4 - 4
oem/qxst/manifest.json

@@ -1,13 +1,13 @@
 {
     "@platforms" : [ "android", "iPhone", "iPad" ],
-    "id" : "H5E4A9458",
+    "id" : "H5A27263D",
     /*应用的标识*/
     "name" : "贵茶数字化",
     /*应用名称,程序桌面图标名称*/
     "version" : {
-        "name" : "1.0.15",
+        "name" : "1.0.0",
         /*应用版本名称*/
-        "code" : 100015
+        "code" : 100000
     },
     "description" : "",
     /*应用描述信息*/
@@ -153,7 +153,7 @@
                     "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
                     "<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>"
                 ],
-                "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ],
+                "abiFilters" : [ "arm64-v8a" ],
                 "autoSdkPermissions" : false,
                 "minSdkVersion" : 26
             },

+ 2 - 2
oem/zrwyt/config/appconfig.json

@@ -1,8 +1,8 @@
 {
   "appId": "com.muchinfo.zrwyt",
   "appName": "中融文遗通",
-  "version": "1.0.33",
-  "versionCode": "100033",
+  "version": "1.0.34",
+  "versionCode": "100034",
   "apiUrl": "http://192.168.31.204:8080/cfg?key=test_204",
   "tradeChannel": "ws",
   "modules": [

+ 2 - 2
oem/zrwyt2/config/appconfig.json

@@ -1,8 +1,8 @@
 {
   "appId": "cn.muchinfo.zrst",
   "appName": "中融生态",
-  "version": "1.0.2",
-  "versionCode": "100002",
+  "version": "1.0.3",
+  "versionCode": "100003",
   "apiUrl": "http://192.168.31.204:8080/cfg?key=test_204",
   "tradeChannel": "ws",
   "modules": [

+ 1 - 0
src/packages/pc/views/query/capital/history/index.vue

@@ -47,6 +47,7 @@ const dataList = ref<Model.HisAmountLogRsp[]>([])
 const dateValue = ref(formatDate(currentDate.toISOString(), 'YYYY-MM-DD'))
 
 const { loading, run, pageIndex, pageCount } = useRequest(queryHisAmountLog, {
+    manual: true,
     params: {
         pagesize: 30,
         pageflag: 1,