Skip to content

Commit 4ef717f

Browse files
author
piexlmax
committed
1 parent 6250635 commit 4ef717f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/chooseImg/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</template>
2020

2121
<script>
22-
const path = process.env.VUE_APP_BASE_API
22+
const path = import.meta.env.VITE_BASE_API
2323
import { getFileList } from '@/api/fileUploadAndDownload'
2424
export default {
2525
props: {

0 commit comments

Comments
 (0)