File tree Expand file tree Collapse file tree 8 files changed +12
-9
lines changed
Expand file tree Collapse file tree 8 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1616 "@codemirror/lang-json" : " ^6.0.1" ,
1717 "@codemirror/lang-python" : " ^6.2.1" ,
1818 "@codemirror/theme-one-dark" : " ^6.1.2" ,
19+ "@logicflow/core" : " ^2.0.15" ,
20+ "@logicflow/extension" : " ^2.0.20" ,
1921 "@vavt/cm-extension" : " ^1.9.1" ,
2022 "@wecom/jssdk" : " ^2.3.1" ,
2123 "axios" : " ^1.8.4" ,
2224 "cropperjs" : " ^2.0.0-rc.2" ,
2325 "dingtalk-jsapi" : " ^3.1.0" ,
2426 "element-plus" : " ^2.9.10" ,
27+ "file-saver" : " ^2.0.5" ,
2528 "highlight.js" : " ^11.11.1" ,
2629 "katex" : " ^0.16.22" ,
2730 "md-editor-v3" : " ^5.6.1" ,
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ import { ref } from 'vue'
8787import type { ResetCurrentUserPasswordRequest } from ' @/api/type/user'
8888import type { FormInstance , FormRules } from ' element-plus'
8989import { MsgSuccess } from ' @/utils/message'
90- import UserApi from ' @/api/user'
90+ import UserApi from ' @/api/user/user '
9191import useStore from ' @/stores'
9292import { useRouter } from ' vue-router'
9393import { t } from ' @/locales'
Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ export const routes: Array<RouteRecordRaw> = [
3030 component : ( ) => import ( '@/views/login/index.vue' ) ,
3131 } ,
3232 {
33- path : '/forget_password ' ,
34- name : 'ForgetPassword ' ,
35- component : ( ) => import ( '@/views/login/ForgetPassword .vue' ) ,
33+ path : '/forgot_password ' ,
34+ name : 'ForgotPassword ' ,
35+ component : ( ) => import ( '@/views/login/ForgotPassword .vue' ) ,
3636 } ,
3737 {
3838 path : '/reset_password/:code/:email' ,
Original file line number Diff line number Diff line change 11import { defineStore } from 'pinia'
22import { DeviceType , ValidType } from '@/enums/common'
33// import type { Ref } from 'vue'
4- // import userApi from '@/api/user'
4+ // import userApi from '@/api/user/user '
55
66export interface commonTypes {
77 breadcrumb : any
Original file line number Diff line number Diff line change 3535<script setup lang="ts">
3636import { ref } from ' vue'
3737import type { FormField } from ' @/components/dynamics-form/type'
38- import modelAPi from ' @/api/model'
38+ import modelAPi from ' @/api/model/model '
3939import applicationApi from ' @/api/application/application'
4040import DynamicsForm from ' @/components/dynamics-form/index.vue'
4141const model_form_field = ref <Array <FormField >>([])
Original file line number Diff line number Diff line change 4343<script setup lang="ts">
4444import { ref } from ' vue'
4545import type { FormField } from ' @/components/dynamics-form/type'
46- import modelAPi from ' @/api/model'
46+ import modelAPi from ' @/api/model/model '
4747import applicationApi from ' @/api/application/application'
4848import DynamicsForm from ' @/components/dynamics-form/index.vue'
4949import { keys } from ' lodash'
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ import type { ResetPasswordRequest } from '@/api/type/user'
5959import { useRouter , useRoute } from ' vue-router'
6060import { MsgSuccess } from ' @/utils/message'
6161import type { FormInstance , FormRules } from ' element-plus'
62- import UserApi from ' @/api/user'
62+ import UserApi from ' @/api/user/user '
6363import { t } from ' @/locales'
6464const router = useRouter ()
6565const route = useRoute ()
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import AppEdge from './common/edge'
1111import Control from ' ./common/NodeControl.vue'
1212import { baseNodes } from ' @/workflow/common/data'
1313import ' @logicflow/extension/lib/style/index.css'
14- import ' @logicflow/core/dist/style/ index.css'
14+ import ' @logicflow/core/dist/index.css'
1515import { initDefaultShortcut } from ' @/workflow/common/shortcut'
1616import Dagre from ' @/workflow/plugins/dagre'
1717import { getTeleport } from ' @/workflow/common/teleport'
You can’t perform that action at this time.
0 commit comments