diff --git a/manifest.json b/manifest.json index d3ff762..8570603 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "若依移动端", + "name" : "景区管控移动端", "appid" : "__UNI__25A9D80", "description" : "", "versionName" : "1.1.0", diff --git a/pages.json b/pages.json index 3a61d97..f8b79d7 100644 --- a/pages.json +++ b/pages.json @@ -6,12 +6,6 @@ "navigationBarTitleText": "登录" } }, - { - "path": "pages/index", - "style": { - "navigationBarTitleText": "通讯录" - } - }, { "path": "pages/work/index", "style": { diff --git a/pages/index.vue b/pages/index.vue index 63e6dce..9f0be04 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,8 +1,7 @@ diff --git a/project.private.config.json b/project.private.config.json index 1a7181a..c36f746 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -1,6 +1,6 @@ { "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", - "projectname": "RuoYi-App", + "projectname": "景区管控", "setting": { "compileHotReLoad": true } diff --git a/subPackWork/emergencyResources/emergencyResources.vue b/subPackWork/emergencyResources/emergencyResources.vue index 4247ac6..75415b4 100644 --- a/subPackWork/emergencyResources/emergencyResources.vue +++ b/subPackWork/emergencyResources/emergencyResources.vue @@ -24,14 +24,14 @@ - {{item.name.slice(0,1) }} + {{item.name.slice(0,1)||'-' }} - {{item.name }} + {{item.name||'-' }} - {{item.address}} + {{item.address||'-'}}