提交 dd39a867 编写于 作者: chengxiang.li's avatar chengxiang.li

取消获取服务器时间调试弹窗

上级 c609d618
......@@ -369,8 +369,8 @@
getServerTime(cb) {
// 调取接口获取服务器时间
getBEServerTime().then(res => {
alert('服务器时间');
alert(JSON.stringify(res))
// alert('服务器时间');
// alert(JSON.stringify(res))
if(res && res.code == '000000' ){
vm.serverTime = res.data;
}else{
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册