Commit 7bea7dd1 by s_guodong

手工拟报bug

parent a31e02e2
...@@ -41,8 +41,8 @@ export default { ...@@ -41,8 +41,8 @@ export default {
pageSize: 10, pageSize: 10,
total: 0, total: 0,
}, },
swifteditorApi:window.swiftBase.Swift_Editor_Api, swifteditorApi:"",
swiftisoeditorApi:window.swiftBase.Swiftiso_Editor_Api, swiftisoeditorApi:"",
}; };
}, },
computed: { computed: {
...@@ -55,6 +55,8 @@ export default { ...@@ -55,6 +55,8 @@ export default {
}, },
methods: {}, methods: {},
mounted: function () { 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> </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