chore(config): 更新开发环境数据库和后台服务地址
- 修改数据源1、2、3的URL地址为172.16.70.228:33080 - 更新数据源1、2、3的密码为Mysql@zcloud33080 - 修改后台服务地址为http://192.168.4.227:8098/ - 更新Vue开发服务器host为192.168.4.227dev
parent
16cacf4926
commit
4bc63ab6c1
|
|
@ -12,7 +12,7 @@ module.exports = {
|
||||||
proxyTable: {},
|
proxyTable: {},
|
||||||
|
|
||||||
// Various Dev Server settings
|
// Various Dev Server settings
|
||||||
host: '192.168.0.37', // can be overwritten by process.env.HOST
|
host: '192.168.4.227', // can be overwritten by process.env.HOST
|
||||||
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
|
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
|
||||||
autoOpenBrowser: false,
|
autoOpenBrowser: false,
|
||||||
errorOverlay: true,
|
errorOverlay: true,
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
const config = {
|
const config = {
|
||||||
weburl: 'http://36.150.108.91:8501/', // 前台地址
|
weburl: 'http://36.150.108.91:8501/', // 前台地址
|
||||||
// httpurl: 'http://36.150.108.91:8501/zcloud-admin/', // 后台地址
|
// httpurl: 'http://36.150.108.91:8501/zcloud-admin/', // 后台地址
|
||||||
httpurl: 'http://192.168.0.37:8098/', // 后台地址
|
httpurl: 'http://192.168.4.227:8098/', // 后台地址
|
||||||
// httpurl: 'https://operate.zcloudchina.com/', // 后台地址
|
// httpurl: 'https://operate.zcloudchina.com/', // 后台地址
|
||||||
qyurl: 'https://qyag.zcloudchina.com/qyag/', // 企业前台
|
qyurl: 'https://qyag.zcloudchina.com/qyag/', // 企业前台
|
||||||
adminurl: 'https://www.qdkjchina.com/qa-prevention-admin/',
|
adminurl: 'https://www.qdkjchina.com/qa-prevention-admin/',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue