mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
feat:增加项目审核及撤回审核弹窗
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: lixg lixg@dongwu-inc.com
|
||||
* @Date: 2022-11-21 14:32:52
|
||||
* @LastEditors: lixg lixg@dongwu-inc.com
|
||||
* @LastEditTime: 2022-11-22 20:17:22
|
||||
* @LastEditTime: 2022-11-23 09:59:26
|
||||
* @FilePath: /fe-manage/src/api/config.js
|
||||
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
*/
|
||||
@@ -26,7 +26,7 @@ http.interceptors.request.use(
|
||||
const token = localStorage.getItem("token");
|
||||
if (token) {
|
||||
// config.headers.token = token;
|
||||
config.headers.token = 123456; //测试1111
|
||||
config.headers.token = token; //测试1111
|
||||
} else {
|
||||
console.log("当前请求页面无token,请执行操作!!!");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user