Commit 37117b3a authored by mxm-web-develop's avatar mxm-web-develop

env change

parent a32bdd2b
NODE_ENV='development'
#VUE_APP_URL="http://172.16.100.59:8090"
VUE_APP_ENV="test"
VUE_APP_URL="http://172.16.100.59:8092"
VUE_APP_CHAIN="http://172.16.100.247:8801"
VUE_APP_NODE=http://118.24.145.138:8801
......@@ -8,7 +8,7 @@ import '@/style.css'
import vconsole from 'vconsole'
if (process.env.NODE_ENV === 'development') {
if (process.env.VUE_APP_ENV === 'dev' || process.env.VUE_APP_ENV === 'test') {
new vconsole()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment