From 6bf09b5ad960fd4e657c132f9e451c487aa4d9c7 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期三, 02 八月 2023 10:00:31 +0800 Subject: [PATCH] Merge branch 'feature/v1.1.5接口补充2' into develop --- public/html/zsz_act.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/html/zsz_act.html b/public/html/zsz_act.html index eeb97a5..ae81ba3 100644 --- a/public/html/zsz_act.html +++ b/public/html/zsz_act.html @@ -136,7 +136,7 @@ loading: true, sys: {}, //posturl:"http://dfg.shop.com", - posturl:"http://appapitest.ushopvip.com", + //:"http://appapitest.ushopvip.com", //posturl:"http://dfgapp.ushopvip.com", time:$time.getFullYear()+'-'+($time.getMonth()+1)+'-'+$time.getDate() }, @@ -290,7 +290,7 @@ headers:{ "token":this.getUrlPar("token") }, - url:this.posturl+'/api/Activity/zsz_goods_list', + url:'/api/Activity/zsz_goods_list', type:"post", dataType:"json", data:{ -- Gitblit v1.9.3