mirror of
https://gitee.com/gz-yami/mall4m.git
synced 2025-12-26 07:06:28 +08:00
移除多余页面
This commit is contained in:
parent
d52f1a958d
commit
bcfd505f28
1
debug.log
Normal file
1
debug.log
Normal file
@ -0,0 +1 @@
|
|||||||
|
[1219/114416.139:ERROR:registration_protocol_win.cc(102)] CreateFile: 系统找不到指定的文件。 (0x2)
|
||||||
@ -1,15 +0,0 @@
|
|||||||
//logs.js
|
|
||||||
const util = require('../../utils/util.js')
|
|
||||||
|
|
||||||
Page({
|
|
||||||
data: {
|
|
||||||
logs: []
|
|
||||||
},
|
|
||||||
onLoad: function () {
|
|
||||||
this.setData({
|
|
||||||
logs: (wx.getStorageSync('logs') || []).map(log => {
|
|
||||||
return util.formatTime(new Date(log))
|
|
||||||
})
|
|
||||||
})
|
|
||||||
}
|
|
||||||
})
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"navigationBarTitleText": "查看启动日志",
|
|
||||||
"usingComponents": {}
|
|
||||||
}
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
<!--logs.wxml-->
|
|
||||||
<view class="container log-list">
|
|
||||||
<block wx:for="{{logs}}" wx:for-item="log">
|
|
||||||
<text class="log-item">{{index + 1}}. {{log}}</text>
|
|
||||||
</block>
|
|
||||||
</view>
|
|
||||||
@ -1,9 +0,0 @@
|
|||||||
.log-list {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
padding: 40rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.log-item {
|
|
||||||
margin: 10rpx;
|
|
||||||
}
|
|
||||||
@ -1,62 +1,51 @@
|
|||||||
{
|
{
|
||||||
"description": "项目配置文件",
|
"description": "项目配置文件",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"ignore": []
|
"ignore": [],
|
||||||
},
|
"include": []
|
||||||
"setting": {
|
},
|
||||||
"urlCheck": true,
|
"setting": {
|
||||||
"scopeDataCheck": false,
|
"urlCheck": true,
|
||||||
"coverView": true,
|
"scopeDataCheck": false,
|
||||||
"es6": false,
|
"coverView": true,
|
||||||
"postcss": true,
|
"es6": false,
|
||||||
"compileHotReLoad": false,
|
"postcss": true,
|
||||||
"lazyloadPlaceholderEnable": false,
|
"compileHotReLoad": false,
|
||||||
"preloadBackgroundData": false,
|
"lazyloadPlaceholderEnable": false,
|
||||||
"minified": true,
|
"preloadBackgroundData": false,
|
||||||
"autoAudits": false,
|
"minified": true,
|
||||||
"newFeature": false,
|
"autoAudits": false,
|
||||||
"uglifyFileName": false,
|
"newFeature": false,
|
||||||
"uploadWithSourceMap": true,
|
"uglifyFileName": false,
|
||||||
"useIsolateContext": false,
|
"uploadWithSourceMap": true,
|
||||||
"nodeModules": false,
|
"useIsolateContext": false,
|
||||||
"enhance": true,
|
"nodeModules": false,
|
||||||
"useMultiFrameRuntime": true,
|
"enhance": true,
|
||||||
"useApiHook": true,
|
"useMultiFrameRuntime": true,
|
||||||
"useApiHostProcess": true,
|
"useApiHook": true,
|
||||||
"showShadowRootInWxmlPanel": true,
|
"useApiHostProcess": true,
|
||||||
"packNpmManually": false,
|
"showShadowRootInWxmlPanel": true,
|
||||||
"packNpmRelationList": [],
|
"packNpmManually": false,
|
||||||
"minifyWXSS": true,
|
"packNpmRelationList": [],
|
||||||
"disableUseStrict": false,
|
"minifyWXSS": true,
|
||||||
"ignoreUploadUnusedFiles": true,
|
"disableUseStrict": false,
|
||||||
"minifyWXML": true
|
"ignoreUploadUnusedFiles": true,
|
||||||
},
|
"minifyWXML": true,
|
||||||
"compileType": "miniprogram",
|
"babelSetting": {
|
||||||
"libVersion": "2.23.2",
|
"ignore": [],
|
||||||
"appid": "wx6fa71e69231a4fa4",
|
"disablePlugins": [],
|
||||||
"projectname": "mall4j",
|
"outputPath": ""
|
||||||
"debugOptions": {
|
|
||||||
"hidedInDevtools": []
|
|
||||||
},
|
|
||||||
"isGameTourist": false,
|
|
||||||
"simulatorType": "wechat",
|
|
||||||
"simulatorPluginLibVersion": {},
|
|
||||||
"condition": {
|
|
||||||
"search": {
|
|
||||||
"list": []
|
|
||||||
},
|
|
||||||
"conversation": {
|
|
||||||
"list": []
|
|
||||||
},
|
|
||||||
"plugin": {
|
|
||||||
"list": []
|
|
||||||
},
|
|
||||||
"game": {
|
|
||||||
"currentL": -1,
|
|
||||||
"list": []
|
|
||||||
},
|
|
||||||
"miniprogram": {
|
|
||||||
"list": []
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"compileType": "miniprogram",
|
||||||
|
"libVersion": "2.23.2",
|
||||||
|
"appid": "wx6fa71e69231a4fa4",
|
||||||
|
"projectname": "mall4j",
|
||||||
|
"simulatorType": "wechat",
|
||||||
|
"simulatorPluginLibVersion": {},
|
||||||
|
"condition": {},
|
||||||
|
"editorSetting": {
|
||||||
|
"tabIndent": "insertSpaces",
|
||||||
|
"tabSize": 2
|
||||||
|
}
|
||||||
}
|
}
|
||||||
4
project.private.config.json
Normal file
4
project.private.config.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
||||||
|
"projectname": "mall4j"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user