Commit 83e732f8c6135a97de5e68eb4811cf471ac2d8cc

Authored by 刘淇
1 parent e4f61055

赤峰正式环境 默认蒙D车牌

config/index.js
@@ -58,7 +58,7 @@ module.exports = { @@ -58,7 +58,7 @@ module.exports = {
58 * Source Maps 58 * Source Maps
59 */ 59 */
60 60
61 - productionSourceMap: true, 61 + productionSourceMap: false,
62 // https://webpack.js.org/configuration/devtool/#production 62 // https://webpack.js.org/configuration/devtool/#production
63 devtool: '#source-map', 63 devtool: '#source-map',
64 64
index.html
@@ -4,6 +4,10 @@ @@ -4,6 +4,10 @@
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta name="google" content="notranslate"> 5 <meta name="google" content="notranslate">
6 <meta name="viewport" content="width=device-width,initial-scale=1.0"> 6 <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7 +
  8 + <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
  9 + <meta http-equiv="Pragma" content="no-cache" />
  10 + <meta http-equiv="Expires" content="0" />
7 <title>微信公众号</title> 11 <title>微信公众号</title>
8 </head> 12 </head>
9 <body> 13 <body>
src/utils/utils.js
@@ -145,7 +145,7 @@ export default { @@ -145,7 +145,7 @@ export default {
145 // ud8yq5tv0inxupc05xfeau39jywlqoj2 新的id 145 // ud8yq5tv0inxupc05xfeau39jywlqoj2 新的id
146 // ny1u72b6k374sg379z0kqjgfxe2ycnpw 新的签名 146 // ny1u72b6k374sg379z0kqjgfxe2ycnpw 新的签名
147 147
148 - myVarAppid:'ud8yq5tv0inxupc05xfeau39jywlqoj2',// 公共请求Appid 148 + myVarAppid:'65grtq5tv0wewec05xfeau39jyghhjm',// 公共请求Appid
149 149
150 myDeviceInfo: 'BC0703A4-AFB0-4B51-9089-9B7487C0CC6E', // 公共请求设备信息 150 myDeviceInfo: 'BC0703A4-AFB0-4B51-9089-9B7487C0CC6E', // 公共请求设备信息
151 151
@@ -169,13 +169,13 @@ export default { @@ -169,13 +169,13 @@ export default {
169 } 169 }
170 } 170 }
171 objb.sort(compare); 171 objb.sort(compare);
172 - var strmd5 = 'ny1u72b6k374sg379z0kqjgfxe2ycnpw'; 172 + var strmd5 = 'dfdf2b6k37r5y79z0kqjgfxe2wet3434';
173 for(var i=0;i<objb.length;i++){ 173 for(var i=0;i<objb.length;i++){
174 if(objb[i].value != null&&objb[i].value != ''){ 174 if(objb[i].value != null&&objb[i].value != ''){
175 strmd5 += objb[i].keyname+objb[i].value; 175 strmd5 += objb[i].keyname+objb[i].value;
176 } 176 }
177 } 177 }
178 - strmd5 += 'ny1u72b6k374sg379z0kqjgfxe2ycnpw'; 178 + strmd5 += 'dfdf2b6k37r5y79z0kqjgfxe2wet3434';
179 // console.log('strmd5-------->'+strmd5); 179 // console.log('strmd5-------->'+strmd5);
180 strmd5 = md5(strmd5); 180 strmd5 = md5(strmd5);
181 strmd5=strmd5.toUpperCase(); 181 strmd5=strmd5.toUpperCase();