fix export bug
This commit is contained in:
parent
724a2d60a3
commit
a50060f25f
@ -50,7 +50,7 @@
|
||||
<script>
|
||||
import { ref, reactive, onMounted, onBeforeUnmount } from 'vue'
|
||||
import { useRouter, useRoute } from 'vue-router'
|
||||
import apiClient from '../services/api'
|
||||
import { apiClient } from '../services/api'
|
||||
|
||||
export default {
|
||||
name: 'CommunityRequest',
|
||||
|
||||
@ -176,7 +176,7 @@
|
||||
<script>
|
||||
import axios from 'axios';
|
||||
import * as echarts from 'echarts';
|
||||
import apiClient from '../services/api'
|
||||
import { apiClient } from '../services/api'
|
||||
|
||||
export default {
|
||||
name: 'Dashboard',
|
||||
|
||||
@ -73,7 +73,7 @@
|
||||
|
||||
<script>
|
||||
import { ref, onMounted, onBeforeUnmount } from 'vue'
|
||||
import apiClient from '../services/api'
|
||||
import { apiClient } from '../services/api'
|
||||
|
||||
export default {
|
||||
name: 'ImageRecognition',
|
||||
|
||||
@ -143,7 +143,7 @@
|
||||
|
||||
<script>
|
||||
import { ref, onMounted, onBeforeUnmount, watch } from 'vue'
|
||||
import apiClient from '../services/api'
|
||||
import { apiClient } from '../services/api'
|
||||
|
||||
export default {
|
||||
name: 'SystemHealth',
|
||||
|
||||
@ -105,4 +105,5 @@ const api = {
|
||||
}
|
||||
}
|
||||
|
||||
export default api
|
||||
export default api
|
||||
export { apiClient }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user