qdt-admin-layout 1.1.49 → 1.1.50

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.49",
3
+ "version": "1.1.50",
4
4
  "description": "基于element-ui的后台管理layout的管家婆改版",
5
5
  "main": "src/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -179,7 +179,7 @@ export default {
179
179
  handleLargeScreen() {
180
180
  let { token } = this.$store.state.user;
181
181
  let cmpname = this.$store.state.user.cmpname;
182
- window.open(`${headerGetters.apiPrefix}/?token=${token}&cmpname=${cmpname}`, "_blank");
182
+ window.open(`https://expectykxwebapi.ezhisoft.com:8088/?token=${token}&cmpname=${cmpname}`, "_blank");
183
183
  },
184
184
  showDownloadPopover() {
185
185
  // 通过 ref 获取弹框实例并显示