|
@@ -1557,7 +1557,7 @@ function initData(vueOptions, context) {
|
|
try {
|
|
try {
|
|
data = data.call(context); // 支持 Vue.prototype 上挂的数据
|
|
data = data.call(context); // 支持 Vue.prototype 上挂的数据
|
|
} catch (e) {
|
|
} catch (e) {
|
|
- if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
|
|
|
+ if (Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
console.warn('根据 Vue 的 data 函数初始化小程序 data 失败,请尽量确保 data 函数中不访问 vm 对象,否则可能影响首次数据渲染速度。', data);
|
|
console.warn('根据 Vue 的 data 函数初始化小程序 data 失败,请尽量确保 data 函数中不访问 vm 对象,否则可能影响首次数据渲染速度。', data);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -8934,7 +8934,7 @@ function type(obj) {
|
|
|
|
|
|
function flushCallbacks$1(vm) {
|
|
function flushCallbacks$1(vm) {
|
|
if (vm.__next_tick_callbacks && vm.__next_tick_callbacks.length) {
|
|
if (vm.__next_tick_callbacks && vm.__next_tick_callbacks.length) {
|
|
- if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
|
|
|
+ if (Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
var mpInstance = vm.$scope;
|
|
var mpInstance = vm.$scope;
|
|
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + vm._uid +
|
|
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + vm._uid +
|
|
']:flushCallbacks[' + vm.__next_tick_callbacks.length + ']');
|
|
']:flushCallbacks[' + vm.__next_tick_callbacks.length + ']');
|
|
@@ -8955,14 +8955,14 @@ function nextTick$1(vm, cb) {
|
|
//1.nextTick 之前 已 setData 且 setData 还未回调完成
|
|
//1.nextTick 之前 已 setData 且 setData 还未回调完成
|
|
//2.nextTick 之前存在 render watcher
|
|
//2.nextTick 之前存在 render watcher
|
|
if (!vm.__next_tick_pending && !hasRenderWatcher(vm)) {
|
|
if (!vm.__next_tick_pending && !hasRenderWatcher(vm)) {
|
|
- if(Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG){
|
|
|
|
|
|
+ if(Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG){
|
|
var mpInstance = vm.$scope;
|
|
var mpInstance = vm.$scope;
|
|
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + vm._uid +
|
|
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + vm._uid +
|
|
']:nextVueTick');
|
|
']:nextVueTick');
|
|
}
|
|
}
|
|
return nextTick(cb, vm)
|
|
return nextTick(cb, vm)
|
|
}else{
|
|
}else{
|
|
- if(Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG){
|
|
|
|
|
|
+ if(Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG){
|
|
var mpInstance$1 = vm.$scope;
|
|
var mpInstance$1 = vm.$scope;
|
|
console.log('[' + (+new Date) + '][' + (mpInstance$1.is || mpInstance$1.route) + '][' + vm._uid +
|
|
console.log('[' + (+new Date) + '][' + (mpInstance$1.is || mpInstance$1.route) + '][' + vm._uid +
|
|
']:nextMPTick');
|
|
']:nextMPTick');
|
|
@@ -9058,7 +9058,7 @@ var patch = function(oldVnode, vnode) {
|
|
});
|
|
});
|
|
var diffData = this.$shouldDiffData === false ? data : diff(data, mpData);
|
|
var diffData = this.$shouldDiffData === false ? data : diff(data, mpData);
|
|
if (Object.keys(diffData).length) {
|
|
if (Object.keys(diffData).length) {
|
|
- if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
|
|
|
+ if (Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + this._uid +
|
|
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + this._uid +
|
|
']差量更新',
|
|
']差量更新',
|
|
JSON.stringify(diffData));
|
|
JSON.stringify(diffData));
|
|
@@ -9478,7 +9478,7 @@ internalMixin(Vue);
|
|
/***/ }),
|
|
/***/ }),
|
|
/* 26 */
|
|
/* 26 */
|
|
/*!**********************************************************************!*\
|
|
/*!**********************************************************************!*\
|
|
- !*** C:/Users/Administrator/Desktop/sookauniapp_demo_uni/pages.json ***!
|
|
|
|
|
|
+ !*** C:/Users/Administrator/Desktop/sooka_consult_uniapp/pages.json ***!
|
|
\**********************************************************************/
|
|
\**********************************************************************/
|
|
/*! no static exports found */
|
|
/*! no static exports found */
|
|
/***/ (function(module, exports) {
|
|
/***/ (function(module, exports) {
|
|
@@ -9624,7 +9624,7 @@ function normalizeComponent (
|
|
/***/ }),
|
|
/***/ }),
|
|
/* 33 */
|
|
/* 33 */
|
|
/*!******************************************************************************************!*\
|
|
/*!******************************************************************************************!*\
|
|
- !*** C:/Users/Administrator/Desktop/sookauniapp_demo_uni/uni_modules/zp-mixins/index.js ***!
|
|
|
|
|
|
+ !*** C:/Users/Administrator/Desktop/sooka_consult_uniapp/uni_modules/zp-mixins/index.js ***!
|
|
\******************************************************************************************/
|
|
\******************************************************************************************/
|
|
/*! no static exports found */
|
|
/*! no static exports found */
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
@@ -9672,7 +9672,7 @@ exports.default = _default;
|
|
/***/ }),
|
|
/***/ }),
|
|
/* 34 */
|
|
/* 34 */
|
|
/*!************************************************************************************************************!*\
|
|
/*!************************************************************************************************************!*\
|
|
- !*** C:/Users/Administrator/Desktop/sookauniapp_demo_uni/uni_modules/zp-mixins/lifecycle/pageLifetimes.js ***!
|
|
|
|
|
|
+ !*** C:/Users/Administrator/Desktop/sooka_consult_uniapp/uni_modules/zp-mixins/lifecycle/pageLifetimes.js ***!
|
|
\************************************************************************************************************/
|
|
\************************************************************************************************************/
|
|
/*! no static exports found */
|
|
/*! no static exports found */
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
@@ -9719,7 +9719,7 @@ exports.pageLifetimes = pageLifetimes;
|
|
/***/ }),
|
|
/***/ }),
|
|
/* 35 */
|
|
/* 35 */
|
|
/*!**************************************************************************************************!*\
|
|
/*!**************************************************************************************************!*\
|
|
- !*** C:/Users/Administrator/Desktop/sookauniapp_demo_uni/uni_modules/zp-mixins/methods/clone.js ***!
|
|
|
|
|
|
+ !*** C:/Users/Administrator/Desktop/sooka_consult_uniapp/uni_modules/zp-mixins/methods/clone.js ***!
|
|
\**************************************************************************************************/
|
|
\**************************************************************************************************/
|
|
/*! no static exports found */
|
|
/*! no static exports found */
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
@@ -9745,7 +9745,7 @@ function clone(target) {
|
|
/***/ }),
|
|
/***/ }),
|
|
/* 36 */
|
|
/* 36 */
|
|
/*!****************************************************************************************************!*\
|
|
/*!****************************************************************************************************!*\
|
|
- !*** C:/Users/Administrator/Desktop/sookauniapp_demo_uni/uni_modules/zp-mixins/methods/dataset.js ***!
|
|
|
|
|
|
+ !*** C:/Users/Administrator/Desktop/sooka_consult_uniapp/uni_modules/zp-mixins/methods/dataset.js ***!
|
|
\****************************************************************************************************/
|
|
\****************************************************************************************************/
|
|
/*! no static exports found */
|
|
/*! no static exports found */
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
@@ -9783,7 +9783,7 @@ function handleDataset(event) {
|
|
/***/ }),
|
|
/***/ }),
|
|
/* 37 */
|
|
/* 37 */
|
|
/*!***************************************************************************************************!*\
|
|
/*!***************************************************************************************************!*\
|
|
- !*** C:/Users/Administrator/Desktop/sookauniapp_demo_uni/uni_modules/zp-mixins/methods/escape.js ***!
|
|
|
|
|
|
+ !*** C:/Users/Administrator/Desktop/sooka_consult_uniapp/uni_modules/zp-mixins/methods/escape.js ***!
|
|
\***************************************************************************************************/
|
|
\***************************************************************************************************/
|
|
/*! no static exports found */
|
|
/*! no static exports found */
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
@@ -9835,7 +9835,7 @@ function html2Escape(sHtml) {
|
|
/***/ }),
|
|
/***/ }),
|
|
/* 38 */
|
|
/* 38 */
|
|
/*!**************************************************************************************************!*\
|
|
/*!**************************************************************************************************!*\
|
|
- !*** C:/Users/Administrator/Desktop/sookauniapp_demo_uni/uni_modules/zp-mixins/methods/event.js ***!
|
|
|
|
|
|
+ !*** C:/Users/Administrator/Desktop/sooka_consult_uniapp/uni_modules/zp-mixins/methods/event.js ***!
|
|
\**************************************************************************************************/
|
|
\**************************************************************************************************/
|
|
/*! no static exports found */
|
|
/*! no static exports found */
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
@@ -9861,7 +9861,7 @@ function parseEventDynamicCode(e, exp) {
|
|
/***/ }),
|
|
/***/ }),
|
|
/* 39 */
|
|
/* 39 */
|
|
/*!******************************************************************************************************!*\
|
|
/*!******************************************************************************************************!*\
|
|
- !*** C:/Users/Administrator/Desktop/sookauniapp_demo_uni/uni_modules/zp-mixins/methods/getTabBar.js ***!
|
|
|
|
|
|
+ !*** C:/Users/Administrator/Desktop/sooka_consult_uniapp/uni_modules/zp-mixins/methods/getTabBar.js ***!
|
|
\******************************************************************************************************/
|
|
\******************************************************************************************************/
|
|
/*! no static exports found */
|
|
/*! no static exports found */
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
@@ -9896,7 +9896,7 @@ function getTabBar() {
|
|
/***/ }),
|
|
/***/ }),
|
|
/* 40 */
|
|
/* 40 */
|
|
/*!*****************************************************************************************************!*\
|
|
/*!*****************************************************************************************************!*\
|
|
- !*** C:/Users/Administrator/Desktop/sookauniapp_demo_uni/uni_modules/zp-mixins/methods/relation.js ***!
|
|
|
|
|
|
+ !*** C:/Users/Administrator/Desktop/sooka_consult_uniapp/uni_modules/zp-mixins/methods/relation.js ***!
|
|
\*****************************************************************************************************/
|
|
\*****************************************************************************************************/
|
|
/*! no static exports found */
|
|
/*! no static exports found */
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
@@ -9922,7 +9922,7 @@ function getRelationNodes(name) {
|
|
/***/ }),
|
|
/***/ }),
|
|
/* 41 */
|
|
/* 41 */
|
|
/*!************************************************************************************************************!*\
|
|
/*!************************************************************************************************************!*\
|
|
- !*** C:/Users/Administrator/Desktop/sookauniapp_demo_uni/uni_modules/zp-mixins/methods/selectComponent.js ***!
|
|
|
|
|
|
+ !*** C:/Users/Administrator/Desktop/sooka_consult_uniapp/uni_modules/zp-mixins/methods/selectComponent.js ***!
|
|
\************************************************************************************************************/
|
|
\************************************************************************************************************/
|
|
/*! no static exports found */
|
|
/*! no static exports found */
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
@@ -10140,7 +10140,7 @@ function selectAllComponents(args) {
|
|
/***/ }),
|
|
/***/ }),
|
|
/* 42 */
|
|
/* 42 */
|
|
/*!****************************************************************************************************!*\
|
|
/*!****************************************************************************************************!*\
|
|
- !*** C:/Users/Administrator/Desktop/sookauniapp_demo_uni/uni_modules/zp-mixins/methods/setData.js ***!
|
|
|
|
|
|
+ !*** C:/Users/Administrator/Desktop/sooka_consult_uniapp/uni_modules/zp-mixins/methods/setData.js ***!
|
|
\****************************************************************************************************/
|
|
\****************************************************************************************************/
|
|
/*! no static exports found */
|
|
/*! no static exports found */
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
@@ -10246,7 +10246,7 @@ function setData(obj) {
|
|
/***/ }),
|
|
/***/ }),
|
|
/* 43 */
|
|
/* 43 */
|
|
/*!***********************************************************************************************!*\
|
|
/*!***********************************************************************************************!*\
|
|
- !*** C:/Users/Administrator/Desktop/sookauniapp_demo_uni/uni_modules/zp-mixins/utils/_set.js ***!
|
|
|
|
|
|
+ !*** C:/Users/Administrator/Desktop/sooka_consult_uniapp/uni_modules/zp-mixins/utils/_set.js ***!
|
|
\***********************************************************************************************/
|
|
\***********************************************************************************************/
|
|
/*! no static exports found */
|
|
/*! no static exports found */
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
@@ -10290,7 +10290,7 @@ exports.default = _default;
|
|
/***/ }),
|
|
/***/ }),
|
|
/* 44 */
|
|
/* 44 */
|
|
/*!***************************************************************************************************!*\
|
|
/*!***************************************************************************************************!*\
|
|
- !*** C:/Users/Administrator/Desktop/sookauniapp_demo_uni/uni_modules/zp-mixins/utils/debounce.js ***!
|
|
|
|
|
|
+ !*** C:/Users/Administrator/Desktop/sooka_consult_uniapp/uni_modules/zp-mixins/utils/debounce.js ***!
|
|
\***************************************************************************************************/
|
|
\***************************************************************************************************/
|
|
/*! no static exports found */
|
|
/*! no static exports found */
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
@@ -10323,7 +10323,7 @@ exports.default = _default;
|
|
/***/ }),
|
|
/***/ }),
|
|
/* 45 */
|
|
/* 45 */
|
|
/*!*******************************************************************************************!*\
|
|
/*!*******************************************************************************************!*\
|
|
- !*** C:/Users/Administrator/Desktop/sookauniapp_demo_uni/uni_modules/p-f-unicom/index.js ***!
|
|
|
|
|
|
+ !*** C:/Users/Administrator/Desktop/sooka_consult_uniapp/uni_modules/p-f-unicom/index.js ***!
|
|
\*******************************************************************************************/
|
|
\*******************************************************************************************/
|
|
/*! no static exports found */
|
|
/*! no static exports found */
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
@@ -16938,7 +16938,7 @@ module.exports = isArrayLikeObject;
|
|
/* 218 */,
|
|
/* 218 */,
|
|
/* 219 */
|
|
/* 219 */
|
|
/*!************************************************************************!*\
|
|
/*!************************************************************************!*\
|
|
- !*** C:/Users/Administrator/Desktop/sookauniapp_demo_uni/data/json.js ***!
|
|
|
|
|
|
+ !*** C:/Users/Administrator/Desktop/sooka_consult_uniapp/data/json.js ***!
|
|
\************************************************************************/
|
|
\************************************************************************/
|
|
/*! no static exports found */
|
|
/*! no static exports found */
|
|
/***/ (function(module, exports) {
|
|
/***/ (function(module, exports) {
|