Browse Source
Merge branch 'featrue/v4.1' into featrue/v4.2
Merge branch 'featrue/v4.1' into featrue/v4.2
# Conflicts: # app.js # pages/api/moment.js # pages/api/payment.js # pages/api/saas.js # pages/api/user.js # pages/api/ztb.js # pages/index/index.js # pages/login/index.js # project.config.jsonfeatrue/v4.2
12 changed files with 241 additions and 159 deletions
Split View
Diff Options
-
2pages/api/saas.js
-
7pages/bank/create/index.js
-
2pages/bank/create/index.wxml
-
59pages/home/pindex/index.js
-
17pages/home/pindex/index.wxml
-
67pages/index/index.js
-
73pages/login/index.js
-
20pages/order/index/index.js
-
2pages/order/index/index.wxml
-
1pages/paper/index.json
-
2pages/withdrawal/checkout/index.js
-
148project.config.json
@ -1,7 +1,6 @@ |
|||
{ |
|||
"disableScroll": true, |
|||
"usingComponents": { |
|||
"message": "/pages/message/index", |
|||
"order": "/pages/order/index/index", |
|||
"home": "/pages/home/pindex/index" |
|||
} |
|||
@ -1,76 +1,76 @@ |
|||
{ |
|||
"description": "项目配置文件", |
|||
"packOptions": { |
|||
"ignore": [] |
|||
}, |
|||
"setting": { |
|||
"urlCheck": false, |
|||
"es6": true, |
|||
"enhance": true, |
|||
"postcss": true, |
|||
"preloadBackgroundData": false, |
|||
"minified": true, |
|||
"newFeature": true, |
|||
"coverView": true, |
|||
"nodeModules": false, |
|||
"autoAudits": false, |
|||
"showShadowRootInWxmlPanel": true, |
|||
"scopeDataCheck": false, |
|||
"uglifyFileName": true, |
|||
"checkInvalidKey": true, |
|||
"checkSiteMap": true, |
|||
"uploadWithSourceMap": true, |
|||
"compileHotReLoad": false, |
|||
"useMultiFrameRuntime": true, |
|||
"useApiHook": true, |
|||
"babelSetting": { |
|||
"ignore": [], |
|||
"disablePlugins": [], |
|||
"outputPath": "" |
|||
}, |
|||
"enableEngineNative": false, |
|||
"bundle": false, |
|||
"useIsolateContext": true, |
|||
"useCompilerModule": true, |
|||
"userConfirmedUseCompilerModuleSwitch": true, |
|||
"userConfirmedBundleSwitch": false, |
|||
"packNpmManually": false, |
|||
"packNpmRelationList": [], |
|||
"minifyWXSS": true, |
|||
"useApiHostProcess": true |
|||
}, |
|||
"compileType": "miniprogram", |
|||
"libVersion": "2.14.4", |
|||
"appid": "wx7a4a8415e6821108", |
|||
"projectname": "zhitongbao-mini", |
|||
"debugOptions": { |
|||
"hidedInDevtools": [] |
|||
}, |
|||
"isGameTourist": false, |
|||
"simulatorType": "wechat", |
|||
"simulatorPluginLibVersion": {}, |
|||
"scripts": { |
|||
"beforeCompile": "" |
|||
}, |
|||
"condition": { |
|||
"plugin": { |
|||
"list": [] |
|||
}, |
|||
"game": { |
|||
"list": [] |
|||
}, |
|||
"gamePlugin": { |
|||
"list": [] |
|||
}, |
|||
"miniprogram": { |
|||
"list": [ |
|||
{ |
|||
"name": "pages/login/index", |
|||
"pathName": "pages/login/index", |
|||
"query": "", |
|||
"scene": 1047 |
|||
} |
|||
] |
|||
} |
|||
} |
|||
"description": "项目配置文件", |
|||
"packOptions": { |
|||
"ignore": [] |
|||
}, |
|||
"setting": { |
|||
"urlCheck": true, |
|||
"es6": true, |
|||
"enhance": true, |
|||
"postcss": true, |
|||
"preloadBackgroundData": false, |
|||
"minified": true, |
|||
"newFeature": true, |
|||
"coverView": true, |
|||
"nodeModules": false, |
|||
"autoAudits": false, |
|||
"showShadowRootInWxmlPanel": true, |
|||
"scopeDataCheck": false, |
|||
"uglifyFileName": true, |
|||
"checkInvalidKey": true, |
|||
"checkSiteMap": true, |
|||
"uploadWithSourceMap": true, |
|||
"compileHotReLoad": false, |
|||
"useMultiFrameRuntime": true, |
|||
"useApiHook": true, |
|||
"useApiHostProcess": true, |
|||
"babelSetting": { |
|||
"ignore": [], |
|||
"disablePlugins": [], |
|||
"outputPath": "" |
|||
}, |
|||
"enableEngineNative": false, |
|||
"bundle": false, |
|||
"useIsolateContext": true, |
|||
"useCompilerModule": true, |
|||
"userConfirmedUseCompilerModuleSwitch": true, |
|||
"userConfirmedBundleSwitch": false, |
|||
"packNpmManually": false, |
|||
"packNpmRelationList": [], |
|||
"minifyWXSS": true |
|||
}, |
|||
"compileType": "miniprogram", |
|||
"libVersion": "2.14.4", |
|||
"appid": "wx7a4a8415e6821108", |
|||
"projectname": "zhitongbao-mini", |
|||
"debugOptions": { |
|||
"hidedInDevtools": [] |
|||
}, |
|||
"isGameTourist": false, |
|||
"simulatorType": "wechat", |
|||
"simulatorPluginLibVersion": {}, |
|||
"scripts": { |
|||
"beforeCompile": "" |
|||
}, |
|||
"condition": { |
|||
"plugin": { |
|||
"list": [] |
|||
}, |
|||
"game": { |
|||
"list": [] |
|||
}, |
|||
"gamePlugin": { |
|||
"list": [] |
|||
}, |
|||
"miniprogram": { |
|||
"list": [ |
|||
{ |
|||
"name": "pages/login/index", |
|||
"pathName": "pages/login/index", |
|||
"query": "", |
|||
"scene": 1047 |
|||
} |
|||
] |
|||
} |
|||
} |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save