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
9c3bf5c9
authored
2023-06-07 11:18:05 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:配置修改
1 parent
e883f0e8
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 @
9c3bf5c
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-06-0
2 09:49:22
* @LastEditTime: 2023-06-0
7 11:17:46
-->
<!DOCTYPE html>
<html>
...
...
@@ -31,7 +31,7 @@
business
:
'http://localhost:7001'
}
}
fetch
(
'
<%= BASE_URL %>
config.json'
)
fetch
(
'
./
config.json'
)
.
then
(
response
=>
response
.
json
())
.
then
(
config
=>
{
window
.
config
=
config
...
...
Please
register
or
sign in
to post a comment