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
a697521198f3ab3720c2c635b1830725febd28cd
Authored by
李宇
2024-12-16 10:26:44 +0800
1 parent
6024f6a2
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 @
a697521
...
...
@@ -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,
...
...