|
@@ -28,7 +28,8 @@ export function createApp() {
|
|
|
}
|
|
|
}
|
|
|
// #endif
|
|
|
-//ae3737d4d27ffc8dff0c8f53c5e35b16 秘钥
|
|
|
+//ae3737d4d27ffc8dff0c8f53c5e35b16
|
|
|
+//秘钥 86abc1611b51fef4ddcc0a42eb4b800e wx43160afedef08c4a
|
|
|
// Vue全局处理undefined和null转为空白字符串
|
|
|
Vue.prototype.$praseStrEmpty = function(str) {
|
|
|
if (typeof str === 'undefined' || str === null) {
|