parameter.vue 170 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 <template lang="html"> <div class=""> 对于系统相关的参数设置 </div> </template> <script> export default { } </script> <style lang="css" scoped> </style>