测试反馈修改-0804
parent
e3f96b4d21
commit
2a34237e13
6
main.js
6
main.js
|
@ -22,9 +22,9 @@ Vue.prototype.$requst = requst;
|
||||||
Vue.prototype.$hostHttp = 'https://laonon.scdxtc.cn';
|
Vue.prototype.$hostHttp = 'https://laonon.scdxtc.cn';
|
||||||
|
|
||||||
//不显示console.log
|
//不显示console.log
|
||||||
// if (uni.getSystemInfoSync().platform !== "devtools") {
|
if (uni.getSystemInfoSync().platform !== "devtools") {
|
||||||
// console.log = () => {}
|
console.log = () => {}
|
||||||
// }
|
}
|
||||||
|
|
||||||
App.mpType = 'app';
|
App.mpType = 'app';
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* WEBPACK VAR INJECTION */(function(createApp) {__webpack_require__(/*! uni-pages */ 5);
|
/* WEBPACK VAR INJECTION */(function(uni, createApp) {__webpack_require__(/*! uni-pages */ 5);
|
||||||
|
|
||||||
var _vue = _interopRequireDefault(__webpack_require__(/*! vue */ 4));
|
var _vue = _interopRequireDefault(__webpack_require__(/*! vue */ 4));
|
||||||
var _App = _interopRequireDefault(__webpack_require__(/*! ./App */ 6));
|
var _App = _interopRequireDefault(__webpack_require__(/*! ./App */ 6));
|
||||||
|
@ -35,17 +35,17 @@ _vue.default.component('status-nav', statusNav); //全局注册头部组件
|
||||||
_vue.default.prototype.$toolAll = _tools.default; // 响应数据
|
_vue.default.prototype.$toolAll = _tools.default; // 响应数据
|
||||||
_vue.default.prototype.$requst = _requst.default; //公共域名
|
_vue.default.prototype.$requst = _requst.default; //公共域名
|
||||||
_vue.default.prototype.$hostHttp = 'https://laonon.scdxtc.cn'; //不显示console.log
|
_vue.default.prototype.$hostHttp = 'https://laonon.scdxtc.cn'; //不显示console.log
|
||||||
// if (uni.getSystemInfoSync().platform !== "devtools") {
|
if (uni.getSystemInfoSync().platform !== "devtools") {console.log = function () {};}
|
||||||
// console.log = () => {}
|
|
||||||
// }
|
|
||||||
_App.default.mpType = 'app';
|
_App.default.mpType = 'app';
|
||||||
|
|
||||||
var app = new _vue.default(_objectSpread({
|
var app = new _vue.default(_objectSpread({
|
||||||
store: _store.default },
|
store: _store.default },
|
||||||
_App.default));
|
_App.default));
|
||||||
|
|
||||||
|
|
||||||
createApp(app).$mount();
|
createApp(app).$mount();
|
||||||
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 1)["createApp"]))
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 1)["default"], __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 1)["createApp"]))
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 1 */,
|
/* 1 */,
|
||||||
|
|
Loading…
Reference in New Issue