|
|
|
@ -166,7 +166,7 @@ const queryParams = reactive<QueryParams>({
|
|
|
|
const queryFormRef = ref() // 搜索的表单
|
|
|
|
const queryFormRef = ref() // 搜索的表单
|
|
|
|
const exportLoading = ref(false) // 导出的加载中
|
|
|
|
const exportLoading = ref(false) // 导出的加载中
|
|
|
|
const clientHostStorageKey = 'hiprint-client-host'
|
|
|
|
const clientHostStorageKey = 'hiprint-client-host'
|
|
|
|
const defaultClientHost = 'http://localhost:17521'
|
|
|
|
const defaultClientHost = 'http://127.0.0.1:17521'
|
|
|
|
let hiprintInited = false
|
|
|
|
let hiprintInited = false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|