Commit 0fa11fac authored by cellee's avatar cellee

Signed-off-by: cellee <893264950@qq.com>

parent a0bc1a44
/* /*
* @Author: your name * @Author: your name
* @Date: 2021-01-14 09:23:51 * @Date: 2021-01-14 09:23:51
* @LastEditTime: 2021-06-03 16:35:51 * @LastEditTime: 2021-06-03 18:30:19
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \tostumi\src\models\CommunityManagement\Bug.ts * @FilePath: \tostumi\src\models\CommunityManagement\Bug.ts
...@@ -107,9 +107,7 @@ export default { ...@@ -107,9 +107,7 @@ export default {
break; break;
case 78: // 下载 case 78: // 下载
{ {
// console.log(resp.data); location.href = resp.data;
window.open(resp.data, '_blank');
// history.push(resp.data.data);
} }
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment