Browse Source

2023-11-2

cmy 1 year ago
parent
commit
457e757462

+ 7 - 1
manifest.json

@@ -208,7 +208,13 @@
     },
     "h5" : {
         "devServer" : {
-            "https" : false
+            // "https" : false,
+			"proxy" : {
+			    "/api" : {
+			        "target" : "https://wx.junhailan.com",
+			        "changeOrigin" : true
+			    }
+			}
         },
         "router" : {
             "mode" : "history",

File diff suppressed because it is too large
+ 1 - 1
pages/columnGoods/static/yhxy.html


File diff suppressed because it is too large
+ 1 - 1
pages/columnGoods/static/yszc.html


+ 1 - 3
pages/goods/components/lotteryAleart/index.vue

@@ -43,9 +43,7 @@
 					this.aleartData = {
 						title: '暂无抽奖资格',
 						msg: `1、您未关注公众号
-2、您未获得VIP权限,获取VIP途径:
-(1)购买过打通版的用户可在会员群联系官方客服开通
-(2)官方小程序商城购买CRMEB打通版、企业版后自动开通`,
+2、您未获得VIP权限,获取VIP途径:`,
 						btn: '我知道了'
 					}
 				} else if (type === 2) {

+ 1 - 1
pages/users/login/index.vue

@@ -91,7 +91,7 @@
 		<Verify @success="success" :captchaType="'blockPuzzle'" :imgSize="{ width: '330px', height: '155px' }"
 			ref="verify"></Verify>
 		<view class="copyright" v-if="copyrightContext">{{copyrightContext}}</view>	
-		<view class="copyright" v-else>Copyright ©2014-2023 <text class="domain" @click="domainTap('https://www.crmeb.com')">www.crmeb.com</text></view>
+		<view class="copyright" v-else>Copyright ©2014-2023 <text class="domain" @click="domainTap('https://wx.junhailan.com')">https://wx.junhailan.com</text></view>
 	</view>
 </template>
 <script>

BIN
pages/users/static/logo2.png


+ 1 - 1
static/html/pc.html

@@ -4,7 +4,7 @@
 		<meta charset="utf-8">
 		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1">
-		<title>crmeb-PC端</title>
+		<title>君子堂-PC端</title>
 		<meta name="Copyright" content="helang">
 		<link rel="shortcut icon" type="image/png" href="">
 		<meta name="keywords" content="">

BIN
static/images/support.png


+ 1 - 1
utils/cache.js

@@ -18,7 +18,7 @@ class Cache {
 		this.cacheSetHandler = uni.setStorageSync;
 		this.cacheGetHandler = uni.getStorageSync;
 		this.cacheClearHandler = uni.removeStorageSync;
-		this.cacheExpire = 'UNI-APP-CRMEB:TAG';
+		this.cacheExpire = 'UNI-APP-JXT:TAG';
 		this.clearOverdue();
 	}
 

Some files were not shown because too many files changed in this diff