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
ac59973e
authored
2023-06-02 09:17:54 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
45fb1e99
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
33 deletions
public/index.html
public/index.html
View file @
ac59973
<!--
* @Description:
* @Description:
* @Autor: renchao
<<<<<<< HEAD
* @LastEditTime: 2023-05-31 16:04:35
=======
<<<<<<< HEAD
* @LastEditTime: 2023-05-30 15:08:51
=======
* @LastEditTime: 2023-05-26 16:57:47
>>>>>>> origin/dev
>>>>>>> bus
-->
<!DOCTYPE html>
<html>
...
...
@@ -26,31 +18,8 @@
</title>
</head>
<script>
<<<<<<<
HEAD
window
.
baseUrl
=
location
.
origin
||
location
.
protocol
+
'//'
+
location
.
host
=======
<<<<<<<
HEAD
window
.
baseUrl
=
location
.
origin
||
location
.
protocol
+
'//'
+
location
.
host
const
authorization
=
"bearer ATT-7-TiYJVcoDnfhNGs160E6MbQ-QA9Ot3Tby"
=======
>>>>>>>
bus
window
.
_config
=
{
// 是否微服务模式,业务系统根据需要读取
cloudEnable
:
false
,
// 是否启用单点登录
casEnable
:
true
,
// cas 基地址
casBaseURL
:
'http://192.168.2.38/cas'
,
services
:
{
// 配置到 contextPath 前一级
management
:
'http://192.168.2.38'
,
business
:
'http://localhost:7001'
}
}
<<<<<<<
HEAD
=======
>>>>>>>
origin
/
dev
>>>>>>>
bus
fetch
(
'<%= BASE_URL %>config.json'
)
.
then
(
response
=>
response
.
json
())
.
then
(
config
=>
{
...
...
@@ -62,4 +31,4 @@
<div
id=
"app"
></div>
</body>
</html>
\ No newline at end of file
</html>
...
...
Please
register
or
sign in
to post a comment