|
@@ -698,7 +698,7 @@ export default {
|
|
|
|
|
|
mounted() {
|
|
|
document.body.style.backgroundColor = "#39f"; //背景色
|
|
|
- this.gettoken = getAllUrlParams(window.location.href).token;
|
|
|
+ // this.gettoken = getAllUrlParams(window.location.href).token;
|
|
|
// this.token = `Bearer ${this.gettoken}`; //获取token值
|
|
|
this.staff_num = getAllUrlParams(window.location.href).staff_num;
|
|
|
|