Commit bb8a11d4 by licheng

chore: 修改无头浏览器弹窗的地址为动态地址

parent f15d862e
......@@ -7,7 +7,7 @@
<script setup lang="ts">
const openNewWin = function () {
window.open(
'http://localhost/chart',
'/chart', // 直接使用路由地址,域名部分会自动补全,默认为当前系统的域名
'单独窗口',
'height=700,width=1200,top=100,left=200'
)
......
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