Browse Source

1111

master
guoxing 2 years ago
parent
commit
040f7e48ce
  1. 6
      supervise-report-ui/src/main.js
  2. 2
      supervise-report-ui/src/views/project/projectDaily.vue

6
supervise-report-ui/src/main.js

@ -49,9 +49,9 @@ VueAMap.initAMapApiLoader({
Vue.config.productionTip = false Vue.config.productionTip = false
// let token = null let token = null
let token = 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyTm8iOiI4NWUwYWY0Yi1lMGJhLTQyM2UtOTIxMS1kYjI2MDg2NTgwM2YiLCJpc3MiOiJXQksiLCJleHAiOjE3MDA0NDI3NDF9.ofDoXvqN58tdWomVV70gwpRxjYn6qeaNlbnd7qyy0AI' // let token = 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyTm8iOiI4NWUwYWY0Yi1lMGJhLTQyM2UtOTIxMS1kYjI2MDg2NTgwM2YiLCJpc3MiOiJXQksiLCJleHAiOjE3MDA0NDI3NDF9.ofDoXvqN58tdWomVV70gwpRxjYn6qeaNlbnd7qyy0AI'
// token = GetQueryString('token') token = GetQueryString('token')
if (token) { if (token) {
setStorage(token) setStorage(token)
const href = window.location.href const href = window.location.href

2
supervise-report-ui/src/views/project/projectDaily.vue

@ -629,7 +629,7 @@
// //
// window.open('https://supervise.yxtsoft.com/map365/#/mortgage'); // window.open('https://supervise.yxtsoft.com/map365/#/mortgage');
// //
window.open('http://jg.yyundong.com/#/allData?projectSid=' + projectSid + '&projectName=' + projectName + window.open('http://jg.yyundong.com/map365/#/allData?projectSid=' + projectSid + '&projectName=' + projectName +
'&orderDate=' + orderDate); '&orderDate=' + orderDate);
}, },

Loading…
Cancel
Save