Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-manage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finance-oa
finance-manage
Commits
f26f90fa
Commit
f26f90fa
authored
May 30, 2020
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
使用vue-cli默认source-map
parent
8a61b9fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
ruoyi-ui/src/assets/styles/element-variables.scss
ruoyi-ui/src/assets/styles/element-variables.scss
+1
-1
ruoyi-ui/vue.config.js
ruoyi-ui/vue.config.js
+0
-6
No files found.
ruoyi-ui/src/assets/styles/element-variables.scss
View file @
f26f90fa
...
...
@@ -6,7 +6,7 @@
/* theme color */
$--color-primary
:
#1890ff
;
$--color-success
:
#13ce66
;
$--color-warning
:
#
FFBA
00
;
$--color-warning
:
#
ffba
00
;
$--color-danger
:
#ff4949
;
// $--color-info: #1E1E1E;
...
...
ruoyi-ui/vue.config.js
View file @
f26f90fa
...
...
@@ -82,12 +82,6 @@ module.exports = {
})
.
end
()
config
// https://webpack.js.org/configuration/devtool/#development
.
when
(
process
.
env
.
NODE_ENV
===
'
development
'
,
config
=>
config
.
devtool
(
'
cheap-source-map
'
)
)
config
.
when
(
process
.
env
.
NODE_ENV
!==
'
development
'
,
config
=>
{
...
...
Write
Preview
Markdown
is supported
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