Commit 2fceae18 authored by 周远喜's avatar 周远喜

环境变量修改

parent 5d763a79
const systemApi = { const systemApi = {
local: 'localhost', local: 'localhost',
product: '39.100.148.168', dev: '39.100.148.168',
dev:"49.232.68.61", product:"49.232.68.61",
aps:'47.92.102.113' aps:'47.92.102.113'
} }
//环境切换(只修改此处): //环境切换(只修改此处):
let address=systemApi.product; let address=systemApi.dev;
//let address=systemApi.product; //let address=systemApi.product;
//let address=systemApi.local; //let address=systemApi.local;
......
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