qdt-admin-layout 1.1.45 → 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.45",
3
+ "version": "1.1.47",
4
4
  "description": "基于element-ui的后台管理layout的管家婆改版",
5
5
  "main": "src/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -66,6 +66,7 @@ export default {
66
66
  title="大屏可视化"
67
67
  class="user-dropdown-reference"
68
68
  on-click={() => this.handleLargeScreen()}
69
+ id="largeScreenTrigger"
69
70
  >
70
71
  <span class="username">大屏可视化</span>
71
72
  <i class="el-icon-monitor username" />
@@ -176,8 +177,8 @@ export default {
176
177
  methods: {
177
178
  handleLargeScreen() {
178
179
  let { token } = this.$store.state.user;
179
-
180
- 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");
181
182
  },
182
183
  showDownloadPopover() {
183
184
  // 通过 ref 获取弹框实例并显示