1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 08:19:15 +08:00

fix: 修改 Supervisor 文档跳转路径 (#3321)

This commit is contained in:
ssongliu 2023-12-14 12:42:11 +08:00 committed by GitHub
parent 360cdf3f77
commit e8d3b5fe93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ const setting = () => {
}; };
const toDoc = async () => { const toDoc = async () => {
window.open('https://1panel.cn/docs/user_manual/hosts/supervisor/', '_blank', 'noopener,noreferrer'); window.open('https://1panel.cn/docs/user_manual/toolbox/supervisor/', '_blank', 'noopener,noreferrer');
}; };
const init = async () => { const init = async () => {