H5页面修改为什么没有变化?
globalData: { userInfo: null , locations: '' , webUrl: 'https://maas.sutpc.com/mobile/#/' , //webview 外链 url: "https://maas.sutpc.com/api/" , //线上 |
使用外链的时候,H5代码改变了
if ( false ) { console.log( "前端限制" ); // alert("当前不在服务时间内,服务时间为:08:00-09:30"); // return; } |
发布到线上之后
还是没有改变,这是为什么?
webUrl的网页访问访问也改变了