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

port 37766
This commit is contained in:
Molunerfinn
2019-12-31 23:51:31 +08:00
parent 3fd95725cf
commit c56d4efa79
13 changed files with 558 additions and 54 deletions
+1 -1
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