LaiTool V3.0.4
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { defineStore } from 'pinia'
|
||||
import { MJSetting } from '../model/Setting/mjSetting'
|
||||
|
||||
// 系统相关设置
|
||||
export const useSettingStore = defineStore('setting', {
|
||||
|
||||
@@ -7,6 +7,17 @@ export const useSoftwareStore = defineStore('software', {
|
||||
spinning: false,
|
||||
tip: '加载中...'
|
||||
},
|
||||
backTask: {
|
||||
queryData: {
|
||||
bookId: undefined,
|
||||
bookTaskId: undefined,
|
||||
taskName: undefined,
|
||||
taskType: undefined,
|
||||
taskStatus: undefined,
|
||||
taskErrorMessage: undefined,
|
||||
}, // 查询传递的数据
|
||||
taskData: [], // 后台任务数据
|
||||
},
|
||||
softWare: {
|
||||
theme: 'light', // 系统主题,亮或是暗
|
||||
reverse_display_show: false, // 一键反推界面显示(简单的表格模式还是表格任务模式)
|
||||
|
||||
Reference in New Issue
Block a user