无人机配置、我的代办logo
This commit is contained in:
@ -69,13 +69,13 @@ onMounted(() => {
|
||||
});
|
||||
// 获取我的待办
|
||||
const getWaitingList = () => {
|
||||
pageByTaskWait({ pageNum: 1, pageSize: 10 }).then((resp) => {
|
||||
pageByTaskWait({ pageNum: 1, pageSize: 10, projectId: 0 }).then((resp) => {
|
||||
total.value = resp.total;
|
||||
});
|
||||
};
|
||||
// 获取我的抄送
|
||||
const getChaoList = () => {
|
||||
pageByTaskCopy({ pageNum: 1, pageSize: 10 }).then((resp) => {
|
||||
pageByTaskCopy({ pageNum: 1, pageSize: 10, projectId: 0 }).then((resp) => {
|
||||
totalChao.value = resp.total;
|
||||
});
|
||||
};
|
||||
|
||||
@ -50,8 +50,8 @@ VXETable.config({
|
||||
//本地保存飞机配置
|
||||
import { setLocal } from './utils';
|
||||
setLocal('dockAir', 'http://58.17.134.85:9512');
|
||||
setLocal('aiUrl', 'http://58.17.134.85:9512');
|
||||
setLocal('host', '121.37.237.116');
|
||||
setLocal('aiUrl', 'http://58.17.134.85');
|
||||
setLocal('host', '58.17.134.85');
|
||||
setLocal('rtmpPort', '28451');
|
||||
setLocal('rtcPort', '28453');
|
||||
setLocal('dockSocketUrl', 'ws://58.17.134.85:9512/websocket');
|
||||
|
||||
Reference in New Issue
Block a user