diff --git a/api/deepExploration/deepExploration.js b/api/deepExploration/deepExploration.js index db2a6ab..96e9cad 100644 --- a/api/deepExploration/deepExploration.js +++ b/api/deepExploration/deepExploration.js @@ -1 +1,10 @@ -import { http } from '@/utils/http.js' \ No newline at end of file +import { http } from '@/utils/http.js' + + +//点击主力追踪 +export const getModel1 = () => { + return http({ + method: 'GET', + url: '/api/coze/trackingFirst', + }) +} \ No newline at end of file diff --git a/api/tcpConnection.js b/api/tcpConnection.js index ffe9d88..67429e0 100644 --- a/api/tcpConnection.js +++ b/api/tcpConnection.js @@ -4,7 +4,7 @@ */ // 引用TCP插件 -const TCPSocket = uni.requireNativePlugin('Aimer-TCPPlugin'); +// const TCPSocket = uni.requireNativePlugin('Aimer-TCPPlugin'); // TCP连接配置 const TCP_CONFIG = { diff --git a/pages/deepExploration/MainForceActions.vue b/pages/deepExploration/MainForceActions.vue index dafe118..6f40650 100644 --- a/pages/deepExploration/MainForceActions.vue +++ b/pages/deepExploration/MainForceActions.vue @@ -733,4 +733,7 @@ width: 100%; } } + *{ + box-sizing: border-box; + } \ No newline at end of file