Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
f26f90fa
"ruoyi-ui/src/views/git@ustchcs.com:gujinli1118/RuoYi-Vue.git" did not exist on "a7376b36f8040032cd9ce5f2394dc83a30fdf2a9"
Commit
f26f90fa
authored
May 30, 2020
by
RuoYi
Browse files
使用vue-cli默认source-map
parent
8a61b9fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/assets/styles/element-variables.scss
View file @
f26f90fa
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
/* theme color */
/* theme color */
$--color-primary
:
#1890ff
;
$--color-primary
:
#1890ff
;
$--color-success
:
#13ce66
;
$--color-success
:
#13ce66
;
$--color-warning
:
#
FFBA
00
;
$--color-warning
:
#
ffba
00
;
$--color-danger
:
#ff4949
;
$--color-danger
:
#ff4949
;
// $--color-info: #1E1E1E;
// $--color-info: #1E1E1E;
...
...
ruoyi-ui/vue.config.js
View file @
f26f90fa
...
@@ -82,12 +82,6 @@ module.exports = {
...
@@ -82,12 +82,6 @@ module.exports = {
})
})
.
end
()
.
end
()
config
// https://webpack.js.org/configuration/devtool/#development
.
when
(
process
.
env
.
NODE_ENV
===
'
development
'
,
config
=>
config
.
devtool
(
'
cheap-source-map
'
)
)
config
config
.
when
(
process
.
env
.
NODE_ENV
!==
'
development
'
,
.
when
(
process
.
env
.
NODE_ENV
!==
'
development
'
,
config
=>
{
config
=>
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment