mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-05 23:47:43 +08:00
✨ Feature(server): add http server for uploading images by a http request
port 37766
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user