修复无法创建页面类型模板文件的问题

This commit is contained in:
jingrow 2025-10-28 01:41:50 +08:00
parent 7d2959b708
commit 58bdd6ff57

View File

@ -212,7 +212,7 @@ async function handleSubmit() {
submitting.value = true
try {
const base = (import.meta as any).env.VITE_JINGROW_SERVER_URL || ''
const res = await axios.post(`${base}/dev/create-pagetype-template`, {
const res = await axios.post(`${base}/jingrow/dev/create-pagetype-template`, {
pagetype: form.value.pagetype,
app: appName.value,
module: moduleName.value,