图片上传组件

This commit is contained in:
none
2023-03-03 16:45:43 +08:00
parent 8e0ca6e849
commit e057a355bf
4 changed files with 159 additions and 14 deletions

3
src/js/config.ts Normal file
View File

@@ -0,0 +1,3 @@
export default {
app_url: process.env.REACT_APP_URL,
};