askbot-dragon 1.7.57-beta → 1.7.61-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/README.md +27 -27
  2. package/babel.config.js +6 -6
  3. package/dragon.iml +7 -7
  4. package/package.json +56 -57
  5. package/public/index.html +75 -73
  6. package/src/App.vue +31 -31
  7. package/src/api/index.js +1 -1
  8. package/src/api/mock.http +2 -2
  9. package/src/api/requestUrl.js +185 -185
  10. package/src/assets/js/AliyunlssUtil.js +117 -141
  11. package/src/assets/js/Base64Util.js +22 -22
  12. package/src/assets/js/common.js +252 -252
  13. package/src/assets/js/hammer.js +89 -100
  14. package/src/assets/js/script.js +36 -36
  15. package/src/assets/less/common.css +6773 -6773
  16. package/src/assets/less/converSationContainer/common.less +192 -199
  17. package/src/assets/less/converSationContainer/converSatonContainer.less +493 -493
  18. package/src/assets/less/iconfont.css +37 -37
  19. package/src/assets/less/ticketMessage.less +294 -294
  20. package/src/components/ActionAlertIframe.vue +155 -178
  21. package/src/components/AiGuide.vue +471 -434
  22. package/src/components/AnswerDocknowledge.vue +1128 -1104
  23. package/src/components/AnswerVoice.vue +285 -285
  24. package/src/components/AskIFrame.vue +15 -15
  25. package/src/components/ConversationContainer.vue +10873 -10764
  26. package/src/components/FileType.vue +86 -86
  27. package/src/components/Message.vue +27 -27
  28. package/src/components/MyEditor.vue +341 -342
  29. package/src/components/QwFeedback.vue +302 -302
  30. package/src/components/actionSatisfaction.vue +107 -107
  31. package/src/components/actionSendToBot.vue +62 -62
  32. package/src/components/answerDissatisfaction.vue +62 -62
  33. package/src/components/answerRadio.vue +213 -213
  34. package/src/components/ask-components/DissatisfactionOptions.vue +57 -57
  35. package/src/components/ask-components/Msgloading.vue +37 -37
  36. package/src/components/ask-components/SatisfactionV2.vue +15 -15
  37. package/src/components/askVideo.vue +139 -162
  38. package/src/components/assetDetails.vue +378 -378
  39. package/src/components/assetMessage.vue +229 -229
  40. package/src/components/associationIntention.vue +374 -378
  41. package/src/components/attachmentPreview.vue +90 -90
  42. package/src/components/botActionSatisfactor.vue +68 -68
  43. package/src/components/chatContent.vue +513 -513
  44. package/src/components/feedBack.vue +136 -136
  45. package/src/components/fielListView.vue +351 -351
  46. package/src/components/file/AliyunOssComponents.vue +108 -108
  47. package/src/components/formTemplate.vue +3498 -3502
  48. package/src/components/imgView.vue +31 -31
  49. package/src/components/intelligentSummary.vue +230 -234
  50. package/src/components/kkview.vue +1138 -1138
  51. package/src/components/loadingProcess.vue +164 -164
  52. package/src/components/markDownText.vue +363 -198
  53. package/src/components/message/ActionAlertIframe.vue +112 -112
  54. package/src/components/message/ShopMessage.vue +164 -164
  55. package/src/components/message/TextMessage.vue +924 -928
  56. package/src/components/message/TicketMessage.vue +201 -201
  57. package/src/components/message/swiper/index.js +4 -4
  58. package/src/components/message/swiper/ticketSwiper.vue +503 -503
  59. package/src/components/message/swiper/ticketSwiperItem.vue +61 -61
  60. package/src/components/msgLoading.vue +231 -231
  61. package/src/components/myPopup.vue +73 -73
  62. package/src/components/pdfPosition.vue +1343 -1523
  63. package/src/components/popup.vue +228 -228
  64. package/src/components/previewDoc.vue +248 -252
  65. package/src/components/previewPdf.vue +775 -1104
  66. package/src/components/receiverMessagePlatform.vue +69 -69
  67. package/src/components/recommend.vue +80 -80
  68. package/src/components/selector/hOption.vue +20 -20
  69. package/src/components/selector/hSelector.vue +199 -199
  70. package/src/components/selector/hWrapper.vue +216 -216
  71. package/src/components/senderMessagePlatform.vue +58 -58
  72. package/src/components/source/BotMessage.vue +24 -24
  73. package/src/components/source/CustomMessage.vue +24 -24
  74. package/src/components/test.vue +260 -260
  75. package/src/components/tree.vue +307 -307
  76. package/src/components/utils/AliyunIssUtil.js +103 -103
  77. package/src/components/utils/ckeditor.js +185 -185
  78. package/src/components/utils/format_date.js +25 -25
  79. package/src/components/utils/index.js +6 -6
  80. package/src/components/utils/math_utils.js +29 -29
  81. package/src/components/voiceComponent.vue +119 -119
  82. package/src/components/welcomeKnowledgeFile.vue +343 -347
  83. package/src/components/welcomeLlmCard.vue +140 -144
  84. package/src/components/welcomeSuggest.vue +97 -97
  85. package/src/locales/cn.json +61 -61
  86. package/src/locales/en.json +61 -61
  87. package/src/main.js +76 -76
  88. package/vue.config.js +54 -54
  89. package/src/components/newPdfPosition.vue +0 -878
  90. package/src/components/pagination.vue +0 -129
  91. package/src/components/preview/docView.vue +0 -114
  92. package/src/components/preview/excelView.vue +0 -187
  93. package/src/components/preview/newPositionPreview.vue +0 -370
  94. package/src/components/preview/pdfView.vue +0 -824
  95. package/src/locales/jp.json +0 -73
package/README.md CHANGED
@@ -1,27 +1,27 @@
1
- # dragon
2
-
3
- ## Project setup
4
- ```
5
- npm install
6
- ```
7
-
8
- ### Compiles and hot-reloads for development
9
- ```
10
- npm run serve
11
- ```
12
-
13
- ### Compiles and minifies for production
14
- ```
15
- npm run build
16
- ```
17
-
18
- ### Lints and fixes files
19
- ```
20
- npm run lint
21
- ```
22
-
23
- ### Customize configuration
24
- See [Configuration Reference](https://cli.vuejs.org/config/).
25
-
26
-
27
- ### 消息记录格式定义
1
+ # dragon
2
+
3
+ ## Project setup
4
+ ```
5
+ npm install
6
+ ```
7
+
8
+ ### Compiles and hot-reloads for development
9
+ ```
10
+ npm run serve
11
+ ```
12
+
13
+ ### Compiles and minifies for production
14
+ ```
15
+ npm run build
16
+ ```
17
+
18
+ ### Lints and fixes files
19
+ ```
20
+ npm run lint
21
+ ```
22
+
23
+ ### Customize configuration
24
+ See [Configuration Reference](https://cli.vuejs.org/config/).
25
+
26
+
27
+ ### 消息记录格式定义
package/babel.config.js CHANGED
@@ -1,6 +1,6 @@
1
- module.exports = {
2
- presets: [
3
- '@vue/cli-plugin-babel/preset',
4
- ],
5
- // "presets": [["@babel/preset-env", { "modules": false }]]
6
- }
1
+ module.exports = {
2
+ presets: [
3
+ '@vue/cli-plugin-babel/preset',
4
+ ],
5
+ // "presets": [["@babel/preset-env", { "modules": false }]]
6
+ }
package/dragon.iml CHANGED
@@ -1,8 +1,8 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="WEB_MODULE" version="4">
3
- <component name="NewModuleRootManager" inherit-compiler-output="true">
4
- <exclude-output />
5
- <content url="file://$MODULE_DIR$" />
6
- <orderEntry type="sourceFolder" forTests="false" />
7
- </component>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="WEB_MODULE" version="4">
3
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
4
+ <exclude-output />
5
+ <content url="file://$MODULE_DIR$" />
6
+ <orderEntry type="sourceFolder" forTests="false" />
7
+ </component>
8
8
  </module>
package/package.json CHANGED
@@ -1,57 +1,56 @@
1
- {
2
- "name": "askbot-dragon",
3
- "version": "1.7.57-beta",
4
- "scripts": {
5
- "serve": "vue-cli-service serve",
6
- "build": "vue-cli-service build",
7
- "lint": "vue-cli-service lint"
8
- },
9
- "dependencies": {
10
- "vue-markdown": "^2.2.4"
11
- },
12
- "devDependencies": {
13
- "@vue/cli-plugin-babel": "~4.5.0",
14
- "@vue/cli-plugin-eslint": "~4.5.0",
15
- "@vue/cli-service": "~4.5.0",
16
- "audio-loader": "^1.0.3",
17
- "core-js": "^3.6.5",
18
- "install": "^0.13.0",
19
- "jquery": "^3.5.1",
20
- "lodash": "^4.17.21",
21
- "uuid": "^8.3.2",
22
- "v-viewer": "^1.6.4",
23
- "vant": "^2.12.51",
24
- "vconsole": "^3.9.1",
25
- "vue": "^2.6.11",
26
- "vue-resource": "^1.5.1",
27
- "vue-video-player": "^5.0.2",
28
- "weixin-js-sdk": "^1.6.0",
29
- "babel-eslint": "^10.1.0",
30
- "element-ui": "^2.15.10",
31
- "eslint": "^6.7.2",
32
- "vue-markdown": "^2.2.4",
33
- "eslint-plugin-vue": "^6.2.2",
34
- "less": "^3.12.2",
35
- "less-loader": "^7.0.2",
36
- "vue-template-compiler": "^2.6.11",
37
- "vue-i18n": "^8.26.4"
38
- },
39
- "eslintConfig": {
40
- "root": true,
41
- "env": {
42
- "node": true
43
- },
44
- "extends": [
45
- "plugin:vue/essential",
46
- "eslint:recommended"
47
- ],
48
- "parserOptions": {
49
- "parser": "babel-eslint"
50
- },
51
- "rules": {}
52
- },
53
- "browserslist": [
54
- "> 1%",
55
- "last 2 versions"
56
- ]
57
- }
1
+ {
2
+ "name": "askbot-dragon",
3
+ "version": "1.7.61-beta",
4
+ "scripts": {
5
+ "serve": "vue-cli-service serve",
6
+ "build": "vue-cli-service build",
7
+ "lint": "vue-cli-service lint"
8
+ },
9
+ "dependencies": {
10
+ },
11
+ "devDependencies": {
12
+ "audio-loader": "^1.0.3",
13
+ "core-js": "^3.6.5",
14
+ "install": "^0.13.0",
15
+ "jquery": "^3.5.1",
16
+ "lodash": "^4.17.21",
17
+ "uuid": "^8.3.2",
18
+ "v-viewer": "^1.6.4",
19
+ "vant": "^2.12.51",
20
+ "vconsole": "^3.9.1",
21
+ "vue": "^2.6.11",
22
+ "vue-resource": "^1.5.1",
23
+ "vue-video-player": "^5.0.2",
24
+ "weixin-js-sdk": "^1.6.0",
25
+ "@vue/cli-plugin-babel": "~4.5.0",
26
+ "@vue/cli-plugin-eslint": "~4.5.0",
27
+ "@vue/cli-service": "~4.5.0",
28
+ "babel-eslint": "^10.1.0",
29
+ "element-ui": "^2.15.10",
30
+ "eslint": "^6.7.2",
31
+ "vue-markdown": "^2.2.4",
32
+ "eslint-plugin-vue": "^6.2.2",
33
+ "less": "^3.12.2",
34
+ "less-loader": "^7.0.2",
35
+ "vue-template-compiler": "^2.6.11",
36
+ "vue-i18n": "^8.26.4"
37
+ },
38
+ "eslintConfig": {
39
+ "root": true,
40
+ "env": {
41
+ "node": true
42
+ },
43
+ "extends": [
44
+ "plugin:vue/essential",
45
+ "eslint:recommended"
46
+ ],
47
+ "parserOptions": {
48
+ "parser": "babel-eslint"
49
+ },
50
+ "rules": {}
51
+ },
52
+ "browserslist": [
53
+ "> 1%",
54
+ "last 2 versions"
55
+ ]
56
+ }
package/public/index.html CHANGED
@@ -1,73 +1,75 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
7
- <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" />
8
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
9
- <title><%= htmlWebpackPlugin.options.title %></title>
10
- <script>
11
- if (!Object.fromEntries) {
12
- Object.defineProperty(Object, 'fromEntries', {
13
- value(entries) {
14
- if (!entries || !entries[Symbol.iterator]) { throw new Error('Object.fromEntries() requires a single iterable argument'); }
15
- const o = {};
16
- Object.keys(entries).forEach((key) => {
17
- const [k, v] = entries[key];
18
-
19
- o[k] = v;
20
- });
21
- return o;
22
- },
23
- });
24
- }
25
- </script>
26
- <!-- 项目图标 -->
27
- <link rel="stylesheet" href="//at.alicdn.com/t/c/font_2913049_ee8dx548hg.css"/>
28
- <!-- iconfont图标 -->
29
- <link rel="stylesheet" href="//at.alicdn.com/t/c/font_2913049_eje81c90ujh.css"/>
30
- <script src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>
31
- <!-- aliyun-oss -->
32
- <script src="https://static.guoranbot.com/cdn-common/alyun-oss/aliyun-oss-sdk-6.17.1.min.js"></script>
33
- <!-- vue -->
34
- <!-- <script src="https://static.guoranbot.com/vue/2.6.11/dist/vue.min.js"></script>
35
- <script src="https://static.guoranbot.com/vue-router/3.3.2/dist/vue-router.min.js"></script> -->
36
-
37
- <!-- element -->
38
- <!-- <script src="https://static.guoranbot.com/element-ui/2.13.2/lib/index.js"></script>
39
- <link rel="stylesheet" href="https://static.guoranbot.com/element-ui/2.13.2/lib/theme-chalk/index.css"> -->
40
-
41
- <!-- vant -->
42
- <!-- <script src="https://static.guoranbot.com/vant/2.12/lib/vant.min.js"></script>
43
- <link rel="stylesheet" href="https://static.guoranbot.com/vant/2.12/lib/index.css" /> -->
44
-
45
- <!-- pdf.js -->
46
- <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.5.141/pdf.min.js" integrity="sha512-BagCUdQjQ2Ncd42n5GGuXQn1qwkHL2jCSkxN5+ot9076d5wAI8bcciSooQaI3OG3YLj6L97dKAFaRvhSXVO0/Q==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
47
- <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.5.141/pdf.worker.min.js" integrity="sha512-6UHd2tcWIvg5hIYHXb3lnNO61tWfriGen6KddwGYTSUUazWGYESTHDDxJFEQkCy1cSL//yXKc1gcL+51/DTLFQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
48
- <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.5.141/pdf_viewer.min.js" integrity="sha512-tYEGuMBQkCfSlBKJ3dNgS06wbb/MNE6nO2poZ1Y5brix8NajGcDcfEvuL38wJDOTkq0j5ojASNmrzv/8/wgGHQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
49
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.5.141/pdf_viewer.min.css" integrity="sha512-Jf9DLkegLgARLR151csVkPvcVt4cOUhslrSZwiTAe9mqFL/BbYRDmxCOioCtbHifEgjsBFbrVhOMQ3mYPDLrqQ==" crossorigin="anonymous" referrerpolicy="no-referrer" /> -->
50
-
51
-
52
- <script src="https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/cdn-common/pdfJS2.1.266/pdf.min.js" referrerpolicy="no-referrer"></script>
53
- <script src="https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/cdn-common/pdfJS2.1.266/pdf.worker.min.js" referrerpolicy="no-referrer"></script>
54
- <script src="https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/cdn-common/pdfJS2.1.266/pdf_viewer.js" referrerpolicy="no-referrer"></script>
55
- <link rel="stylesheet" href="https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/cdn-common/pdfJS2.1.266/pdf_viewer_01.css" referrerpolicy="no-referrer" />
56
- <!-- hammer.js -->
57
- <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/hammer.js/2.0.8/hammer.min.js" integrity="sha512-UXumZrZNiOwnTcZSHLOfcTs0aos2MzBWHXOHOuB0J/R44QB0dwY5JgfbvljXcklVf65Gc4El6RjZ+lnwd2az2g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> -->
58
- <style>
59
- *{
60
- margin: 0;
61
- padding: 0;
62
- }
63
- </style>
64
- </head>
65
- <body>
66
- <noscript>
67
- <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
68
- </noscript>
69
- <div id="app"></div>
70
- <!-- built files will be auto injected -->
71
- </body>
72
-
73
- </html>
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width,initial-scale=1.0">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" />
8
+ <link rel="icon" href="<%= BASE_URL %>favicon.ico">
9
+ <title><%= htmlWebpackPlugin.options.title %></title>
10
+ <script>
11
+ if (!Object.fromEntries) {
12
+ Object.defineProperty(Object, 'fromEntries', {
13
+ value(entries) {
14
+ if (!entries || !entries[Symbol.iterator]) { throw new Error('Object.fromEntries() requires a single iterable argument'); }
15
+ const o = {};
16
+ Object.keys(entries).forEach((key) => {
17
+ const [k, v] = entries[key];
18
+
19
+ o[k] = v;
20
+ });
21
+ return o;
22
+ },
23
+ });
24
+ }
25
+ </script>
26
+ <!-- 项目图标 -->
27
+ <link rel="stylesheet" href="//at.alicdn.com/t/c/font_2913049_ee8dx548hg.css"/>
28
+ <!-- guoran图标 -->
29
+ <link rel="stylesheet" href="//at.alicdn.com/t/c/font_2913049_qtm7orae3l.css"/>
30
+ <script src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>
31
+
32
+ <!-- aliyun-oss -->
33
+ <script src="https://static.guoranbot.com/cdn-common/alyun-oss/aliyun-oss-sdk-6.17.1.min.js"></script>
34
+
35
+ <!-- vue -->
36
+ <!-- <script src="https://static.guoranbot.com/vue/2.6.11/dist/vue.min.js"></script>
37
+ <script src="https://static.guoranbot.com/vue-router/3.3.2/dist/vue-router.min.js"></script> -->
38
+
39
+ <!-- element -->
40
+ <!-- <script src="https://static.guoranbot.com/element-ui/2.13.2/lib/index.js"></script>
41
+ <link rel="stylesheet" href="https://static.guoranbot.com/element-ui/2.13.2/lib/theme-chalk/index.css"> -->
42
+
43
+ <!-- vant -->
44
+ <!-- <script src="https://static.guoranbot.com/vant/2.12/lib/vant.min.js"></script>
45
+ <link rel="stylesheet" href="https://static.guoranbot.com/vant/2.12/lib/index.css" /> -->
46
+
47
+ <!-- pdf.js -->
48
+ <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.5.141/pdf.min.js" integrity="sha512-BagCUdQjQ2Ncd42n5GGuXQn1qwkHL2jCSkxN5+ot9076d5wAI8bcciSooQaI3OG3YLj6L97dKAFaRvhSXVO0/Q==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
49
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.5.141/pdf.worker.min.js" integrity="sha512-6UHd2tcWIvg5hIYHXb3lnNO61tWfriGen6KddwGYTSUUazWGYESTHDDxJFEQkCy1cSL//yXKc1gcL+51/DTLFQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
50
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.5.141/pdf_viewer.min.js" integrity="sha512-tYEGuMBQkCfSlBKJ3dNgS06wbb/MNE6nO2poZ1Y5brix8NajGcDcfEvuL38wJDOTkq0j5ojASNmrzv/8/wgGHQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
51
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.5.141/pdf_viewer.min.css" integrity="sha512-Jf9DLkegLgARLR151csVkPvcVt4cOUhslrSZwiTAe9mqFL/BbYRDmxCOioCtbHifEgjsBFbrVhOMQ3mYPDLrqQ==" crossorigin="anonymous" referrerpolicy="no-referrer" /> -->
52
+
53
+
54
+ <script src="https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/cdn-common/pdfJS2.1.266/pdf.min.js" referrerpolicy="no-referrer"></script>
55
+ <script src="https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/cdn-common/pdfJS2.1.266/pdf.worker.min.js" referrerpolicy="no-referrer"></script>
56
+ <script src="https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/cdn-common/pdfJS2.1.266/pdf_viewer.js" referrerpolicy="no-referrer"></script>
57
+ <link rel="stylesheet" href="https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/cdn-common/pdfJS2.1.266/pdf_viewer_01.css" referrerpolicy="no-referrer" />
58
+ <!-- hammer.js -->
59
+ <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/hammer.js/2.0.8/hammer.min.js" integrity="sha512-UXumZrZNiOwnTcZSHLOfcTs0aos2MzBWHXOHOuB0J/R44QB0dwY5JgfbvljXcklVf65Gc4El6RjZ+lnwd2az2g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> -->
60
+ <style>
61
+ *{
62
+ margin: 0;
63
+ padding: 0;
64
+ }
65
+ </style>
66
+ </head>
67
+ <body>
68
+ <noscript>
69
+ <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
70
+ </noscript>
71
+ <div id="app"></div>
72
+ <!-- built files will be auto injected -->
73
+ </body>
74
+
75
+ </html>
package/src/App.vue CHANGED
@@ -1,31 +1,31 @@
1
- <template>
2
- <div id="app">
3
- <ConversationContainer msg="Welcome to Your Vue.js App"/>
4
- </div>
5
- </template>
6
-
7
- <script>
8
- import ConversationContainer from './components/ConversationContainer.vue'
9
- export default {
10
- name: 'App',
11
- components: {
12
- ConversationContainer
13
- }
14
- }
15
- </script>
16
-
17
- <style lang="less">
18
- @import "assets/less/converSationContainer/common.less";
19
- /*#app {
20
- font-family: Avenir, Helvetica, Arial, sans-serif;
21
- -webkit-font-smoothing: antialiased;
22
- -moz-osx-font-smoothing: grayscale;
23
- text-align: center;
24
- color: #2c3e50;
25
- margin-top: 60px;
26
- }*/
27
- *{
28
- margin: 0;
29
- padding: 0;
30
- }
31
- </style>
1
+ <template>
2
+ <div id="app">
3
+ <ConversationContainer msg="Welcome to Your Vue.js App"/>
4
+ </div>
5
+ </template>
6
+
7
+ <script>
8
+ import ConversationContainer from './components/ConversationContainer.vue'
9
+ export default {
10
+ name: 'App',
11
+ components: {
12
+ ConversationContainer
13
+ }
14
+ }
15
+ </script>
16
+
17
+ <style lang="less">
18
+ @import "assets/less/converSationContainer/common.less";
19
+ /*#app {
20
+ font-family: Avenir, Helvetica, Arial, sans-serif;
21
+ -webkit-font-smoothing: antialiased;
22
+ -moz-osx-font-smoothing: grayscale;
23
+ text-align: center;
24
+ color: #2c3e50;
25
+ margin-top: 60px;
26
+ }*/
27
+ *{
28
+ margin: 0;
29
+ padding: 0;
30
+ }
31
+ </style>
package/src/api/index.js CHANGED
@@ -1,2 +1,2 @@
1
- import { requestUrl } from './requestUrl.js';
1
+ import { requestUrl } from './requestUrl.js';
2
2
  export { requestUrl }
package/src/api/mock.http CHANGED
@@ -1,3 +1,3 @@
1
- GET http://192.168.60.45:8080/v1/mock/auth/verify
2
- Accept: */*
1
+ GET http://192.168.60.45:8080/v1/mock/auth/verify
2
+ Accept: */*
3
3
  Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJzZXNzaW9uOnd4IiwianRpIjoiX19tb2NrIiwiaWF0IjoxNTc2NDg5NzUyfQ.iuBg8URK9zQmNhAlYDeT0I4d_EWZMz8106fIIThLH1s