mirror of
https://gitee.com/dromara/go-view.git
synced 2025-06-30 08:39:15 +08:00
11 lines
249 B
Bash
11 lines
249 B
Bash
# port
|
|
VITE_DEV_PORT = '8080'
|
|
|
|
# development path
|
|
# VITE_DEV_PATH = 'http://192.168.0.34:11887'
|
|
VITE_DEV_PATH = 'http://192.168.0.34:18077'
|
|
# VITE_DEV_PATH = 'http://192.168.0.120:3001'
|
|
|
|
# production path
|
|
VITE_PRO_PATH = 'http://192.168.0.34:11887'
|