上饶市警务平台后台管理前端
zhongrj
2023-01-17 1721c1113577a9b3d705814b71773b0bb629f2d9
src/main.js
@@ -27,22 +27,7 @@
import tenantPackage from './views/system/tenantpackage';
import Cookies from 'js-cookie'
// 携带token跳转页面设置
const tokenLength = window.location.href.indexOf('=');
if(tokenLength>0){
  //取“=”之后的token
  let z = window.location.href.substring(tokenLength + 1)
  // 把token存进B系统
  let obj = {
    dataType: typeof (z),
    content: z,
    datetime: new Date().getTime()
  }
  window.localStorage.setItem('saber-token', JSON.stringify(obj));
  Cookies.set('saber-access-token', z)
}
// 注册全局crud驱动
window.$crudCommon = crudCommon;
@@ -80,6 +65,23 @@
Vue.config.productionTip = false;
//import Cookies from 'js-cookie'
// 携带token跳转页面设置
//const tokenLength = window.location.href.indexOf('=');
//if(tokenLength>0){
//  //取“=”之后的token
 // let z = window.location.href.substring(tokenLength + 1)
 // // 把token存进B系统
 // let obj = {
 //   dataType: typeof (z),
 //   content: z,
 //   datetime: new Date().getTime()
 // }
 // window.localStorage.setItem('saber-token', JSON.stringify(obj));
 // Cookies.set('saber-access-token', z)
//}
new Vue({
  router,
  store,