You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

9 lines
225 B

NODE_ENV = 'production'
ENV = 'production'
VUE_APP_TITLE = 智能巡视
VUE_APP_BASE_API = '/prod-api'
VUE_APP_NVR_API = 'http://192.168.1.86:28081'
VUE_APP_PUBLIC_PATH = '/app/htjc6/'
VUE_APP_OUTPUT_DIR = 'dist/app/htjc6'