parent
666d3b3df7
commit
017c39bfe3
@ -0,0 +1,24 @@
|
||||
###后台接口父地址(必填)
|
||||
#VITE_API_URL=/api
|
||||
###
|
||||
####后台接口全路径地址(必填)
|
||||
#VITE_DOMAIN_URL=http://foresightventures.wncwb.com/index.php/api
|
||||
###
|
||||
####图片父地址(必填)
|
||||
#VITE_IMG_API_URL=/uploads
|
||||
###
|
||||
####图片全路径(必填)
|
||||
#VITE_IMG_DOMAIN_URL=http://foresightventures.wncwb.com/uploads
|
||||
|
||||
|
||||
#后台接口父地址(必填)
|
||||
VITE_API_URL=/index.php/api
|
||||
##
|
||||
##后台接口全路径地址(必填)
|
||||
VITE_DOMAIN_URL=https://foresightventures.com/index.php/api
|
||||
#
|
||||
##图片父地址(必填)
|
||||
VITE_IMG_API_URL=/uploads
|
||||
#
|
||||
##图片全路径(必填)
|
||||
VITE_IMG_DOMAIN_URL=http://foresightventures.com/uploads
|
||||
@ -0,0 +1,11 @@
|
||||
#后台接口父地址(必填)
|
||||
VITE_API_URL=/index.php/api
|
||||
|
||||
#后台接口全路径地址(必填)
|
||||
VITE_DOMAIN_URL=https://foresightventures.com/index.php/api
|
||||
|
||||
#图片父地址(必填)
|
||||
VITE_IMG_API_URL=/uploads
|
||||
|
||||
#图片全路径(必填)
|
||||
VITE_IMG_DOMAIN_URL=https://foresightventures.com/uploads
|
||||
Loading…
Reference in new issue