Skip to content
  • This project
    • Loading...
  • Sign in

bdc / bdcjg-web

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • bdcjg-web
  • .env.development
  • 任超's avatar
    feat:登薄日志 · 0618469c
    0618469c
    任超 committed 2023-03-03 09:31:06 +0800
.env.development 242 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
###
 # @Description: 
 # @Autor: renchao
 # @LastEditTime: 2023-03-02 15:44:12
### 
# just a flag
ENV = 'development'
NODE_ENV=development
# base api
VUE_APP_BASE_API = '/api'

# 开发环境
VUE_APP_API_BASE_URL = 'http://192.168.2.38:8027'