|
@@ -143,7 +143,35 @@ module.exports = _toPrimitive, module.exports.__esModule = true, module.exports[
|
|
|
|
|
|
/***/ }),
|
|
|
|
|
|
-/***/ 146:
|
|
|
+/***/ 15:
|
|
|
+/*!**********************************************************!*\
|
|
|
+ !*** ./node_modules/@babel/runtime/helpers/construct.js ***!
|
|
|
+ \**********************************************************/
|
|
|
+/*! no static exports found */
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+var setPrototypeOf = __webpack_require__(/*! ./setPrototypeOf.js */ 16);
|
|
|
+var isNativeReflectConstruct = __webpack_require__(/*! ./isNativeReflectConstruct.js */ 17);
|
|
|
+function _construct(Parent, args, Class) {
|
|
|
+ if (isNativeReflectConstruct()) {
|
|
|
+ module.exports = _construct = Reflect.construct.bind(), module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
|
+ } else {
|
|
|
+ module.exports = _construct = function _construct(Parent, args, Class) {
|
|
|
+ var a = [null];
|
|
|
+ a.push.apply(a, args);
|
|
|
+ var Constructor = Function.bind.apply(Parent, a);
|
|
|
+ var instance = new Constructor();
|
|
|
+ if (Class) setPrototypeOf(instance, Class.prototype);
|
|
|
+ return instance;
|
|
|
+ }, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
|
+ }
|
|
|
+ return _construct.apply(null, arguments);
|
|
|
+}
|
|
|
+module.exports = _construct, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+
|
|
|
+/***/ 154:
|
|
|
/*!************************************************************************************************************************!*\
|
|
|
!*** C:/Users/yuanyiming/Desktop/教研app/teaching-uniapp/node_modules/@dcloudio/uni-ui/lib/uni-search-bar/i18n/index.js ***!
|
|
|
\************************************************************************************************************************/
|
|
@@ -158,9 +186,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
value: true
|
|
|
});
|
|
|
exports.default = void 0;
|
|
|
-var _en = _interopRequireDefault(__webpack_require__(/*! ./en.json */ 147));
|
|
|
-var _zhHans = _interopRequireDefault(__webpack_require__(/*! ./zh-Hans.json */ 148));
|
|
|
-var _zhHant = _interopRequireDefault(__webpack_require__(/*! ./zh-Hant.json */ 149));
|
|
|
+var _en = _interopRequireDefault(__webpack_require__(/*! ./en.json */ 155));
|
|
|
+var _zhHans = _interopRequireDefault(__webpack_require__(/*! ./zh-Hans.json */ 156));
|
|
|
+var _zhHant = _interopRequireDefault(__webpack_require__(/*! ./zh-Hant.json */ 157));
|
|
|
var _default = {
|
|
|
en: _en.default,
|
|
|
'zh-Hans': _zhHans.default,
|
|
@@ -170,7 +198,7 @@ exports.default = _default;
|
|
|
|
|
|
/***/ }),
|
|
|
|
|
|
-/***/ 147:
|
|
|
+/***/ 155:
|
|
|
/*!***********************************************************************************************************************!*\
|
|
|
!*** C:/Users/yuanyiming/Desktop/教研app/teaching-uniapp/node_modules/@dcloudio/uni-ui/lib/uni-search-bar/i18n/en.json ***!
|
|
|
\***********************************************************************************************************************/
|
|
@@ -181,7 +209,7 @@ module.exports = JSON.parse("{\"uni-search-bar.cancel\":\"cancel\",\"uni-search-
|
|
|
|
|
|
/***/ }),
|
|
|
|
|
|
-/***/ 148:
|
|
|
+/***/ 156:
|
|
|
/*!****************************************************************************************************************************!*\
|
|
|
!*** C:/Users/yuanyiming/Desktop/教研app/teaching-uniapp/node_modules/@dcloudio/uni-ui/lib/uni-search-bar/i18n/zh-Hans.json ***!
|
|
|
\****************************************************************************************************************************/
|
|
@@ -192,7 +220,7 @@ module.exports = JSON.parse("{\"uni-search-bar.cancel\":\"取消\",\"uni-search-
|
|
|
|
|
|
/***/ }),
|
|
|
|
|
|
-/***/ 149:
|
|
|
+/***/ 157:
|
|
|
/*!****************************************************************************************************************************!*\
|
|
|
!*** C:/Users/yuanyiming/Desktop/教研app/teaching-uniapp/node_modules/@dcloudio/uni-ui/lib/uni-search-bar/i18n/zh-Hant.json ***!
|
|
|
\****************************************************************************************************************************/
|
|
@@ -203,34 +231,6 @@ module.exports = JSON.parse("{\"uni-search-bar.cancel\":\"取消\",\"uni-search-
|
|
|
|
|
|
/***/ }),
|
|
|
|
|
|
-/***/ 15:
|
|
|
-/*!**********************************************************!*\
|
|
|
- !*** ./node_modules/@babel/runtime/helpers/construct.js ***!
|
|
|
- \**********************************************************/
|
|
|
-/*! no static exports found */
|
|
|
-/***/ (function(module, exports, __webpack_require__) {
|
|
|
-
|
|
|
-var setPrototypeOf = __webpack_require__(/*! ./setPrototypeOf.js */ 16);
|
|
|
-var isNativeReflectConstruct = __webpack_require__(/*! ./isNativeReflectConstruct.js */ 17);
|
|
|
-function _construct(Parent, args, Class) {
|
|
|
- if (isNativeReflectConstruct()) {
|
|
|
- module.exports = _construct = Reflect.construct.bind(), module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
|
- } else {
|
|
|
- module.exports = _construct = function _construct(Parent, args, Class) {
|
|
|
- var a = [null];
|
|
|
- a.push.apply(a, args);
|
|
|
- var Constructor = Function.bind.apply(Parent, a);
|
|
|
- var instance = new Constructor();
|
|
|
- if (Class) setPrototypeOf(instance, Class.prototype);
|
|
|
- return instance;
|
|
|
- }, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
|
- }
|
|
|
- return _construct.apply(null, arguments);
|
|
|
-}
|
|
|
-module.exports = _construct, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
|
-
|
|
|
-/***/ }),
|
|
|
-
|
|
|
/***/ 16:
|
|
|
/*!***************************************************************!*\
|
|
|
!*** ./node_modules/@babel/runtime/helpers/setPrototypeOf.js ***!
|
|
@@ -289,7 +289,22 @@ module.exports = _toConsumableArray, module.exports.__esModule = true, module.ex
|
|
|
|
|
|
/***/ }),
|
|
|
|
|
|
-/***/ 185:
|
|
|
+/***/ 19:
|
|
|
+/*!******************************************************************!*\
|
|
|
+ !*** ./node_modules/@babel/runtime/helpers/arrayWithoutHoles.js ***!
|
|
|
+ \******************************************************************/
|
|
|
+/*! no static exports found */
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+var arrayLikeToArray = __webpack_require__(/*! ./arrayLikeToArray.js */ 9);
|
|
|
+function _arrayWithoutHoles(arr) {
|
|
|
+ if (Array.isArray(arr)) return arrayLikeToArray(arr);
|
|
|
+}
|
|
|
+module.exports = _arrayWithoutHoles, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+
|
|
|
+/***/ 193:
|
|
|
/*!**************************************************************************************************************!*\
|
|
|
!*** C:/Users/yuanyiming/Desktop/教研app/teaching-uniapp/node_modules/@dcloudio/uni-ui/lib/uni-icons/icons.js ***!
|
|
|
\**************************************************************************************************************/
|
|
@@ -1311,21 +1326,6 @@ exports.default = _default;
|
|
|
|
|
|
/***/ }),
|
|
|
|
|
|
-/***/ 19:
|
|
|
-/*!******************************************************************!*\
|
|
|
- !*** ./node_modules/@babel/runtime/helpers/arrayWithoutHoles.js ***!
|
|
|
- \******************************************************************/
|
|
|
-/*! no static exports found */
|
|
|
-/***/ (function(module, exports, __webpack_require__) {
|
|
|
-
|
|
|
-var arrayLikeToArray = __webpack_require__(/*! ./arrayLikeToArray.js */ 9);
|
|
|
-function _arrayWithoutHoles(arr) {
|
|
|
- if (Array.isArray(arr)) return arrayLikeToArray(arr);
|
|
|
-}
|
|
|
-module.exports = _arrayWithoutHoles, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
|
-
|
|
|
-/***/ }),
|
|
|
-
|
|
|
/***/ 2:
|
|
|
/*!************************************************************!*\
|
|
|
!*** ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js ***!
|
|
@@ -2840,7 +2840,7 @@ function initData(vueOptions, context) {
|
|
|
try {
|
|
|
data = data.call(context); // 支持 Vue.prototype 上挂的数据
|
|
|
} catch (e) {
|
|
|
- if (Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"kklbWe","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
+ if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"kklbWe","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
console.warn('根据 Vue 的 data 函数初始化小程序 data 失败,请尽量确保 data 函数中不访问 vm 对象,否则可能影响首次数据渲染速度。', data);
|
|
|
}
|
|
|
}
|
|
@@ -9883,7 +9883,7 @@ function type(obj) {
|
|
|
|
|
|
function flushCallbacks$1(vm) {
|
|
|
if (vm.__next_tick_callbacks && vm.__next_tick_callbacks.length) {
|
|
|
- if (Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"kklbWe","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
+ if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"kklbWe","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","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 + ']');
|
|
@@ -9904,14 +9904,14 @@ function nextTick$1(vm, cb) {
|
|
|
//1.nextTick 之前 已 setData 且 setData 还未回调完成
|
|
|
//2.nextTick 之前存在 render watcher
|
|
|
if (!vm.__next_tick_pending && !hasRenderWatcher(vm)) {
|
|
|
- if(Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"kklbWe","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG){
|
|
|
+ if(Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"kklbWe","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","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({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"kklbWe","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG){
|
|
|
+ if(Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"kklbWe","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG){
|
|
|
var mpInstance$1 = vm.$scope;
|
|
|
console.log('[' + (+new Date) + '][' + (mpInstance$1.is || mpInstance$1.route) + '][' + vm._uid +
|
|
|
']:nextMPTick');
|
|
@@ -10007,7 +10007,7 @@ var patch = function(oldVnode, vnode) {
|
|
|
});
|
|
|
var diffData = this.$shouldDiffData === false ? data : diff(data, mpData);
|
|
|
if (Object.keys(diffData).length) {
|
|
|
- if (Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"kklbWe","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
+ if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"kklbWe","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + this._uid +
|
|
|
']差量更新',
|
|
|
JSON.stringify(diffData));
|