wip(semantic):调整模板文件内容

This commit is contained in:
zhengxinonly
2021-09-09 02:49:55 +08:00
parent 7505e4552b
commit 733286b090
25 changed files with 567 additions and 645 deletions
+4 -2
View File
@@ -34,7 +34,7 @@
<input type="text" hidden value="{{ current_user.id }}" id="user_id">
</div>
</div>
</body>
{% include 'admin/common/footer.html' %}
<script type="module">
import { USER_API } from '/static/api/http.js'
@@ -126,4 +126,6 @@
})
})
})
</script>
</script>
</body>
</html>