fixed: #863
This commit is contained in:
parent
ae43fd74b7
commit
161b708325
|
@ -19,7 +19,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
const path = process.env.VUE_APP_BASE_API
|
||||
const path = import.meta.env.VITE_BASE_API
|
||||
import { getFileList } from '@/api/fileUploadAndDownload'
|
||||
export default {
|
||||
props: {
|
||||
|
|
Loading…
Reference in New Issue