Commit 12fba5f060f807c2cd27549017384601a6c4ed94

Authored by monkeyhouyi
1 parent ce31ca89

导入Islogin

src/views/DisposalSuggestions/index.vue
@@ -201,7 +201,10 @@ export default { @@ -201,7 +201,10 @@ export default {
201 { fullName: "选项一", id: "1" }, 201 { fullName: "选项一", id: "1" },
202 { fullName: "选项二", id: "2" }, 202 { fullName: "选项二", id: "2" },
203 ], 203 ],
204 - uploadHeaders: { Authorization: this.$store.getters.token }, 204 + uploadHeaders: {
  205 + Authorization: this.$store.getters.token,
  206 + IsLogin: true,
  207 + },
205 208
206 HandleFormVisible: false, 209 HandleFormVisible: false,
207 ReportFormVisible: false, 210 ReportFormVisible: false,
src/views/baseComapnyInfo/index.vue
@@ -115,7 +115,10 @@ export default { @@ -115,7 +115,10 @@ export default {
115 exportBtnLoading: false, 115 exportBtnLoading: false,
116 formVisible: false, 116 formVisible: false,
117 exportBoxVisible: false, 117 exportBoxVisible: false,
118 - uploadHeaders: { Authorization: this.$store.getters.token }, 118 + uploadHeaders: {
  119 + Authorization: this.$store.getters.token,
  120 + IsLogin: true,
  121 + },
119 columnList: [ 122 columnList: [
120 { prop: "id", label: "主键" }, 123 { prop: "id", label: "主键" },
121 { prop: "companyName", label: "公司名称" }, 124 { prop: "companyName", label: "公司名称" },
src/views/baseSystemInfo/index.vue
@@ -149,7 +149,10 @@ export default { @@ -149,7 +149,10 @@ export default {
149 data() { 149 data() {
150 return { 150 return {
151 loading: false, 151 loading: false,
152 - uploadHeaders: { Authorization: this.$store.getters.token }, 152 + uploadHeaders: {
  153 + Authorization: this.$store.getters.token,
  154 + IsLogin: true,
  155 + },
153 query: { 156 query: {
154 keyword: "", 157 keyword: "",
155 systemType: "", 158 systemType: "",