Merge branch 'master' of http://git.luyuan.tk/luyuan/beelink into zj

This commit is contained in:
asd
2020-10-15 15:45:23 +08:00
8 changed files with 97 additions and 74 deletions

View File

@@ -276,7 +276,7 @@ import { uploadflie } from "@/utils/vod"
import store from '@/store';
import smile from "@/static/images/smile.png"
import smilet from "@/static/images/smilet.png"
import { getarchives, getlanguages } from "@/api/index"
import { getarchives, getlanguages, putmember } from "@/api/index"
export default defineComponent({
name: "Archives",
@@ -433,6 +433,9 @@ export default defineComponent({
*/
function submitInfo (): void {
console.log(toRaw(formData.value));
putmember(toRaw(formData.value)).then((res) => {
console.log(res)
})
}