Renxy 1 tahun lalu
induk
melakukan
32d3ff6473
2 mengubah file dengan 17 tambahan dan 17 penghapusan
  1. 16 16
      .umirc.ts
  2. 1 1
      src/pages/PSRManage/detail.js

+ 16 - 16
.umirc.ts

@@ -21,22 +21,22 @@ export default defineConfig({
     { 'http-equiv': 'expires', content: '0' },
     { 'http-equiv': 'X-UA-Compatible', content: 'IE=EmulateIE9' },
   ],
-  links: [
-    {
-      href: 'stylesheet',
-      rel: 'http://localhost:3000/plugins/css/pluginsCss.css',
-    },
-    { href: 'stylesheet', rel: 'http://localhost:3000/plugins/plugins.css' },
-    { href: 'stylesheet', rel: 'http://localhost:3000/css/luckysheet.css' },
-    {
-      href: 'stylesheet',
-      rel: 'http://localhost:3000/assets/iconfont/iconfont.css',
-    },
-  ],
-  scripts: [
-    { src: 'http://localhost:3000/plugins/js/plugin.js' },
-    { src: 'http://localhost:3000/luckysheet.umd.js' },
-  ],
+  // links: [
+  //   {
+  //     href: 'stylesheet',
+  //     rel: 'http://localhost:3000/plugins/css/pluginsCss.css',
+  //   },
+  //   { href: 'stylesheet', rel: 'http://localhost:3000/plugins/plugins.css' },
+  //   { href: 'stylesheet', rel: 'http://localhost:3000/css/luckysheet.css' },
+  //   {
+  //     href: 'stylesheet',
+  //     rel: 'http://localhost:3000/assets/iconfont/iconfont.css',
+  //   },
+  // ],
+  // scripts: [
+  //   { src: 'http://localhost:3000/plugins/js/plugin.js' },
+  //   { src: 'http://localhost:3000/luckysheet.umd.js' },
+  // ],
   proxy: {
     '/api': {
       // target: 'http://47.96.12.136:8888/',

+ 1 - 1
src/pages/PSRManage/detail.js

@@ -31,7 +31,7 @@ const PSRDetail = () => {
   const {
     state: { project_name, flow_id, node_id },
   } = location;
-  console.log('========================', location, luckysheet);
+  console.log('========================', location);
 
   const [excelData, setExcelData] = useState();
   const [historyOpen, setHistoryOpen] = useState();