|
|
@@ -56,7 +56,7 @@ export default {
|
|
|
Vue.prototype.$ibpsUrl = env.VUE_APP_BASE_API_0_0_TEST
|
|
|
/* 中汇瑞德检测中心 */
|
|
|
let downloadReport = (src,where)=> {
|
|
|
- return 'https://www.mingjianlims.com/demo/reportServlet?action=6&file='+encodeURIComponent(src)+'.rpx&columns=0&srcType=file¶mString='+encodeURIComponent(where)
|
|
|
+ return 'https://139.159.225.4/demo/reportServlet?action=6&file='+encodeURIComponent(src)+'.rpx&columns=0&srcType=file¶mString='+encodeURIComponent(where)
|
|
|
}
|
|
|
let timer = setInterval(() => { //定时循环添加参数
|
|
|
if (getToken()) {
|