From 4a0e3681b6f8d0e056f5abc316caa6c5ba33fbe6 Mon Sep 17 00:00:00 2001 From: 边 <2879594283@qq.com> Date: Fri, 14 Jul 2023 08:44:38 +0800 Subject: [PATCH] fix:yanxueUrl 域名改为zlyx.shunzhi.net --- src/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index ab91b61..5f4f208 100644 --- a/src/main.js +++ b/src/main.js @@ -8,7 +8,8 @@ import Moment from 'moment' Vue.prototype.Moment = Moment; Vue.prototype.proxyUrl = 'https://proxy.shunzhi.net/prod'; -Vue.prototype.yanxueUrl = 'https://yanxue.myjxt.com'; +// Vue.prototype.yanxueUrl = 'https://yanxue.myjxt.com'; +Vue.prototype.yanxueUrl = 'https://zlyx.shunzhi.net'; // Vue.prototype.dataUrl = 'http://47.110.50.251:9010' Vue.prototype.dataUrl = 'https://proxy.shunzhi.net/consulte' // Vue.prototype.kqUrl = 'http://47.110.50.251:9092/' -- libgit2 0.21.0