diff --git a/src/api-services/apis/sys-showlist-api.ts b/src/api-services/apis/sys-showlist-api.ts index f7b3228..1be39ed 100644 --- a/src/api-services/apis/sys-showlist-api.ts +++ b/src/api-services/apis/sys-showlist-api.ts @@ -426,7 +426,7 @@ export const SysShowListApiAxiosParamCreator = function (configuration?: Configu * @throws {RequiredError} */ apiSysagv1UpdatePost: async (address: string, value: number, options: AxiosRequestConfig = {}): Promise => { - const localVarPath = `/AGV/AGV1WriteBoolType?address={address}&value={value}` + const localVarPath = `/AGV/AGV1WriteByteType?address={address}&value={value}` .replace(`{${"address"}}`, encodeURIComponent(String(address))) .replace(`{${"value"}}`, encodeURIComponent(String(value))) // use dummy base URL string because the URL constructor only accepts absolute URLs. @@ -563,7 +563,7 @@ export const SysShowListApiAxiosParamCreator = function (configuration?: Configu * @throws {RequiredError} */ apiAGV2Buttonpost: async (address: string, value: number, options: AxiosRequestConfig = {}): Promise => { - const localVarPath = `/AGV/AGV1WriteBoolType?address={address}&value={value}` + const localVarPath = `/AGV/AGV2WriteBoolType?address={address}&value={value}` .replace(`{${"address"}}`, encodeURIComponent(String(address))) .replace(`{${"value"}}`, encodeURIComponent(String(value))) // use dummy base URL string because the URL constructor only accepts absolute URLs. @@ -609,7 +609,7 @@ export const SysShowListApiAxiosParamCreator = function (configuration?: Configu * @throws {RequiredError} */ apiSysagv2UpdatePost: async (address: string, value: number, options: AxiosRequestConfig = {}): Promise => { - const localVarPath = `/AGV/AGV2WriteBoolType?address={address}&value={value}` + const localVarPath = `/AGV/AGV2WriteByteType?address={address}&value={value}` .replace(`{${"address"}}`, encodeURIComponent(String(address))) .replace(`{${"value"}}`, encodeURIComponent(String(value))) // use dummy base URL string because the URL constructor only accepts absolute URLs. diff --git a/src/views/platformList/controlButton/index.vue b/src/views/platformList/controlButton/index.vue index 2a856b1..27bc2db 100644 --- a/src/views/platformList/controlButton/index.vue +++ b/src/views/platformList/controlButton/index.vue @@ -91,7 +91,7 @@ - + @@ -100,7 +100,7 @@ - + @@ -156,34 +156,34 @@ - AGV整体顺时针旋转 - AGV整体逆时针旋转 - AGV整体向前行走 - AGV整体向后行走 - AGV整体向左行走 - AGV整体向右行走 @@ -191,17 +191,17 @@ - AGV取放姿态调准 - AGV左右对齐 - AGV手动停止 @@ -211,64 +211,64 @@ - 滑轨伸出 - 滑轨缩回 - 滑轨停止 - 滑轨伺服回零 - 滑轨伺服定位 - 升降机构上升 - 升降机构下降 - 升降机构停止 - 支撑杆伸出 - 支撑杆缩回 - 支撑杆停止 @@ -493,7 +493,7 @@ - + @@ -502,7 +502,7 @@ - + @@ -557,34 +557,34 @@ - AGV整体顺时针旋转 - AGV整体逆时针旋转 - AGV整体向前行走 - AGV整体向后行走 - AGV整体向左行走 - AGV整体向右行走 @@ -592,17 +592,17 @@ - AGV取放姿态调准 - AGV左右对齐 - AGV手动停止 @@ -612,64 +612,64 @@ - 滑轨伸出 - 滑轨缩回 - 滑轨停止 - 滑轨伺服回零 - 滑轨伺服定位 - 升降机构上升 - 升降机构下降 - 升降机构停止 - 支撑杆伸出 - 支撑杆缩回 - 支撑杆停止