变更新文档地址

This commit is contained in:
zhangdaiscott
2023-05-30 09:53:27 +08:00
parent ebc396340e
commit 452132ca38
3 changed files with 2 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ import org.jeecgframework.codegenerate.window.CodeWindow;
*/
public class JeecgOneGUI {
/** 使用手册: http://doc.jeecg.com/2684691 */
/** 使用手册: https://help.jeecg.com/vue3/codegen/gui.html */
public static void main(String[] args) {
new CodeWindow().pack();
}