echart引用改成引用本地文件
This commit is contained in:
parent
cbd83e10d0
commit
f6e29416f0
@ -124,7 +124,7 @@ fieldset.layui-field-title {
|
|||||||
|
|
||||||
<!-- 脚本 -->
|
<!-- 脚本 -->
|
||||||
{block name="script"}
|
{block name="script"}
|
||||||
<script src="https://cdn.staticfile.org/echarts/5.3.0/echarts.min.js"></script>
|
<script src="{__GOUGU__}/third_party/echart/echarts.min.js"></script>
|
||||||
<script src="{__GOUGU__}/third_party/echart/china.js"></script>
|
<script src="{__GOUGU__}/third_party/echart/china.js"></script>
|
||||||
<script>
|
<script>
|
||||||
const moduleInit = ['tool'];
|
const moduleInit = ['tool'];
|
||||||
|
@ -307,7 +307,7 @@
|
|||||||
|
|
||||||
<!-- 脚本 -->
|
<!-- 脚本 -->
|
||||||
{block name="script"}
|
{block name="script"}
|
||||||
<script src="https://cdn.staticfile.org/echarts/5.3.0/echarts.min.js"></script>
|
<script src="{__GOUGU__}/third_party/echart/echarts.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
const moduleInit = ['tool','oaSchedule'];
|
const moduleInit = ['tool','oaSchedule'];
|
||||||
function gouguInit() {
|
function gouguInit() {
|
||||||
|
@ -123,7 +123,7 @@
|
|||||||
|
|
||||||
<!-- 脚本 -->
|
<!-- 脚本 -->
|
||||||
{block name="script"}
|
{block name="script"}
|
||||||
<script src="https://cdn.staticfile.org/echarts/5.3.0/echarts.min.js"></script>
|
<script src="{__GOUGU__}/third_party/echart/echarts.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
var project_id = '{$detail.id}';
|
var project_id = '{$detail.id}';
|
||||||
var project_start_time = '{$detail.start_time| date="Y-m-d"}';
|
var project_start_time = '{$detail.start_time| date="Y-m-d"}';
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<div class="info-tips">哎呀!登录失败</div>
|
<div class="info-tips">哎呀!登录失败</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
© 2022 gougucms.com Apache-2.0 license,Powered by 勾股OA
|
© 2022 gougucms.com GPL-3.0 license,Powered by 勾股OA
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<div class="info-tips">哎呀!禁止访问</div>
|
<div class="info-tips">哎呀!禁止访问</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
© 2022 gougucms.com Apache-2.0 license,Powered by 勾股OA
|
© 2022 gougucms.com GPL-3.0 license,Powered by 勾股OA
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<div class="info-tips">哎呀!找不到页面</div>
|
<div class="info-tips">哎呀!找不到页面</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
© 2022 gougucms.com Apache-2.0 license,Powered by 勾股OA
|
© 2022 gougucms.com GPL-3.0 license,Powered by 勾股OA
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<div class="info-tips">哎呀!无权限访问</div>
|
<div class="info-tips">哎呀!无权限访问</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
© 2022 gougucms.com GPL-2.0 license,Powered by 勾股OA
|
© 2022 gougucms.com GPL-3.0 license,Powered by 勾股OA
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<div class="info-tips">哎呀!找不到相关记录</div>
|
<div class="info-tips">哎呀!找不到相关记录</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
© 2022 gougucms.com GPL-2.0 license,Powered by 勾股OA
|
© 2022 gougucms.com GPL-3.0 license,Powered by 勾股OA
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<div class="info-tips">哎呀!页面错误</div>
|
<div class="info-tips">哎呀!页面错误</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
© 2022 gougucms.com Apache-2.0 license,Powered by 勾股OA
|
© 2022 gougucms.com GPL-3.0 license,Powered by 勾股OA
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user