vue2-client 1.8.217 → 1.8.218

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.8.217",
3
+ "version": "1.8.218",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -46,7 +46,7 @@ import ChartSelector from './ChartSelector.vue'
46
46
  import EvaluationArea from './EvaluationArea.vue'
47
47
  import Ellipsis from '@vue2-client/components/Ellipsis/Ellipsis.vue'
48
48
  import DynamicTable from './DynamicTable.vue'
49
- import { indexedDB } from '@/utils/indexedDB'
49
+ import { indexedDB } from '@vue2-client/utils/indexedDB'
50
50
 
51
51
  export default {
52
52
  components: {
@@ -6,7 +6,7 @@
6
6
  :bordered="false"
7
7
  :bodyStyle="{ height:'100%', overflowY: 'auto'}">
8
8
  <a-tabs v-model="activeKey" :tabBarStyle="{ textAlign: 'center',height:'100%' }" tabPosition="top">
9
- <a-tab-pane key="1" tab="对话历史">
9
+ <a-tab-pane key="1" tab="会话历史">
10
10
  <a-button type="dashed" block style="font-size: 20px; height: 50px" @click="createData.showCreateDialog = true">
11
11
  <a-icon type="plus" />
12
12
  新建会话
@@ -48,7 +48,7 @@ import DataTabs from './DataTabs.vue'
48
48
  import { formatDate } from '@vue2-client/utils/util'
49
49
  import QuestionHistoryAndFavorites from './QuestionHistoryAndFavorites.vue'
50
50
  import { post } from '@vue2-client/services/api'
51
- import { indexedDB } from '@/utils/indexedDB'
51
+ import { indexedDB } from '@vue2-client/utils/indexedDB'
52
52
 
53
53
  export default {
54
54
  name: 'NewDynamicStatistics',