Commit e2e6e70c authored by shilei's avatar shilei

投资舒城

parent 80a82023
Pipeline #109 failed with stages
{
"appid": "wx6d541865055a52d7",
"compileType": "miniprogram",
"libVersion": "3.2.4",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"coverView": true,
"es6": true,
"postcss": true,
"minified": true,
"enhance": true,
"showShadowRootInWxmlPanel": true,
"packNpmRelationList": [],
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
}
}
\ No newline at end of file
{
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "shuchengminipro",
"setting": {
"compileHotReLoad": true
}
}
\ No newline at end of file
...@@ -13,8 +13,25 @@ ...@@ -13,8 +13,25 @@
"style": { "style": {
"navigationBarTitleText": "合伙招商·深产发" "navigationBarTitleText": "合伙招商·深产发"
} }
},
{
"path": "pages/entryPark/index",
"style": {
"navigationBarTitleText": "走进园区"
}
},
{
"path": "pages/inviteInvestment/index",
"style": {
"navigationBarTitleText": "招商引资"
}
},
{
"path": "pages/investment/index",
"style": {
"navigationBarTitleText": "投资舒城"
}
} }
], ],
"tabBar": { "tabBar": {
"color": "#909090", "color": "#909090",
......
<template>
<div>走进园区</div>
</template>
\ No newline at end of file
<template>
<div>投资舒城</div>
</template>
\ No newline at end of file
<template>
<div>招商引资</div>
</template>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment