mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-22 22:49:19 +08:00
pc端
This commit is contained in:
17
pc/.env.example
Normal file
17
pc/.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# 版本号
|
||||
NUXT_VERSION=1.0
|
||||
|
||||
# 接口默认前缀
|
||||
NUXT_API_PREFIX=/api
|
||||
|
||||
# 客户端类型
|
||||
NUXT_CLIENT=4
|
||||
|
||||
# 基础路径
|
||||
NUXT_BASE_URL=/pc/
|
||||
|
||||
# 是否开启ssr,填些任意值开启
|
||||
NUXT_SSR=
|
||||
|
||||
# 端口号
|
||||
NITRO_PORT=3000
|
||||
Reference in New Issue
Block a user