From 0e97bf08fb464833653d2ad03e798c45f64a295e Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Mon, 27 Feb 2023 17:44:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B914?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/controller/Index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/admin/controller/Index.php b/app/admin/controller/Index.php index 1edf90a..9248c37 100644 --- a/app/admin/controller/Index.php +++ b/app/admin/controller/Index.php @@ -48,7 +48,7 @@ class Index extends BaseController $street_id=Db::table('fa_szxc_information_useraddress')->where('admin_id',$this->adminInfo['id'])->value('street_id'); $street_name=Db::table('fa_geo_street')->where('street_code',$street_id)->value('street_name'); if ($this->adminInfo['group_access']==4){ - $urls="http://zhen.lihaink.cn?street_id=$street_id"."&street_name=".$street_name; + $urls="http://zhen.lihaink.cn/#/?street_id=$street_id"."&street_name=".$street_name; return <<