Selaa lähdekoodia

👷 CI: fix lint error

chenshuai2144 5 vuotta sitten
vanhempi
commit
ea18a1cf2c
2 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 1 1
      config/config.ts
  2. 1 0
      src/pages/ListTableList/_mock.ts

+ 1 - 1
config/config.ts

@@ -73,7 +73,7 @@ if (isAntDesignProPreview) {
   plugins.push([
     'umi-plugin-pro',
     {
-      serverUrl: 'https://us-central1-antd-pro.cloudfunctions.net/api',
+      serverUrl: 'https://proapi.azurewebsites.net',
     },
   ]);
 

+ 1 - 0
src/pages/ListTableList/_mock.ts

@@ -1,3 +1,4 @@
+// eslint-disable-next-line import/no-extraneous-dependencies
 import { Request, Response } from 'express';
 import { parse } from 'url';
 import { TableListItem, TableListParams } from './data.d';