api.vue 259 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <template lang="html"> <div class=""> "对于微信支付,支付宝等接口的设置管理; 根据开发文档的API来实现这些支付功能;" </div> </template> <script> export default { } </script> <style lang="css" scoped> </style>