mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-10 18:02:55 +00:00
no message
This commit is contained in:
parent
38aa9fe2fb
commit
b259f083d4
@ -41,6 +41,9 @@
|
|||||||
<!--会员详情窗口-->
|
<!--会员详情窗口-->
|
||||||
<UserDetail/>
|
<UserDetail/>
|
||||||
|
|
||||||
|
<!--AI 助理-->
|
||||||
|
<AIAssistant/>
|
||||||
|
|
||||||
<!--返回效果-->
|
<!--返回效果-->
|
||||||
<MobileBack v-if="isFirstPage"/>
|
<MobileBack v-if="isFirstPage"/>
|
||||||
|
|
||||||
@ -99,7 +102,7 @@ import DropdownMenu from "./components/DropdownMenu";
|
|||||||
import {ctrlPressed} from "./mixins/ctrlPressed";
|
import {ctrlPressed} from "./mixins/ctrlPressed";
|
||||||
import {mapState} from "vuex";
|
import {mapState} from "vuex";
|
||||||
import emitter from "./store/events";
|
import emitter from "./store/events";
|
||||||
import SearchBox from "./components/SearchBox.vue";
|
import AIAssistant from "./components/AIAssistant.vue";
|
||||||
import UserDetail from "./pages/manage/components/UserDetail.vue";
|
import UserDetail from "./pages/manage/components/UserDetail.vue";
|
||||||
import {languageName} from "./language";
|
import {languageName} from "./language";
|
||||||
|
|
||||||
@ -107,7 +110,7 @@ export default {
|
|||||||
mixins: [ctrlPressed],
|
mixins: [ctrlPressed],
|
||||||
|
|
||||||
components: {
|
components: {
|
||||||
SearchBox,
|
AIAssistant,
|
||||||
UserDetail,
|
UserDetail,
|
||||||
MobileBack,
|
MobileBack,
|
||||||
MobileNotification,
|
MobileNotification,
|
||||||
|
|||||||
@ -347,9 +347,6 @@
|
|||||||
<!--搜索框-->
|
<!--搜索框-->
|
||||||
<SearchBox ref="searchBox"/>
|
<SearchBox ref="searchBox"/>
|
||||||
|
|
||||||
<!--AI 助理-->
|
|
||||||
<AIAssistant/>
|
|
||||||
|
|
||||||
<!--工作报告-->
|
<!--工作报告-->
|
||||||
<DrawerOverlay
|
<DrawerOverlay
|
||||||
v-model="workReportShow"
|
v-model="workReportShow"
|
||||||
@ -454,7 +451,6 @@ import ApproveDetails from "./manage/approve/details.vue";
|
|||||||
import notificationKoro from "notification-koro1";
|
import notificationKoro from "notification-koro1";
|
||||||
import emitter from "../store/events";
|
import emitter from "../store/events";
|
||||||
import SearchBox from "../components/SearchBox.vue";
|
import SearchBox from "../components/SearchBox.vue";
|
||||||
import AIAssistant from "../components/AIAssistant.vue";
|
|
||||||
import transformEmojiToHtml from "../utils/emoji";
|
import transformEmojiToHtml from "../utils/emoji";
|
||||||
import {languageName} from "../language";
|
import {languageName} from "../language";
|
||||||
import {AINormalizeJsonContent, PROJECT_AI_SYSTEM_PROMPT, withLanguagePreferencePrompt} from "../utils/ai";
|
import {AINormalizeJsonContent, PROJECT_AI_SYSTEM_PROMPT, withLanguagePreferencePrompt} from "../utils/ai";
|
||||||
@ -464,7 +460,6 @@ export default {
|
|||||||
components: {
|
components: {
|
||||||
Approve,
|
Approve,
|
||||||
SearchBox,
|
SearchBox,
|
||||||
AIAssistant,
|
|
||||||
ApproveDetails,
|
ApproveDetails,
|
||||||
ImgUpload,
|
ImgUpload,
|
||||||
UserSelect,
|
UserSelect,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user