Commit 8af6db58 authored by xnx3's avatar xnx3
Browse files

网站管理后台,common.js 增加资源跟路径设置,以便网市场项目局域网无网络状态的部署使用

No related merge requests found
Showing with 4 additions and 0 deletions
+4 -0
......@@ -169,6 +169,10 @@ var autoAssignDomain = '${autoAssignDomain }';
</div>
</div>
<!-- commonedit.js 需要的变量 -->
<script>
var resBasePath = '${STATIC_RESOURCE_PATH}';
</script>
<script src="/js/admin/commonedit.js?v=<%=G.VERSION %>"></script>
<script src="/js/admin/indexedit.js"></script>
<script>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment