|
@@ -1557,7 +1557,7 @@ function initData(vueOptions, context) {
|
|
|
try {
|
|
|
data = data.call(context); // 支持 Vue.prototype 上挂的数据
|
|
|
} catch (e) {
|
|
|
- if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"errand_app","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":"errand_app","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
console.warn('根据 Vue 的 data 函数初始化小程序 data 失败,请尽量确保 data 函数中不访问 vm 对象,否则可能影响首次数据渲染速度。', data);
|
|
|
}
|
|
|
}
|
|
@@ -8923,7 +8923,7 @@ function type(obj) {
|
|
|
|
|
|
function flushCallbacks$1(vm) {
|
|
|
if (vm.__next_tick_callbacks && vm.__next_tick_callbacks.length) {
|
|
|
- if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"errand_app","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":"errand_app","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
var mpInstance = vm.$scope;
|
|
|
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + vm._uid +
|
|
|
']:flushCallbacks[' + vm.__next_tick_callbacks.length + ']');
|
|
@@ -8944,14 +8944,14 @@ function nextTick$1(vm, cb) {
|
|
|
//1.nextTick 之前 已 setData 且 setData 还未回调完成
|
|
|
//2.nextTick 之前存在 render watcher
|
|
|
if (!vm.__next_tick_pending && !hasRenderWatcher(vm)) {
|
|
|
- if(Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"errand_app","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":"errand_app","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG){
|
|
|
var mpInstance = vm.$scope;
|
|
|
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + vm._uid +
|
|
|
']:nextVueTick');
|
|
|
}
|
|
|
return nextTick(cb, vm)
|
|
|
}else{
|
|
|
- if(Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"errand_app","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":"errand_app","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG){
|
|
|
var mpInstance$1 = vm.$scope;
|
|
|
console.log('[' + (+new Date) + '][' + (mpInstance$1.is || mpInstance$1.route) + '][' + vm._uid +
|
|
|
']:nextMPTick');
|
|
@@ -9047,7 +9047,7 @@ var patch = function(oldVnode, vnode) {
|
|
|
});
|
|
|
var diffData = this.$shouldDiffData === false ? data : diff(data, mpData);
|
|
|
if (Object.keys(diffData).length) {
|
|
|
- if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"errand_app","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":"errand_app","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + this._uid +
|
|
|
']差量更新',
|
|
|
JSON.stringify(diffData));
|
|
@@ -9759,8 +9759,26 @@ exports.default = _default;
|
|
|
/* 40 */,
|
|
|
/* 41 */,
|
|
|
/* 42 */,
|
|
|
-/* 43 */,
|
|
|
-/* 44 */,
|
|
|
+/* 43 */
|
|
|
+/*!***********************************************************************!*\
|
|
|
+ !*** D:/A_GraduationDesign/errand/errand_app/static/imgs/banner1.png ***!
|
|
|
+ \***********************************************************************/
|
|
|
+/*! no static exports found */
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+module.exports = __webpack_require__.p + "static/imgs/banner1.png";
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+/* 44 */
|
|
|
+/*!***********************************************************************!*\
|
|
|
+ !*** D:/A_GraduationDesign/errand/errand_app/static/imgs/banner2.png ***!
|
|
|
+ \***********************************************************************/
|
|
|
+/*! no static exports found */
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+module.exports = __webpack_require__.p + "static/imgs/banner2.png";
|
|
|
+
|
|
|
+/***/ }),
|
|
|
/* 45 */,
|
|
|
/* 46 */,
|
|
|
/* 47 */,
|
|
@@ -9784,7 +9802,29 @@ exports.default = _default;
|
|
|
/* 65 */,
|
|
|
/* 66 */,
|
|
|
/* 67 */,
|
|
|
-/* 68 */
|
|
|
+/* 68 */,
|
|
|
+/* 69 */,
|
|
|
+/* 70 */,
|
|
|
+/* 71 */,
|
|
|
+/* 72 */,
|
|
|
+/* 73 */,
|
|
|
+/* 74 */,
|
|
|
+/* 75 */,
|
|
|
+/* 76 */,
|
|
|
+/* 77 */,
|
|
|
+/* 78 */,
|
|
|
+/* 79 */,
|
|
|
+/* 80 */,
|
|
|
+/* 81 */,
|
|
|
+/* 82 */,
|
|
|
+/* 83 */,
|
|
|
+/* 84 */,
|
|
|
+/* 85 */,
|
|
|
+/* 86 */,
|
|
|
+/* 87 */,
|
|
|
+/* 88 */,
|
|
|
+/* 89 */,
|
|
|
+/* 90 */
|
|
|
/*!************************************************************************************************!*\
|
|
|
!*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/@babel/runtime/regenerator/index.js ***!
|
|
|
\************************************************************************************************/
|
|
@@ -9793,11 +9833,11 @@ exports.default = _default;
|
|
|
|
|
|
// TODO(Babel 8): Remove this file.
|
|
|
|
|
|
-var runtime = __webpack_require__(/*! @babel/runtime/helpers/regeneratorRuntime */ 69)();
|
|
|
+var runtime = __webpack_require__(/*! @babel/runtime/helpers/regeneratorRuntime */ 91)();
|
|
|
module.exports = runtime;
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 69 */
|
|
|
+/* 91 */
|
|
|
/*!*******************************************************************!*\
|
|
|
!*** ./node_modules/@babel/runtime/helpers/regeneratorRuntime.js ***!
|
|
|
\*******************************************************************/
|
|
@@ -10118,7 +10158,7 @@ function _regeneratorRuntime() {
|
|
|
module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 70 */
|
|
|
+/* 92 */
|
|
|
/*!*****************************************************************!*\
|
|
|
!*** ./node_modules/@babel/runtime/helpers/asyncToGenerator.js ***!
|
|
|
\*****************************************************************/
|
|
@@ -10158,7 +10198,7 @@ function _asyncToGenerator(fn) {
|
|
|
module.exports = _asyncToGenerator, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 71 */
|
|
|
+/* 93 */
|
|
|
/*!******************************************************************************************************!*\
|
|
|
!*** D:/A_GraduationDesign/errand/errand_app/uni_modules/uni-forms/components/uni-forms/validate.js ***!
|
|
|
\******************************************************************************************************/
|
|
@@ -10173,11 +10213,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
value: true
|
|
|
});
|
|
|
exports.default = void 0;
|
|
|
-var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ 68));
|
|
|
-var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ 72));
|
|
|
-var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ 73));
|
|
|
-var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ 75));
|
|
|
-var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ 70));
|
|
|
+var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ 90));
|
|
|
+var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ 94));
|
|
|
+var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ 95));
|
|
|
+var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ 97));
|
|
|
+var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ 92));
|
|
|
var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ 23));
|
|
|
var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ 24));
|
|
|
var _typeof2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/typeof */ 13));
|
|
@@ -10849,7 +10889,7 @@ var _default = SchemaValidator;
|
|
|
exports.default = _default;
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 72 */
|
|
|
+/* 94 */
|
|
|
/*!*********************************************************!*\
|
|
|
!*** ./node_modules/@babel/runtime/helpers/inherits.js ***!
|
|
|
\*********************************************************/
|
|
@@ -10876,7 +10916,7 @@ function _inherits(subClass, superClass) {
|
|
|
module.exports = _inherits, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 73 */
|
|
|
+/* 95 */
|
|
|
/*!**************************************************************************!*\
|
|
|
!*** ./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js ***!
|
|
|
\**************************************************************************/
|
|
@@ -10884,7 +10924,7 @@ module.exports = _inherits, module.exports.__esModule = true, module.exports["de
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
var _typeof = __webpack_require__(/*! ./typeof.js */ 13)["default"];
|
|
|
-var assertThisInitialized = __webpack_require__(/*! ./assertThisInitialized.js */ 74);
|
|
|
+var assertThisInitialized = __webpack_require__(/*! ./assertThisInitialized.js */ 96);
|
|
|
function _possibleConstructorReturn(self, call) {
|
|
|
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
|
|
return call;
|
|
@@ -10896,7 +10936,7 @@ function _possibleConstructorReturn(self, call) {
|
|
|
module.exports = _possibleConstructorReturn, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 74 */
|
|
|
+/* 96 */
|
|
|
/*!**********************************************************************!*\
|
|
|
!*** ./node_modules/@babel/runtime/helpers/assertThisInitialized.js ***!
|
|
|
\**********************************************************************/
|
|
@@ -10912,7 +10952,7 @@ function _assertThisInitialized(self) {
|
|
|
module.exports = _assertThisInitialized, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 75 */
|
|
|
+/* 97 */
|
|
|
/*!***************************************************************!*\
|
|
|
!*** ./node_modules/@babel/runtime/helpers/getPrototypeOf.js ***!
|
|
|
\***************************************************************/
|
|
@@ -10928,7 +10968,7 @@ function _getPrototypeOf(o) {
|
|
|
module.exports = _getPrototypeOf, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 76 */
|
|
|
+/* 98 */
|
|
|
/*!***************************************************************************************************!*\
|
|
|
!*** D:/A_GraduationDesign/errand/errand_app/uni_modules/uni-forms/components/uni-forms/utils.js ***!
|
|
|
\***************************************************************************************************/
|
|
@@ -11263,28 +11303,28 @@ var isEqual = function isEqual(a, b) {
|
|
|
exports.isEqual = isEqual;
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 77 */,
|
|
|
-/* 78 */,
|
|
|
-/* 79 */,
|
|
|
-/* 80 */,
|
|
|
-/* 81 */,
|
|
|
-/* 82 */,
|
|
|
-/* 83 */,
|
|
|
-/* 84 */,
|
|
|
-/* 85 */,
|
|
|
-/* 86 */,
|
|
|
-/* 87 */,
|
|
|
-/* 88 */,
|
|
|
-/* 89 */,
|
|
|
-/* 90 */,
|
|
|
-/* 91 */,
|
|
|
-/* 92 */,
|
|
|
-/* 93 */,
|
|
|
-/* 94 */,
|
|
|
-/* 95 */,
|
|
|
-/* 96 */,
|
|
|
-/* 97 */,
|
|
|
-/* 98 */
|
|
|
+/* 99 */,
|
|
|
+/* 100 */,
|
|
|
+/* 101 */,
|
|
|
+/* 102 */,
|
|
|
+/* 103 */,
|
|
|
+/* 104 */,
|
|
|
+/* 105 */,
|
|
|
+/* 106 */,
|
|
|
+/* 107 */,
|
|
|
+/* 108 */,
|
|
|
+/* 109 */,
|
|
|
+/* 110 */,
|
|
|
+/* 111 */,
|
|
|
+/* 112 */,
|
|
|
+/* 113 */,
|
|
|
+/* 114 */,
|
|
|
+/* 115 */,
|
|
|
+/* 116 */,
|
|
|
+/* 117 */,
|
|
|
+/* 118 */,
|
|
|
+/* 119 */,
|
|
|
+/* 120 */
|
|
|
/*!***************************************************************************************************************!*\
|
|
|
!*** D:/A_GraduationDesign/errand/errand_app/uni_modules/uni-icons/components/uni-icons/uniicons_file_vue.js ***!
|
|
|
\***************************************************************************************************************/
|