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
6aa96244
authored
2023-05-19 10:16:13 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
84ad4d30
2f75ba5d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
src/main.js
vue.config.js
src/main.js
View file @
6aa9624
...
...
@@ -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
));
...
...
vue.config.js
View file @
6aa9624
...
...
@@ -86,7 +86,6 @@ module.exports = {
])
// when there are many pages, it will cause too many meaningscss requests
config
.
plugins
.
delete
(
'prefetch'
)
config
.
module
.
rule
(
'svg'
)
.
exclude
.
add
(
resolve
(
'src/image/icons'
))
...
...
Please
register
or
sign in
to post a comment