修改看板

yangwl
夜笙歌 2 months ago
parent 9561012e6a
commit 8767d3a583

@ -25,7 +25,6 @@ const service = axios.create({
service.interceptors.request.use(config => {
if(localStorage.getItem('USER_POOL_NAME_CURRENT')){
config.headers['poolName'] = config.header?.PoolName || localStorage.getItem('USER_POOL_NAME_CURRENT');
console.log(config.headers['poolName'])
}
// 是否需要设置 token
const isToken = (config.headers || {}).isToken === false

@ -104,7 +104,6 @@ export default {
shiftId: this.shiftId,
equipmentCode: this.equipmentCode
}).then((e) => {
console.log(e)
this.list = e.data.rightlist
this.$refs.chart1.setData({
tooltip: {

Loading…
Cancel
Save