UNPKG
gdyfe-cli
Version:
latest (0.4.9)
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.3.16
0.3.15
0.3.14
0.3.12
0.3.10
0.3.9
0.3.7
0.3.6
0.3.5
Guangdianyun frontend devlopment tools
github.com/corcd/gdyfe-cli
corcd/gdyfe-cli
gdyfe-cli
/
templates
/
gdy_lcps_framework
/
src
/
api
/
base.js
15 lines
(12 loc)
•
271 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** *
@file
common request api *
@since
1.0.0 *
@author
whzcorcd <whzcorcd
@gmail
.com> */
const
base = {
gateWay
: process.
env
.
VUE_APP_RUN_ENV
===
'development'
?
'//consoleapi.guangdianyun.tv'
:
'//consoleapi.guangdianyun.tv'
}
export
default
base