Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
09036fbb
authored
2023-06-07 13:54:38 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:配置修改
1 parent
308cd52a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
public/index.html
public/index.html
View file @
09036fb
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-06-07 1
1:17:46
* @LastEditTime: 2023-06-07 1
3:54:13
-->
<!DOCTYPE html>
<html>
...
...
@@ -31,7 +31,7 @@
business
:
'http://localhost:7001'
}
}
fetch
(
'
.
/config.json'
)
fetch
(
'
/dj
/config.json'
)
.
then
(
response
=>
response
.
json
())
.
then
(
config
=>
{
window
.
config
=
config
...
...
Please
register
or
sign in
to post a comment