2023-06-06 13:24:29 +08:00

8 lines
161 B
Bash

# port
VITE_DEV_PORT = '8083'
# development path
VITE_DEV_PATH = 'http://goviewphp.lihaink.cn'
# production path
VITE_PRO_PATH = 'https://goviewphp.lihaink.cn'