2023-04-03 重新打包上传

This commit is contained in:
2023-04-03 11:21:59 +08:00
parent 1d75beab34
commit 590e9d8838
4 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,6 @@
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="xin-launcher" level="project" /> <orderEntry type="library" name="xin-launcher" level="project" />
<orderEntry type="library" name="xin-admin" level="project" />
</component> </component>
</module> </module>

Binary file not shown.

View File

@ -165,7 +165,6 @@
'token': sessionStorage.getItem("token") 'token': sessionStorage.getItem("token")
} }
}).then(function (res) { }).then(function (res) {
console.log(res)
if (res.data.state === "success") { if (res.data.state === "success") {
that.$message.success('修改成功'); that.$message.success('修改成功');
setTimeout(() => { //设置延迟执行 setTimeout(() => { //设置延迟执行