|
@@ -197,12 +197,12 @@
|
|
|
import resourceUpload from './resourceUpload.vue'
|
|
import resourceUpload from './resourceUpload.vue'
|
|
|
import resourceAuditApi from '@/api/resourceAudit.js'
|
|
import resourceAuditApi from '@/api/resourceAudit.js'
|
|
|
import CustomPagination from '@/components/customPagination.vue'
|
|
import CustomPagination from '@/components/customPagination.vue'
|
|
|
- import sysConfig from '@/config/index'
|
|
|
|
|
|
|
+
|
|
|
import tool from '@/utils/tool'
|
|
import tool from '@/utils/tool'
|
|
|
const headers = ref({
|
|
const headers = ref({
|
|
|
token: tool.data.get('TOKEN')
|
|
token: tool.data.get('TOKEN')
|
|
|
})
|
|
})
|
|
|
- const action = ref(sysConfig.API_URL+'/api/webapp/dev/file/uploadMinioReturnId')
|
|
|
|
|
|
|
+ const action = ref('http://127.0.0.1:9003/api/webapp/dev/file/uploadMinioReturnId')
|
|
|
// 数据源
|
|
// 数据源
|
|
|
const dataSource = ref([])
|
|
const dataSource = ref([])
|
|
|
|
|
|