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
431e3d7e
authored
2023-04-26 09:55:50 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:配置
1 parent
d3e88617
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
public/index.html
src/main.js
public/index.html
View file @
431e3d7
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-04-26 09:3
9:18
* @LastEditTime: 2023-04-26 09:3
5:33
-->
<!DOCTYPE html>
<html>
...
...
@@ -12,7 +12,7 @@
<meta
name=
"renderer"
content=
"webkit"
>
<meta
name=
"referrer"
content=
"no-referrer"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"./
bdcdj/
favicon.ico"
/>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"./favicon.ico"
/>
<title>
<
%= webpackConfig.name %>
</title>
...
...
src/main.js
View file @
431e3d7
...
...
@@ -60,7 +60,7 @@ Object.keys(filters).forEach(key => {
})
Vue
.
config
.
productionTip
=
false
axios
.
get
(
"./
bdcdj/
config.json"
)
axios
.
get
(
"./config.json"
)
.
then
((
res
)
=>
{
Vue
.
prototype
.
BASE_API
=
res
.
data
localStorage
.
setItem
(
'ApiUrl'
,
JSON
.
stringify
(
res
.
data
));
...
...
Please
register
or
sign in
to post a comment