Merge branch 'feature/dsw' of https://git.nianxx.cn/duanshuwen/zn-ai
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
<script setup lang="ts">
|
||||
import { ref, reactive } from "vue";
|
||||
import { useRouter } from "vue-router";
|
||||
// import { login as apiLogin } from "@/renderer/api/login";
|
||||
// import { login as apiLogin } from "@renderer/api/login";
|
||||
import { RiUser3Fill, RiKey2Fill } from '@remixicon/vue'
|
||||
|
||||
const router = useRouter();
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
|
||||
<script setup lang="ts" name="RateContentSection">
|
||||
import { ref } from 'vue'
|
||||
import { commentList } from '@/constant/rate'
|
||||
import Pagination from '@/components/Pagination/index.vue'
|
||||
import { commentList } from '@renderer/constant/rate'
|
||||
import Pagination from '@renderer/components/Pagination/index.vue'
|
||||
import RateFilterSection from '../RateFilterSection/index.vue'
|
||||
import RateListSection from '../RateListSection/index.vue'
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts" name="Rate">
|
||||
import TitleSection from '@/components/TitleSection/index.vue'
|
||||
import TitleSection from '@renderer/components/TitleSection/index.vue'
|
||||
import RatePanelSection from './components/RatePanelSection/index.vue'
|
||||
import RateContentSection from './components/RateContentSection/index.vue'
|
||||
</script>
|
||||
|
||||
@@ -24,6 +24,6 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { RiCheckboxCircleFill } from '@remixicon/vue'
|
||||
import TitleSection from '@/components/TitleSection/index.vue'
|
||||
import TitleSection from '@renderer/components/TitleSection/index.vue'
|
||||
|
||||
</script>
|
||||
@@ -31,6 +31,6 @@
|
||||
<script setup lang="ts">
|
||||
import { channel } from '@constant/channel'
|
||||
import { RiForbidLine } from '@remixicon/vue'
|
||||
import TitleSection from '@/components/TitleSection/index.vue'
|
||||
import TitleSection from '@renderer/components/TitleSection/index.vue'
|
||||
|
||||
</script>
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref, defineEmits } from 'vue'
|
||||
import { systemMenus } from '@/constant/system-config'
|
||||
import { systemMenus } from '@renderer/constant/system-config'
|
||||
|
||||
const currentId = ref(1)
|
||||
|
||||
|
||||
@@ -12,5 +12,5 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import TitleSection from '@/components/TitleSection/index.vue'
|
||||
import TitleSection from '@renderer/components/TitleSection/index.vue'
|
||||
</script>
|
||||
Reference in New Issue
Block a user