修复无法创建页面类型模板文件的问题
This commit is contained in:
parent
7d2959b708
commit
58bdd6ff57
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user