app端新增原材料送检功能
This commit is contained in:
6
JeecgUniapp-master/env/.env.development
vendored
6
JeecgUniapp-master/env/.env.development
vendored
@@ -2,7 +2,7 @@
|
||||
NODE_ENV = 'development'
|
||||
# 是否去除console 和 debugger
|
||||
VITE_DELETE_CONSOLE = false
|
||||
# 是否开启sourcemap
|
||||
VITE_SHOW_SOURCEMAP = true
|
||||
# 是否开启sourcemap(App 真机编译易 OOM,开发期先关闭)
|
||||
VITE_SHOW_SOURCEMAP = false
|
||||
|
||||
VITE_SERVER_BASEURL = 'http://localhost:8080/jeecg-boot'
|
||||
VITE_SERVER_BASEURL = 'http://192.168.1.3:8888/jeecg-boot'
|
||||
|
||||
Reference in New Issue
Block a user