Feature(server): add http server for uploading images by a http request

port 37766
This commit is contained in:
Molunerfinn
2019-12-31 23:50:19 +08:00
parent 3fd95725cf
commit c56d4efa79
13 changed files with 558 additions and 54 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -29,7 +29,7 @@ import path from 'path'
mixins: [mixin]
})
export default class extends Vue {
logo = path.join(process.env.BASE_URL as string, 'squareLogo.png')
logo = require('../assets/squareLogo.png')
dragover = false
progress = 0
showProgress = false