2021-12-10 14:11:49 +08:00
|
|
|
# port
|
2023-06-06 10:49:59 +08:00
|
|
|
VITE_DEV_PORT = '8083'
|
2021-12-14 15:53:30 +08:00
|
|
|
|
|
|
|
# development path
|
2023-06-06 13:24:29 +08:00
|
|
|
VITE_DEV_PATH = 'http://goviewphp.lihaink.cn'
|
2021-12-14 15:53:30 +08:00
|
|
|
|
|
|
|
# production path
|
2023-06-06 13:24:29 +08:00
|
|
|
VITE_PRO_PATH = 'https://goviewphp.lihaink.cn'
|