Skip to content

Commit

Permalink
fix: 替换地址
Browse files Browse the repository at this point in the history
  • Loading branch information
jianbing.chen committed Aug 4, 2024
1 parent d32c735 commit a4ec72b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions packages/editor/src/config/host.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/editor/src/pages/home/PageList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default function Index() {
<Tooltip title="页面访问">
<SendOutlined
onClick={() => {
window.open(`https://admin.marsview.cc/page/prd/${item.id}`, '_blank');
window.open(`http://admin.marsview.cc/page/prd/${item.id}`, '_blank');
}}
/>
</Tooltip>
Expand Down

0 comments on commit a4ec72b

Please sign in to comment.