webapp
/
GreenwayWeb
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
2e89ffaf877ebfe56d8ca582f2e994d8cc59b985
Authored by
李宇
2024-12-13 18:50:52 +0800
1 parent
9f6849f0
1
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
admin-web-master/vue.config.js
admin-web-master/vue.config.js
View file @
2e89ffa
...
...
@@ -30,7 +30,7 @@ module.exports = {
30
30
outputDir: 'dist',
31
31
assetsDir: 'static',
32
32
lintOnSave: process.env.NODE_ENV === 'development',
33
- productionSourceMap: false,
33
+ productionSourceMap: false,
34
34
devServer: {
35
35
port: port,
36
36
open: false,
...
...