Sfoglia il codice sorgente

fix 接口地址更改

459242451@qq.com 2 anni fa
parent
commit
ccb6f428be
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/api/resource.ts

+ 2 - 2
src/api/resource.ts

@@ -165,8 +165,8 @@ export const getAllvideoDevice = () => {
 
 export const getDHUserToken = () => {
   return request<DHUserResponse>('GET', {
-    // url: `zhdd/dh/getVideoToken`,
-    url: `zhdd/dh/test/getVideoToken`,
+    url: `zhdd/dh/getVideoToken`,
+    // url: `zhdd/dh/test/getVideoToken`,
   });
 };