This commit is contained in:
xiaozhiyong
2023-02-23 16:08:14 +08:00
parent 2594c97ec2
commit 70d54bcfa5
14 changed files with 515 additions and 447 deletions

View File

@@ -127,7 +127,7 @@ export default {
imgDialog: false,
headers: {
dataSources: "WEB",
Authorization: localStorage.getItem("token"),
Authorization: localStorage.getItem("businessToken"),
JSESSIONID: JSESSIONID,
token: utils.bcrypt(JSESSIONID),
},