Browse Source

对接

lihuilin/feature-20251024095243-我的
ZhangYong 4 weeks ago
parent
commit
4a75acb248
  1. 9
      api/deepExploration/deepExploration.js
  2. 2
      api/tcpConnection.js
  3. 3
      pages/deepExploration/MainForceActions.vue

9
api/deepExploration/deepExploration.js

@ -1 +1,10 @@
import { http } from '@/utils/http.js' import { http } from '@/utils/http.js'
//点击主力追踪
export const getModel1 = () => {
return http({
method: 'GET',
url: '/api/coze/trackingFirst',
})
}

2
api/tcpConnection.js

@ -4,7 +4,7 @@
*/ */
// 引用TCP插件 // 引用TCP插件
const TCPSocket = uni.requireNativePlugin('Aimer-TCPPlugin');
// const TCPSocket = uni.requireNativePlugin('Aimer-TCPPlugin');
// TCP连接配置 // TCP连接配置
const TCP_CONFIG = { const TCP_CONFIG = {

3
pages/deepExploration/MainForceActions.vue

@ -733,4 +733,7 @@
width: 100%; width: 100%;
} }
} }
*{
box-sizing: border-box;
}
</style> </style>
Loading…
Cancel
Save