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
c79e188b
authored
2023-05-06 10:04:29 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:测试
1 parent
53c2556c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
public/index.html
public/index.html
View file @
c79e188
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-0
5 10:00:05
* @LastEditTime: 2023-05-0
6 10:03:44
-->
<!DOCTYPE html>
<html>
...
...
@@ -22,21 +22,17 @@
.
then
(
response
=>
response
.
json
())
.
then
(
config
=>
{
window
.
config
=
config
console
.
log
(
11111111111111
);
console
.
log
(
window
.
config
,
'1111111111111111111111'
);
});
</script>
<body>
<div
id=
"app"
></div>
<!-- built files will be auto injected -->
</body>
</html>
<script>
window
.
baseUrl
=
location
.
origin
||
location
.
protocol
+
'//'
+
location
.
host
// window.authorization = 'bearer AT-14-h4UlUGjPvgmrIgnDO-3QgMP0m4YJGQTR';
// window.authorization = 'bearer AT-223-c-Q86EHx75m7ig3EDf-SwMWl4U0AKn0b';
window
.
timeout
=
5000
window
.
authorization
=
"bearer AT-4-MxSrO29Coe7VTazx8uuixtqqgO-hvCB6"
</script>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment