去掉接口token

This commit is contained in:
zhouyanli
2026-04-27 15:27:32 +08:00
parent 855bb47ec7
commit 5936da5547
10 changed files with 16 additions and 18 deletions

View File

@@ -73,7 +73,7 @@
<script setup>
import { ref, onMounted } from 'vue'
import { onLoad, onShow } from '@dcloudio/uni-app'
import {getNoticeDetails} from '../api/api.js'
// import {getNoticeDetails} from '../api/api.js'
const isLoading = ref(false)
const noticeDetail = ref({})