Browse Source

Merge branch 'zhangyong/feature-20251028115958-深度探索' into milestone-20251031-简版功能开发

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

11
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',
})
}

1
api/tcpConnection.js

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

3
pages/deepExploration/MainForceActions.vue

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