linwu 3 月之前
父節點
當前提交
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)
 })