shish 4 mesi fa
parent
commit
82146fa8cd

+ 5 - 5
hdApp/src/config.js

@@ -1,7 +1,7 @@
 export const ProjectName = 'hd'
 export const ProjectName = 'hd'
-export const APIHOST = 'https://api.shop.huaml.com'
-export const FORMALHOST = 'https://shop.huaml.com'
-export const IMGHOST = 'https://img.huaml.com'
-export const CURRENT_ENV = 'dev'
-export const WSSHOST = 'wss://chat.shop.huaml.com'
+export const APIHOST = 'https://api.shop.huahb.cn'
+export const FORMALHOST = 'https://shop.huahb.cn'
+export const IMGHOST = 'https://img.huahb.cn'
+export const CURRENT_ENV = 'production'
+export const WSSHOST = 'wss://chat.shop.huahb.cn'
 export const APP_VERSION = '2.2.8'
 export const APP_VERSION = '2.2.8'

+ 6 - 6
hdApp/src/ext.json

@@ -1,12 +1,12 @@
 {
 {
   "extEnable": true,
   "extEnable": true,
-  "extAppid": "wxe4675bab299a52f7",
+  "extAppid": "wx0d42f5f1dcb3a370",
   "directCommit": false,
   "directCommit": false,
   "ext": {
   "ext": {
-    "account": 12362,
-    "apiHost": "https://api.shop.huaml.com",
-    "socketApiHost": "api.shop.huaml.com",
-    "imgHost": "https://img.huaml.com",
-    "name":"花美玲"
+    "account": 12358,
+    "apiHost": "https://api.shop.huahb.cn",
+    "socketApiHost": "api.shop.huahb.cn",
+    "imgHost": "https://img.huahb.cn",
+    "name":"花掌柜"
   }
   }
 }
 }

+ 4 - 4
hdApp/src/manifest.json

@@ -3,7 +3,7 @@
     "appid" : "__UNI__4079DC1",
     "appid" : "__UNI__4079DC1",
     "description" : "花店管家婆",
     "description" : "花店管家婆",
     "versionName" : "2.3.1",
     "versionName" : "2.3.1",
-    "versionCode" : 231,
+    "versionCode" : 232,
     "transformPx" : true,
     "transformPx" : true,
     /* 5+App特有相关 */
     /* 5+App特有相关 */
     "app-plus" : {
     "app-plus" : {
@@ -209,7 +209,7 @@
     "quickapp" : {},
     "quickapp" : {},
     /* 小程序特有相关 线上(花掌柜) wx0d42f5f1dcb3a370 开发(花美玲) wxe4675bab299a52f7 */
     /* 小程序特有相关 线上(花掌柜) wx0d42f5f1dcb3a370 开发(花美玲) wxe4675bab299a52f7 */
     "mp-weixin" : {
     "mp-weixin" : {
-        "appid" : "wxe4675bab299a52f7",
+        "appid" : "wx0d42f5f1dcb3a370",
         "setting" : {
         "setting" : {
             "urlCheck" : false
             "urlCheck" : false
         },
         },
@@ -223,8 +223,8 @@
         "optimization" : {
         "optimization" : {
             "subPackages" : true
             "subPackages" : true
         },
         },
-        "lazyCodeLoading":"requiredComponents",
-       "uniStatistics" : {
+        "lazyCodeLoading" : "requiredComponents",
+        "uniStatistics" : {
             "enable" : false
             "enable" : false
         },
         },
         "unipush" : {
         "unipush" : {

+ 6 - 6
hdApp/src/static/iconfont/iconfont.css

@@ -1,11 +1,11 @@
 @font-face {
 @font-face {
   font-family: 'iconfont';  /* project id 1525256 */
   font-family: 'iconfont';  /* project id 1525256 */
-  src: url('https://api.shop.huaml.com/iconfont/font_1525256_6bxwphhntqh.eot');
-  src: url('https://api.shop.huaml.com/iconfont/font_1525256_6bxwphhntqh.eot?#iefix') format('embedded-opentype'),
-  url('https://api.shop.huaml.com/iconfont/font_1525256_6bxwphhntqh.woff2') format('woff2'),
-  url('https://api.shop.huaml.com/iconfont/font_1525256_6bxwphhntqh.woff') format('woff'),
-  url('https://api.shop.huaml.com/iconfont/font_1525256_6bxwphhntqh.ttf') format('truetype'),
-  url('https://api.shop.huaml.com/iconfont/font_1525256_6bxwphhntqh.svg#iconfont') format('svg');
+  src: url('https://api.shop.huahb.cn/iconfont/font_1525256_6bxwphhntqh.eot');
+  src: url('https://api.shop.huahb.cn/iconfont/font_1525256_6bxwphhntqh.eot?#iefix') format('embedded-opentype'),
+  url('https://api.shop.huahb.cn/iconfont/font_1525256_6bxwphhntqh.woff2') format('woff2'),
+  url('https://api.shop.huahb.cn/iconfont/font_1525256_6bxwphhntqh.woff') format('woff'),
+  url('https://api.shop.huahb.cn/iconfont/font_1525256_6bxwphhntqh.ttf') format('truetype'),
+  url('https://api.shop.huahb.cn/iconfont/font_1525256_6bxwphhntqh.svg#iconfont') format('svg');
 }
 }
 
 
 .iconfont {
 .iconfont {

+ 1 - 1
开发http/hdApp/src/config.js

@@ -4,4 +4,4 @@ export const FORMALHOST = 'http://shop.huaml.com'
 export const IMGHOST = 'http://img.huaml.com'
 export const IMGHOST = 'http://img.huaml.com'
 export const CURRENT_ENV = 'dev'
 export const CURRENT_ENV = 'dev'
 export const WSSHOST = 'wss://chat.shop.huaml.com'
 export const WSSHOST = 'wss://chat.shop.huaml.com'
-export const APP_VERSION = '2.3.1'
+export const APP_VERSION = '2.3.2'

+ 2 - 2
开发http/hdApp/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "花掌柜",
     "name" : "花掌柜",
     "appid" : "__UNI__4079DC1",
     "appid" : "__UNI__4079DC1",
     "description" : "花店管家婆",
     "description" : "花店管家婆",
-    "versionName" : "2.3.1",
-    "versionCode" : 231,
+    "versionName" : "2.3.2",
+    "versionCode" : 232,
     "transformPx" : true,
     "transformPx" : true,
     /* 5+App特有相关 */
     /* 5+App特有相关 */
     "app-plus" : {
     "app-plus" : {

+ 2 - 2
开发https/hdApp/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "花掌柜",
     "name" : "花掌柜",
     "appid" : "__UNI__4079DC1",
     "appid" : "__UNI__4079DC1",
     "description" : "花店管家婆",
     "description" : "花店管家婆",
-    "versionName" : "2.3.1",
-    "versionCode" : 231,
+    "versionName" : "2.3.2",
+    "versionCode" : 232,
     "transformPx" : true,
     "transformPx" : true,
     /* 5+App特有相关 */
     /* 5+App特有相关 */
     "app-plus" : {
     "app-plus" : {

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

@@ -2,8 +2,8 @@
     "name" : "花掌柜",
     "name" : "花掌柜",
     "appid" : "__UNI__4079DC1",
     "appid" : "__UNI__4079DC1",
     "description" : "花店管家婆",
     "description" : "花店管家婆",
-    "versionName" : "2.3.1",
-    "versionCode" : 231,
+    "versionName" : "2.3.2",
+    "versionCode" : 232,
     "transformPx" : true,
     "transformPx" : true,
     /* 5+App特有相关 */
     /* 5+App特有相关 */
     "app-plus" : {
     "app-plus" : {