Browse Source

Merge branch 'develop' of http://192.168.11.14:51037/gitadmin/tuoheng_lc_web into lixin

tags/v1.1.0^2
lixin 1 year ago
parent
commit
86ef09677c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .env.development

+ 1
- 1
.env.development View File

VITE_APP_USE_MOCK = false VITE_APP_USE_MOCK = false


# proxy # proxy
VITE_PROXY = [["/api","http://192.168.11.11:9099/api"]]
VITE_PROXY = [["/api","http://192.168.11.22:9099/api"]]


# base api # base api
VITE_APP_GLOB_BASE_API = '/api' VITE_APP_GLOB_BASE_API = '/api'

Loading…
Cancel
Save