mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-04-24 12:04:31 +08:00
手机端视频生成页面调整完成
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { defineStore } from 'pinia'
|
||||
import { ref, computed } from 'vue'
|
||||
import { closeLoading, showLoading, showMessageError, showMessageOK } from '@/utils/dialog'
|
||||
import { httpGet, httpPost } from '@/utils/http'
|
||||
import { showMessageError, showMessageOK, showLoading, closeLoading } from '@/utils/dialog'
|
||||
import { defineStore } from 'pinia'
|
||||
import { showConfirmDialog } from 'vant'
|
||||
import { computed, ref } from 'vue'
|
||||
|
||||
export const useJimengStore = defineStore('mobile-jimeng', () => {
|
||||
// 响应式数据
|
||||
@@ -209,7 +209,7 @@ export const useJimengStore = defineStore('mobile-jimeng', () => {
|
||||
}
|
||||
listLoading.value = true
|
||||
|
||||
return httpGet('/api/jimeng/list', { page: page.value, page_size: pageSize.value })
|
||||
return httpPost('/api/jimeng/jobs', { page: page.value, page_size: pageSize.value })
|
||||
.then((res) => {
|
||||
total.value = res.data.total
|
||||
let needPull = false
|
||||
|
||||
Reference in New Issue
Block a user