Commit 4a0e3681b6f8d0e056f5abc316caa6c5ba33fbe6

Authored by
1 parent 46cf3b3d
Exists in master

fix:yanxueUrl 域名改为zlyx.shunzhi.net

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/main.js
... ... @@ -8,7 +8,8 @@ import Moment from 'moment'
8 8 Vue.prototype.Moment = Moment;
9 9  
10 10 Vue.prototype.proxyUrl = 'https://proxy.shunzhi.net/prod';
11   -Vue.prototype.yanxueUrl = 'https://yanxue.myjxt.com';
  11 +// Vue.prototype.yanxueUrl = 'https://yanxue.myjxt.com';
  12 +Vue.prototype.yanxueUrl = 'https://zlyx.shunzhi.net';
12 13 // Vue.prototype.dataUrl = 'http://47.110.50.251:9010'
13 14 Vue.prototype.dataUrl = 'https://proxy.shunzhi.net/consulte'
14 15 // Vue.prototype.kqUrl = 'http://47.110.50.251:9092/'
... ...