diff --git a/package-lock.json b/package-lock.json index ea2dfba..aea442e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,8 @@ "fetch-event-source": "^1.0.0-alpha.2", "mobx": "^6.6.1", "nim-web-sdk-ng": "^10.4.0", - "pinyin": "^3.1.0" + "pinyin": "^3.1.0", + "recorder-core": "^1.3.25011100" }, "devDependencies": { "file-saver": "^2.0.5", @@ -1828,6 +1829,11 @@ "url": "https://paulmillr.com/funding/" } }, + "node_modules/recorder-core": { + "version": "1.3.25011100", + "resolved": "https://registry.npmmirror.com/recorder-core/-/recorder-core-1.3.25011100.tgz", + "integrity": "sha512-trXsCH0zurhoizT4Z22C0OsM0SDOW+2OvtgRxeLQFwxoFeqFjDjYZsbZEZUiKMJLhBvamI4K7Ic+qZ2LBo74TA==" + }, "node_modules/require-from-string": { "version": "2.0.2", "resolved": "https://registry.npmmirror.com/require-from-string/-/require-from-string-2.0.2.tgz", diff --git a/package.json b/package.json index c1ba939..61c606c 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "fetch-event-source": "^1.0.0-alpha.2", "mobx": "^6.6.1", "nim-web-sdk-ng": "^10.4.0", - "pinyin": "^3.1.0" + "pinyin": "^3.1.0", + "recorder-core": "^1.3.25011100" }, "devDependencies": { "file-saver": "^2.0.5", diff --git a/pages.json b/pages.json index 3cfe834..f538d68 100644 --- a/pages.json +++ b/pages.json @@ -31,9 +31,33 @@ "style": { "navigationBarTitleText": "我的" } - } + }, + { + "path": "pages/addJob/index", + "style": { + "navigationBarTitleText": "大鹏Beta", + "backgroundColor": "#ffffff", + "backgroundColorTop": "#ffffff", + "backgroundColorBottom": "#ffffff", + "navigationBarTextStyle": "black" + } + } ], "subPackages": [ + { + "root": "root/chat", + "pages": [ + { + "path": "index", + "style": { + "backgroundColor": "#ededed", + "backgroundColorTop": "#ededed", + "backgroundColorBottom": "#ededed", + "navigationBarTitleText": "大鹏Beta" + } + } + ] + }, { // 首页 "root": "root/home", "pages": [ @@ -637,6 +661,12 @@ "selectedIconPath": "static/image/apply-active.png", "text": "工单" }, + { + "iconPath": "static/image/home.png", + "selectedIconPath": "static/image/home.png", + "pagePath": "pages/addJob/index", + "text": "" + }, // { // "iconPath": "static/image/message.png", // "selectedIconPath": "static/image/message_active.png", diff --git a/pages/addJob/index.vue b/pages/addJob/index.vue new file mode 100644 index 0000000..533e226 --- /dev/null +++ b/pages/addJob/index.vue @@ -0,0 +1,1082 @@ +