This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_mobile
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
11
wulanhaote
liuminjian
3 years ago
parent
3d5936a570
commit
58002f652d
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
config/prod.env.js
+ 2
- 1
config/prod.env.js
View File
@@ -1,4 +1,5 @@
'use strict'
module.exports = {
NODE_ENV: '"production"'
NODE_ENV: '"production"',
VUE_APP_BASE_API: '"/api"'
}
Write
Preview
Loading…
Cancel
Save