qdt-admin-layout 1.1.46 → 1.1.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qdt-admin-layout",
3
- "version": "1.1.46",
3
+ "version": "1.1.47",
4
4
  "description": "基于element-ui的后台管理layout的管家婆改版",
5
5
  "main": "src/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -177,8 +177,8 @@ export default {
177
177
  methods: {
178
178
  handleLargeScreen() {
179
179
  let { token } = this.$store.state.user;
180
-
181
- window.open(`https://expectykxwebapi.ezhisoft.com:8088/?token=${token}`, "_blank");
180
+ let cmpname = this.$store.state.user.cmpname;
181
+ window.open(`https://yzkxwebapi.ezhisoft.com/?token=${token}&cmpname=${cmpname}`, "_blank");
182
182
  },
183
183
  showDownloadPopover() {
184
184
  // 通过 ref 获取弹框实例并显示