yanghao hai 3 semanas
pai
achega
bef44d0565
Modificáronse 3 ficheiros con 4 adicións e 4 borrados
  1. 1 1
      android/simpleDemo/build.gradle
  2. 1 1
      config/env.prod.js
  3. 2 2
      manifest.json

+ 1 - 1
android/simpleDemo/build.gradle

@@ -10,7 +10,7 @@ android {
         minSdkVersion 21
         // targetSdkVersion 33
         targetSdk 33
-        versionCode 10300
+        versionCode 10301
         versionName "1.3.1"
         multiDexEnabled true
         compileOptions {

+ 1 - 1
config/env.prod.js

@@ -2,7 +2,7 @@
 export default {
   // apiUrl: 'http://192.168.1.63:8888',
   // apiUrl: "https://iot.deepoil.cc", //测试
-  apiUrl: "https://aims.deepoil.cc", //正式
+  apiUrl: "https://iot.deepoil.cc", //正式
   apiUrlSuffix: "/admin-api",
   // 其他开发环境配置...
   corpId: "dingbe7f9a7e8cffa2bd35c2f4657eb6378f", //钉钉微应用 企业的CorpID - 正式环境

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
 	"name": "DeepOil",
 	"appid": "__UNI__6E4BC49",
 	"description": "",
-	"versionName": "1.3.0",
-	"versionCode": 10300,
+	"versionName": "1.3.1",
+	"versionCode": 10301,
 	"transformPx": false,
 	/* 5+App特有相关 */
 	"app-plus": {