linwu 7 달 전
부모
커밋
397cd23977
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/linggong/js/index.js

+ 1 - 1
public/linggong/js/index.js

@@ -25,7 +25,7 @@
 $.get('https://linggong.jinjianghc.com/mainapp.php/screen/index', (res) => {
 	init(res.data)
 })
-$.get('http://bd.aggadmin.com/admin/api/odd_job_other', (res) => {
+$.get('https://aggadmin.jucai.gov.cn/admin/api/odd_job_other', (res) => {
 	init_other(res)
 })