shish vor 1 Jahr
Ursprung
Commit
bb63a9a7f0

+ 4 - 0
ghsApp/src/admin/billing/result.vue

@@ -20,6 +20,10 @@
   <ad-custom unit-id="adunit-3a7cda7bc692514a"></ad-custom>
   <!-- #endif -->
 
+  <!-- #ifdef APP-PLUS -->
+  <ad adpid="1806928014"></ad>
+  <!-- #endif -->
+
   <view style="margin-top:50upx;">
     <block v-for="(item, index) in detailInfo.product" :key="index">
       <view style="text-align:center;margin-bottom:10upx;">

+ 4 - 0
ghsApp/src/admin/home/apply.vue

@@ -11,6 +11,10 @@
         <ad-custom unit-id="adunit-3a7cda7bc692514a"></ad-custom>
         <!-- #endif -->
 
+        <!-- #ifdef APP-PLUS -->
+        <ad adpid="1806928014"></ad>
+        <!-- #endif -->
+
         <view v-for="item in menuList" :key="item.title" class="apply-list_box">
             <view class="tit">
                 {{item.title}}

+ 4 - 0
ghsApp/src/admin/home/me.vue

@@ -74,6 +74,10 @@
         <ad-custom unit-id="adunit-3a7cda7bc692514a"></ad-custom>
         <!-- #endif -->
 
+        <!-- #ifdef APP-PLUS -->
+        <ad adpid="1806928014"></ad>
+        <!-- #endif -->
+
         <view class="module-com content_box user-open_bx">
           <view class="input-line-wrap">
 

+ 8 - 0
ghsApp/src/admin/home/workbench.vue

@@ -46,6 +46,10 @@
 	<ad-custom unit-id="adunit-3a7cda7bc692514a"></ad-custom>
     <!-- #endif -->
 
+	<!-- #ifdef APP-PLUS -->
+	<ad adpid="1806928014"></ad>
+	<!-- #endif -->
+
   </block>
   <block v-else>
 
@@ -146,6 +150,10 @@
 		<ad-custom unit-id="adunit-3a7cda7bc692514a"></ad-custom>
 		<!-- #endif -->
 
+		<!-- #ifdef APP-PLUS -->
+		<ad adpid="1806928014"></ad>
+		<!-- #endif -->
+
 		<div class="module-com total-wrap">
 			<div class="total-tit">总览</div>
 			<div class="total-blo">

+ 3 - 3
ghsApp/src/config.js

@@ -1,4 +1,4 @@
 export const ProjectName = 'ghs'
-export const APIHOST = 'https://api.shop.hzghd.com'
-export const IMGHOST = 'https://img.hzghd.com'
-export const CURRENT_ENV = 'dev'
+export const APIHOST = 'https://api.shop.wixhb.com'
+export const IMGHOST = 'https://img.wixhb.com'
+export const CURRENT_ENV = 'production'

+ 16 - 14
ghsApp/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "销花宝",
     "appid" : "__UNI__BD781B0",
     "description" : "鲜花批发销售管理系统",
-    "versionName" : "1.2.19",
-    "versionCode" : 1219,
+    "versionName" : "1.2.20",
+    "versionCode" : 1220,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {
@@ -63,20 +63,23 @@
                     "entitlements" : {
                         "com.apple.developer.associated-domains" : [ "applinks:fronttg.wixhb.com" ]
                     }
-                }          
+                },
+                "dSYMs" : false
             },
             /* SDK配置 */
             "sdkConfigs" : {
-                "speech" : {
-                    
-                },
+                "speech" : {},
                 "share" : {
                     "weixin" : {
                         "appid" : "wxb379c1f2f3ef705e",
                         "UniversalLinks" : "https://fronttg.wixhb.com/uni-universallinks/__UNI__BD781B0/"
                     }
                 },
-                "ad" : {},
+                "ad" : {
+                    "gdt" : {},
+                    "ks" : {},
+                    "gm" : {}
+                },
                 "geolocation" : {
                     "system" : {
                         "__platform__" : [ "ios", "android" ]
@@ -173,20 +176,19 @@
     "quickapp" : {},
     /* 小程序特有相关 线上(销花宝) wxcf32b3f0684c2433 开发(花掌柜) wx21b7c3ef12082099 */
     "mp-weixin" : {
-        "appid" : "wx21b7c3ef12082099",
+        "appid" : "wxcf32b3f0684c2433",
         "setting" : {
             "urlCheck" : false
         },
+        "optimization" : {
+            "subPackages" : true
+        },
         "usingComponents" : true,
         "permission" : {
             "scope.userLocation" : {
                 "desc" : "请点击确定"
             }
-        },
-        "optimization" : {
-            "subPackages" : true
-        },
-        "lazyCodeLoading":"requiredComponents"
+        }
     },
     "mp-alipay" : {
         "usingComponents" : true
@@ -215,7 +217,7 @@
             "port" : 81,
             "proxy" : {
                 "/api" : {
-                    "target" : "http://api.shop.hzghd.com",
+                    "target" : "http://api.shop.wixhb.com",
                     "secure" : false,
                     "changeOrigin" : true,
                     "pathRewrite" : {

+ 2 - 2
开发/ghsApp/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "销花宝",
     "appid" : "__UNI__BD781B0",
     "description" : "鲜花批发销售管理系统",
-    "versionName" : "1.2.19",
-    "versionCode" : 1219,
+    "versionName" : "1.2.20",
+    "versionCode" : 1220,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {

+ 2 - 2
线上/ghsApp/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "销花宝",
     "appid" : "__UNI__BD781B0",
     "description" : "鲜花批发销售管理系统",
-    "versionName" : "1.2.19",
-    "versionCode" : 1219,
+    "versionName" : "1.2.20",
+    "versionCode" : 1220,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {