NEZ-1422 feat: system--license 开发

This commit is contained in:
@changcode
2021-12-10 18:12:37 +08:00
parent 7200f390c8
commit 64bac4d7e1
13 changed files with 512 additions and 10 deletions

View File

@@ -257,7 +257,7 @@ export default {
upload () {
const form = new FormData()
form.append('file', this.uploadFile.file.raw)
this.$post('/sys/license/upload', form, { 'Content-Type': 'multipart/form-data' }).then(res => {
this.$post('/sys/license/upload', form).then(res => {
if (res.code == 200) {
this.licenseStat()
} else {