li.shaoyi 9 kuukautta sitten
vanhempi
commit
e1954073e1

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

@@ -1,8 +1,8 @@
 {
   "appId": "com.muchinfo.sjgj",
   "appName": "纯金网金银报价结算中心",
-  "version": "1.0.2",
-  "versionCode": "100002",
+  "version": "1.0.3",
+  "versionCode": "100003",
   "apiUrl": "http://192.168.31.139:8080/cfg?key=test_139",
   "tradeChannel": "ws",
   "modules": [

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

@@ -1,8 +1,8 @@
 {
   "appId": "com.muchinfo.tss",
   "appName": "TCE",
-  "version": "1.0.43",
-  "versionCode": "100043",
+  "version": "1.0.44",
+  "versionCode": "100044",
   "apiUrl": "http://192.168.31.210:8080/cfg?key=test_210",
   "tradeChannel": "ws",
   "showLoginAlert": true,

+ 1 - 0
src/packages/sjgj/views/market/list/index.vue

@@ -90,6 +90,7 @@ const {
     touristRowClick
 } = useSetup()
 
+// 任务 #6668
 const topBanners = computed(() => banners.value.map((e) => e.imagepath))
 </script>