修改了编辑框1114444

This commit is contained in:
wucongxing8150 2025-08-13 17:16:12 +08:00
parent 220781f044
commit d8651570a3

View File

@ -53,11 +53,20 @@
const ueditorBasePath = computed(() => {
if (isProduction.value) {
// 线UEditorPlus
return '/admin/web/UEditorPlus/'
}
//
return '/UEditorPlus/'
})
//
console.log('UEditor环境配置:', {
apiBase: apiBase.value,
isProduction: isProduction.value,
ueditorBasePath: ueditorBasePath.value
})
const props = defineProps({
//
modelValue: {