add constant
This commit is contained in:
9
src/libs/constants.js
Normal file
9
src/libs/constants.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const servicePath = process.env.VUE_APP_BASE_URL;
|
||||
const noteMaxCount = process.env.VUE_APP_NOTE_MAX_COUNT;
|
||||
const noteMaxDesc = process.env.VUE_APP_NOTE_MAX_DESC;
|
||||
|
||||
export default {
|
||||
servicePath,
|
||||
noteMaxCount,
|
||||
noteMaxDesc
|
||||
}
|
||||
Reference in New Issue
Block a user