diff --git a/App.vue b/App.vue index 66865de8..18c41763 100644 --- a/App.vue +++ b/App.vue @@ -62,6 +62,6 @@ img { --font-button-size:24rpx; --font-button-size-p:28rpx; /* tab图标 */ - --tab-url:url('http://mdh.xscmmidi.site/image/tabline.png'); + --tab-url:url('https://md.xscmmidi.site/h5/image/tabline.png'); } \ No newline at end of file diff --git a/pages.json b/pages.json index aeff8ec0..2fb2b18b 100644 --- a/pages.json +++ b/pages.json @@ -130,6 +130,15 @@ "popGesture": "none" // 禁用 iOS 左滑返回 } } + },{ + "path": "pages/feedback/customerService", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "在线客服", + "app-plus": { + "popGesture": "none" // 禁用 iOS 左滑返回 + } + } }, { "path": "pages/feedback/feedback", @@ -181,6 +190,13 @@ "navigationStyle": "custom", "navigationBarTitleText": "关于我们" } + }, + { + "path": "pages/other/test", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "测试页面" + } } ], "globalStyle": { diff --git a/pages/feedback/customerService.vue b/pages/feedback/customerService.vue new file mode 100644 index 00000000..3eda8539 --- /dev/null +++ b/pages/feedback/customerService.vue @@ -0,0 +1,42 @@ + + + + + \ No newline at end of file diff --git a/pages/feedback/help.vue b/pages/feedback/help.vue index 77abc9e6..0b3aab35 100644 --- a/pages/feedback/help.vue +++ b/pages/feedback/help.vue @@ -1,5 +1,5 @@