Merge branch 'main' of http://172.16.20.1:3000/chenjiancheng/bigScreen into main
This commit is contained in:
		
						commit
						14796f7722
					
				| 
						 | 
				
			
			@ -1,4 +0,0 @@
 | 
			
		|||
#!/bin/sh
 | 
			
		||||
. "$(dirname "$0")/_/husky.sh"
 | 
			
		||||
 | 
			
		||||
npx --no-install commitlint -e $GIT_PARAMS
 | 
			
		||||
| 
						 | 
				
			
			@ -1,4 +0,0 @@
 | 
			
		|||
#!/bin/sh
 | 
			
		||||
. "$(dirname "$0")/_/husky.sh"
 | 
			
		||||
 | 
			
		||||
npx lint-staged
 | 
			
		||||
| 
						 | 
				
			
			@ -1,6 +0,0 @@
 | 
			
		|||
#!/bin/sh
 | 
			
		||||
[[ "$(uname -a)" = *"MINGW64"* ]] && exit 0
 | 
			
		||||
[ -n "$CI" ] && exit 0
 | 
			
		||||
. "$(dirname "$0")/_/husky.sh"
 | 
			
		||||
 | 
			
		||||
exec < /dev/tty && npx git-cz --hook || true
 | 
			
		||||
| 
						 | 
				
			
			@ -477,7 +477,7 @@ onMounted(() => {
 | 
			
		|||
              endTime,
 | 
			
		||||
            },
 | 
			
		||||
            headers: {
 | 
			
		||||
              Authorization: res,
 | 
			
		||||
              y4Authorization: res,
 | 
			
		||||
            },
 | 
			
		||||
          })
 | 
			
		||||
          .then((res1) => {
 | 
			
		||||
| 
						 | 
				
			
			@ -491,7 +491,7 @@ onMounted(() => {
 | 
			
		|||
          .get({
 | 
			
		||||
            url: `/y4_sys/y4/main/callCount`,
 | 
			
		||||
            headers: {
 | 
			
		||||
              Authorization: res,
 | 
			
		||||
              y4Authorization: res,
 | 
			
		||||
            },
 | 
			
		||||
          })
 | 
			
		||||
          .then((res2) => {
 | 
			
		||||
| 
						 | 
				
			
			@ -507,7 +507,7 @@ onMounted(() => {
 | 
			
		|||
          .get({
 | 
			
		||||
            url: '/y4_sys/y4/socialSearch/showStats',
 | 
			
		||||
            headers: {
 | 
			
		||||
              Authorization: res,
 | 
			
		||||
              y4Authorization: res,
 | 
			
		||||
            },
 | 
			
		||||
          })
 | 
			
		||||
          .then((res3) => {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user