소스 검색

公众号列表

nieyuge 2 주 전
부모
커밋
01cdd72e1c
3개의 변경된 파일41개의 추가작업 그리고 8개의 파일을 삭제
  1. 4 0
      src/assets/images/success-check.svg
  2. 1 0
      src/http/api.ts
  3. 36 8
      src/views/cooperationAccount/gzh/index.tsx

+ 4 - 0
src/assets/images/success-check.svg

@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="140" height="140" viewBox="0 0 140 140">
+  <circle cx="70" cy="70" r="70" fill="#2ECC71"/>
+  <path d="M60 85.7L40.3 66l-5.7 5.7 25.4 25.4 54.7-54.7-5.7-5.7z" fill="white"/>
+</svg>

+ 1 - 0
src/http/api.ts

@@ -27,3 +27,4 @@ export const getAgencyInfo = `${import.meta.env.VITE_API_URL}/ad/platform/user/g
 export const accountGetContentType = `${import.meta.env.VITE_API_URL}/contentPlatform/cooperateAccount/gzh/getContentType`
 export const accountGetAuthQrCode = `${import.meta.env.VITE_API_URL}/contentPlatform/cooperateAccount/gzh/getAuthQrCode`
 export const accountGetAuthResult = `${import.meta.env.VITE_API_URL}/contentPlatform/cooperateAccount/gzh/getAuthResult`
+export const accountList = `${import.meta.env.VITE_API_URL}/contentPlatform/cooperateAccount/gzh/list`

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 36 - 8
src/views/cooperationAccount/gzh/index.tsx


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.