mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-02 03:48:47 +08:00
新增公共jshttp变量
This commit is contained in:
parent
8e332b2f8a
commit
40ff49bd23
@ -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}}';
|
||||
|
@ -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}}';
|
||||
|
Loading…
Reference in New Issue
Block a user