Commit 8501ff17 authored by 以墨为白's avatar 以墨为白 🎧

配置调整

parent dc5b234a
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>文件预览</title>
<script src="http://6.1.22.98:9000/web-apps/apps/api/documents/api.js"></script>
</head>
<body>
<div id="placeholder"></div>
</body>
</html>
\ No newline at end of file
......@@ -4,7 +4,7 @@
export const ACCESS_TOKEN = "3ZTOKENFLAG";
export const ACCESS_USER = "3ZUSERFLAG";
export const SESSION_ID = "3ZSESSIONID";
export const HTTP_STATUS = {message: "服务请求失败", code:9004};
export const HTTP_STATUS = { message: "服务请求失败", code: 9004 };
/**
* 邮件系统
......
......@@ -30,7 +30,7 @@ module.exports = {
favicon: path.join('static/img/favicon.ico')
}),
new HtmlWebpackPlugin({
template: path.resolve(__dirname, './onlyoffice.html'),
template: path.resolve(__dirname, './onlyoffice/dev.html'),
filename: 'onlyoffice.html',
inject: 'body',
chunks: ['onlyoffice'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment