init
This commit is contained in:
9
public/config.js
Normal file
9
public/config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
window.g = {
|
||||
dev: {
|
||||
VUE_APP_BASE_API: 'http://127.0.0.1:8010'
|
||||
},
|
||||
prod: {
|
||||
VUE_APP_BASE_API: 'http://127.0.0.1:8010'
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user