修改安全令牌问题
This commit is contained in:
+2
-2
@@ -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>
|
||||
<% } %>
|
||||
|
||||
Reference in New Issue
Block a user