Skip to content

Commit

Permalink
[Improvement][ui] improving to find current version identifier(#15815
Browse files Browse the repository at this point in the history
  • Loading branch information
pusl6 committed May 15, 2024
1 parent a188699 commit 1e7b930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

import { axios } from '@/service/service'
import { PluginTypeReq, IPluginId } from './types'
import { UserIdReq } from "@/service/modules/projects/types";

export function queryUiPluginsByType(params: PluginTypeReq): any {
return axios({
Expand Down
7 changes: 2 additions & 5 deletions dolphinscheduler-ui/src/views/about/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@
*/

import { useI18n } from 'vue-i18n'
import {defineComponent, getCurrentInstance, onMounted, ref, toRefs} from 'vue'
import { defineComponent, onMounted, ref} from 'vue'
import Card from '@/components/card'
import { NSelect, NSpace, NSwitch } from 'naive-ui'
import { useUserStore } from '@/store/user/user'
import { NSpace } from 'naive-ui'
import { queryProductInfo } from '@/service/modules/ui-plugins'
import {UserInfoRes} from "@/service/modules/users/types";

const userStore = useUserStore()
const about = defineComponent({
name: 'about',
setup() {
Expand Down

0 comments on commit 1e7b930

Please sign in to comment.