|
@@ -1,33 +1,75 @@
|
|
|
{
|
|
|
- "pages": [
|
|
|
- {
|
|
|
- "path": "pages/login/index",
|
|
|
- "style": {
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path": "pages/chat/chatView",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "navigationBarTitleText": "对话窗口",
|
|
|
+ "disableScroll": true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/chat/index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "navigationBarTitleText": "专家问答",
|
|
|
+ "disableScroll": true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/home/index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "navigationBarTitleText": "首页",
|
|
|
+ "disableScroll": true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/workbench/index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "navigationBarTitleText": "工作台",
|
|
|
+ "disableScroll": true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/message/index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "navigationBarTitleText": "消息",
|
|
|
+ "disableScroll": true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/my/index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "navigationBarTitleText": "我的",
|
|
|
+ "disableScroll": true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/login/index",
|
|
|
+ "style": {
|
|
|
"disableScroll": true,
|
|
|
"navigationStyle": "custom",
|
|
|
"navigationBarTitleText": "登录"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/home/index",
|
|
|
- "style": {
|
|
|
- "navigationStyle": "custom",
|
|
|
- "navigationBarTitleText": "首页"
|
|
|
- }
|
|
|
- }
|
|
|
- ],
|
|
|
- "globalStyle": {
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationBarTitleText": "uni-app",
|
|
|
- "navigationBarBackgroundColor": "#F8F8F8",
|
|
|
- "backgroundColor": "#F8F8F8"
|
|
|
- },
|
|
|
- "easycom": {
|
|
|
- "autoscan": true,
|
|
|
- "custom": {
|
|
|
- "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "globalStyle": {
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarTitleText": "uni-app",
|
|
|
+ "navigationBarBackgroundColor": "#F8F8F8",
|
|
|
+ "backgroundColor": "#F8F8F8"
|
|
|
+ },
|
|
|
+ "easycom": {
|
|
|
+ "autoscan": true,
|
|
|
+ "custom": {
|
|
|
+ "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
|
|
|
"^The(.*)": "@/components/The$1.vue",
|
|
|
- "^La(.*)": "@/components/layout/La$1.vue"
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
+ "^Base(.*)": "@/components/layout/Base$1.vue",
|
|
|
+ "^Chat(.*)": "@/components/chat/Chat$1.vue"
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|