Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xxx_phase2_web
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
夏敏伟
xxx_phase2_web
Commits
8501ff17
Commit
8501ff17
authored
Dec 07, 2023
by
以墨为白
🎧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置调整
parent
dc5b234a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
2 deletions
+16
-2
onlyoffice/dev.html
onlyoffice/dev.html
+0
-0
onlyoffice/prod.html
onlyoffice/prod.html
+14
-0
src/constant/user.js
src/constant/user.js
+1
-1
webpack.config.js
webpack.config.js
+1
-1
No files found.
onlyoffice.html
→
onlyoffice
/dev
.html
View file @
8501ff17
File moved
onlyoffice/prod.html
0 → 100644
View file @
8501ff17
<!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
src/constant/user.js
View file @
8501ff17
...
...
@@ -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
};
/**
* 邮件系统
...
...
webpack.config.js
View file @
8501ff17
...
...
@@ -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
'
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment