diff --git a/orion-visor-framework/orion-visor-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-api.ts.vm b/orion-visor-framework/orion-visor-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-api.ts.vm index bada0235..e5597b51 100644 --- a/orion-visor-framework/orion-visor-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-api.ts.vm +++ b/orion-visor-framework/orion-visor-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-api.ts.vm @@ -1,5 +1,5 @@ import type { DataGrid, Pagination } from '@/types/global'; -import type { TableData } from '@arco-design/web-vue/es/table/interface'; +import type { TableData } from '@arco-design/web-vue'; import axios from 'axios'; import qs from 'query-string'; diff --git a/orion-visor-framework/orion-visor-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-types-table.columns.ts.vm b/orion-visor-framework/orion-visor-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-types-table.columns.ts.vm index 52974f69..96febf32 100644 --- a/orion-visor-framework/orion-visor-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-types-table.columns.ts.vm +++ b/orion-visor-framework/orion-visor-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-types-table.columns.ts.vm @@ -1,4 +1,4 @@ -import type { TableColumnData } from '@arco-design/web-vue/es/table/interface'; +import type { TableColumnData } from '@arco-design/web-vue'; import { dateFormat } from '@/utils'; const columns = [ diff --git a/orion-visor-ui/src/App.vue b/orion-visor-ui/src/App.vue index c7e9f430..28159b25 100644 --- a/orion-visor-ui/src/App.vue +++ b/orion-visor-ui/src/App.vue @@ -9,10 +9,10 @@