@ -1 +1,10 @@
import { http } from '@/utils/http.js'
//点击主力追踪
export const getModel1 = () => {
return http({
method: 'GET',
url: '/api/coze/trackingFirst',
})
}
@ -4,7 +4,7 @@
*/
// 引用TCP插件
const TCPSocket = uni.requireNativePlugin('Aimer-TCPPlugin');
// const TCPSocket = uni.requireNativePlugin('Aimer-TCPPlugin');
// TCP连接配置
const TCP_CONFIG = {
@ -733,4 +733,7 @@
width: 100%;
*{
box-sizing: border-box;
</style>