|
@@ -780,8 +780,8 @@ function populateParameters(result) {
|
|
|
appVersion: "1.0.0",
|
|
appVersion: "1.0.0",
|
|
|
appVersionCode: "100",
|
|
appVersionCode: "100",
|
|
|
appLanguage: getAppLanguage(hostLanguage),
|
|
appLanguage: getAppLanguage(hostLanguage),
|
|
|
- uniCompileVersion: "3.8.7",
|
|
|
|
|
- uniRuntimeVersion: "3.8.7",
|
|
|
|
|
|
|
+ uniCompileVersion: "3.8.12",
|
|
|
|
|
+ uniRuntimeVersion: "3.8.12",
|
|
|
uniPlatform: undefined || "mp-weixin",
|
|
uniPlatform: undefined || "mp-weixin",
|
|
|
deviceBrand: deviceBrand,
|
|
deviceBrand: deviceBrand,
|
|
|
deviceModel: model,
|
|
deviceModel: model,
|
|
@@ -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":"UniappShell","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":"UniappShell","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":"UniappShell","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":"UniappShell","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":"UniappShell","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":"UniappShell","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":"UniappShell","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":"UniappShell","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":"UniappShell","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":"UniappShell","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));
|
|
@@ -10994,8 +10994,8 @@ function getUserInfo() {
|
|
|
}
|
|
}
|
|
|
function logout() {
|
|
function logout() {
|
|
|
return (0, _request.request)({
|
|
return (0, _request.request)({
|
|
|
- url: '/user/logout',
|
|
|
|
|
- method: 'post'
|
|
|
|
|
|
|
+ url: '/logout',
|
|
|
|
|
+ method: 'GET'
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
function register(data) {
|
|
function register(data) {
|
|
@@ -11089,7 +11089,7 @@ function _request() {
|
|
|
} else {
|
|
} else {
|
|
|
if (code === 401) {
|
|
if (code === 401) {
|
|
|
uni.showToast({
|
|
uni.showToast({
|
|
|
- title: msg || "登录失效!",
|
|
|
|
|
|
|
+ title: "登录失效!",
|
|
|
mask: true,
|
|
mask: true,
|
|
|
icon: "none",
|
|
icon: "none",
|
|
|
duration: 3000,
|
|
duration: 3000,
|
|
@@ -11125,9 +11125,7 @@ function _request() {
|
|
|
reject(res);
|
|
reject(res);
|
|
|
},
|
|
},
|
|
|
complete: function complete(res) {
|
|
complete: function complete(res) {
|
|
|
- if (uni.hideLoading) {
|
|
|
|
|
- uni.hideLoading();
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ uni.hideLoading();
|
|
|
}
|
|
}
|
|
|
}));
|
|
}));
|
|
|
} catch (err) {
|
|
} catch (err) {
|
|
@@ -12097,7 +12095,13 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADD
|
|
|
/* 121 */,
|
|
/* 121 */,
|
|
|
/* 122 */,
|
|
/* 122 */,
|
|
|
/* 123 */,
|
|
/* 123 */,
|
|
|
-/* 124 */
|
|
|
|
|
|
|
+/* 124 */,
|
|
|
|
|
+/* 125 */,
|
|
|
|
|
+/* 126 */,
|
|
|
|
|
+/* 127 */,
|
|
|
|
|
+/* 128 */,
|
|
|
|
|
+/* 129 */,
|
|
|
|
|
+/* 130 */
|
|
|
/*!**********************************************************************************************!*\
|
|
/*!**********************************************************************************************!*\
|
|
|
!*** E:/work/Project_newGit/UniappShell/uni_modules/uni-icons/components/uni-icons/icons.js ***!
|
|
!*** E:/work/Project_newGit/UniappShell/uni_modules/uni-icons/components/uni-icons/icons.js ***!
|
|
|
\**********************************************************************************************/
|
|
\**********************************************************************************************/
|
|
@@ -13118,12 +13122,6 @@ var _default = {
|
|
|
exports.default = _default;
|
|
exports.default = _default;
|
|
|
|
|
|
|
|
/***/ }),
|
|
/***/ }),
|
|
|
-/* 125 */,
|
|
|
|
|
-/* 126 */,
|
|
|
|
|
-/* 127 */,
|
|
|
|
|
-/* 128 */,
|
|
|
|
|
-/* 129 */,
|
|
|
|
|
-/* 130 */,
|
|
|
|
|
/* 131 */,
|
|
/* 131 */,
|
|
|
/* 132 */,
|
|
/* 132 */,
|
|
|
/* 133 */,
|
|
/* 133 */,
|
|
@@ -13132,7 +13130,13 @@ exports.default = _default;
|
|
|
/* 136 */,
|
|
/* 136 */,
|
|
|
/* 137 */,
|
|
/* 137 */,
|
|
|
/* 138 */,
|
|
/* 138 */,
|
|
|
-/* 139 */
|
|
|
|
|
|
|
+/* 139 */,
|
|
|
|
|
+/* 140 */,
|
|
|
|
|
+/* 141 */,
|
|
|
|
|
+/* 142 */,
|
|
|
|
|
+/* 143 */,
|
|
|
|
|
+/* 144 */,
|
|
|
|
|
+/* 145 */
|
|
|
/*!******************************************************************************************************************!*\
|
|
/*!******************************************************************************************************************!*\
|
|
|
!*** E:/work/Project_newGit/UniappShell/uni_modules/uni-transition/components/uni-transition/createAnimation.js ***!
|
|
!*** E:/work/Project_newGit/UniappShell/uni_modules/uni-transition/components/uni-transition/createAnimation.js ***!
|
|
|
\******************************************************************************************************************/
|
|
\******************************************************************************************************************/
|