addSanfangHetong.vue 237 B

12345678910111213141516171819202122
  1. <template>
  2. <view>
  3. </view>
  4. </template>
  5. <script setup>
  6. import {
  7. ref,
  8. reactive,
  9. nextTick
  10. } from "vue";
  11. import {
  12. onLoad
  13. } from "@dcloudio/uni-app";
  14. import * as httpApi from "@/api/sanfang.js"
  15. </script>
  16. <style>
  17. </style>