Commit 7bea7dd1 by s_guodong

手工拟报bug

parent a31e02e2
......@@ -41,8 +41,8 @@ export default {
pageSize: 10,
total: 0,
},
swifteditorApi:window.swiftBase.Swift_Editor_Api,
swiftisoeditorApi:window.swiftBase.Swiftiso_Editor_Api,
swifteditorApi:"",
swiftisoeditorApi:"",
};
},
computed: {
......@@ -55,6 +55,8 @@ export default {
},
methods: {},
mounted: function () {
this.swifteditorApi = window.swiftBase.Swift_Editor_Api + "?" +sessionStorage.getItem("j_username");
this.swiftisoeditorApi = window.swiftBase.Swiftiso_Editor_Api + "?" +sessionStorage.getItem("j_username");
},
};
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment