Browse Source

no message

DaMowang 3 years ago
parent
commit
5b7f81dfe4
3 changed files with 4 additions and 5 deletions
  1. 1 1
      src/manifest.json
  2. 1 2
      src/pages/sign/index.vue
  3. 2 2
      src/request/config.js

+ 1 - 1
src/manifest.json

@@ -61,7 +61,7 @@
         "setting" : {
             "urlCheck" : false,
             "es6" : true,
-            "postcss" : true,
+            "postcss" : false,
             "minified" : true
         },
         "usingComponents" : true,

+ 1 - 2
src/pages/sign/index.vue

@@ -139,8 +139,7 @@ export default {
     onShow: function() {
         this.timer = '00:00:00'
         this.userinfo = uni.getStorageSync("userinfo")
-
-        console.log("this.userinfo",this.userinfo);
+        
         this.loadData()
 
         this.goodsDay()

+ 2 - 2
src/request/config.js

@@ -11,9 +11,9 @@ if(process.env.UNI_PLATFORM==="h5"){
 }
 
 export default apis==1?{
-	Hhost: "http://shop-api.haocha13.cn/v1/",
+	Hhost: "https://shop-api.haocha13.cn/v1/",
 	// Hhost: "https://shop.haocha13.cn/",
 }:{
-	Hhost: "http://shop-api.haocha13.cn/v1/",
+	Hhost: "https://shop-api.haocha13.cn/v1/",
 	// Hhost: "https://shop.haocha13.cn/",
 }