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
|
@@ -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://
|
|
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 获取弹框实例并显示
|