新增公共jshttp变量

This commit is contained in:
gongfuxiang 2022-03-19 22:56:50 +08:00
parent 8e332b2f8a
commit 40ff49bd23
2 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@
</head>
<script type="text/javascript">
var __root__ = '{{$public_host}}';
var __my_http__ = '{{$my_http}}';
var __my_url__ = '{{$my_url}}';
var __my_public_url__ = '{{$my_public_url}}';
var __public__ = '{{$public_host}}';

View File

@ -63,6 +63,7 @@
<script type="text/javascript">
var __root__ = '{{$public_host}}';
var __my_http__ = '{{$my_http}}';
var __my_url__ = '{{$my_url}}';
var __my_public_url__ = '{{$my_public_url}}';
var __public__ = '{{$public_host}}';