修改安全令牌问题

This commit is contained in:
范强强
2023-09-13 14:48:04 +08:00
parent a0d36cc223
commit 13af715642
2 changed files with 18 additions and 5 deletions
+2 -2
View File
@@ -8,14 +8,14 @@
<title><%= htmlWebpackPlugin.options.title %></title>
<!-- onlyOffice服务器地址-->
<!-- <script type="text/javascript" src="http://onlyoffice.sinotruk.com/web-apps/apps/api/documents/api.js"></script>-->
<script type="text/javascript" src="http://47.92.92.38:8103/web-apps/apps/api/documents/api.js"></script>
<script type="text/javascript" src="http://10.10.10.45:80/web-apps/apps/api/documents/api.js"></script>
<!-- 全局配置 -->
<% if (process.env.NODE_ENV === 'development' ) { %>
<script>
window._CONFIG = {
'documentUrl': 'http://39.98.140.126:18888/file/model/task_9ad64b01/task_9ad64b01_top_9ad64b01_node.docx',
// 'callbackUrl': 'http://39.98.140.126:17211/',
'configUrl': 'http://localhost:8081/'
'configUrl': 'http://localhost:8082/'
}
</script>
<% } %>