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
2f75ba5d
authored
2023-05-19 09:51:14 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:打包配置
1 parent
0bd4bc30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main.js
src/main.js
View file @
2f75ba5
...
...
@@ -60,7 +60,7 @@ Object.keys(filters).forEach(key => {
})
Vue
.
config
.
productionTip
=
false
axios
.
get
(
"
.
/config.json"
)
axios
.
get
(
"
/bdcdj
/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