Browse Source

测试hook

devlop
邓雄飞 4 years ago
parent
commit
fab129b25f
1 changed files with 2 additions and 2 deletions
  1. 4
      env/index.js

4
env/index.js

@ -1,8 +1,8 @@
/**
* @description 唯一环境变量
*/
const env = 'test'
// const env = 'test'
// const env = 'dev'
// const env = 'production'
const env = 'production'
export default env
Loading…
Cancel
Save