Quellcode durchsuchen

fix: 请求修改

zhudie vor 2 Jahren
Ursprung
Commit
5353e5cfd4
2 geänderte Dateien mit 0 neuen und 3 gelöschten Zeilen
  1. 0 1
      src/components/Table/src/props.ts
  2. 0 2
      src/utils/http/axios/index.ts

+ 0 - 1
src/components/Table/src/props.ts

@@ -76,7 +76,6 @@ export const basicProps = {
       striped: true,
       //AdvancedTable 组件独有
       query: false,
-      order: true,
     }),
   },
   striped: {

+ 0 - 2
src/utils/http/axios/index.ts

@@ -292,8 +292,6 @@ function createAxios(opt?: Partial<CreateAxiosOptions>) {
 
 export const http = createAxios();
 
-export const userRequest = createAxios({ requestOptions: { apiUrl: 'http://192.168.1.102:8800' } });
-
 // 项目,多个不同 api 地址,直接在这里导出多个
 // src/api ts 里面接口,就可以单独使用这个请求,
 // import { httpTwo } from '@/utils/http/axios'