You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
355 B
16 lines
355 B
{{template "header" }}
|
|
<div id="app" style="width:100%;background: #eef0f6">
|
|
<template>
|
|
<div style="background: #fff;margin: 10px;padding: 10px" id="visitorNums">
|
|
|
|
</div>
|
|
</template>
|
|
|
|
</div>
|
|
</body>
|
|
<script src="/static/js/echarts.min.js?v=1.0.0"></script>
|
|
<script>
|
|
const ACTION="pannel";
|
|
</script>
|
|
{{template "setting_bottom" .}}
|