feat:FOTON release
This commit is contained in:
@@ -18,7 +18,6 @@
|
|||||||
<div id="iframeEditor"></div>
|
<div id="iframeEditor"></div>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
import { baseUrl } from '@/sysConfig'
|
|
||||||
|
|
||||||
// var preview = GetQueryValue('preview')
|
// var preview = GetQueryValue('preview')
|
||||||
// var vm = new Vue({
|
// var vm = new Vue({
|
||||||
@@ -107,7 +106,7 @@
|
|||||||
"documentType": documentType,
|
"documentType": documentType,
|
||||||
"editorConfig": {
|
"editorConfig": {
|
||||||
// 此处配置回调地址
|
// 此处配置回调地址
|
||||||
"callbackUrl": baseUrl+`/api/att/attFile/recieveFile?fileNm=${fileName}&standNo=${filePath}`,
|
"callbackUrl": `http://10.100.5.116:4202/api/att/attFile/recieveFile?fileNm=${fileName}&standNo=${filePath}`,
|
||||||
"mode":"edit",
|
"mode":"edit",
|
||||||
"lang":"zh-CN",
|
"lang":"zh-CN",
|
||||||
// "customization": {
|
// "customization": {
|
||||||
|
|||||||
Reference in New Issue
Block a user