kwenhao пре 1 година
родитељ
комит
0526418e0e
2 измењених фајлова са 1 додато и 15 уклоњено
  1. 0 14
      src/components/input-dialog/components/CONTACTS_PARAM.js
  2. 1 1
      vue.config.js

+ 0 - 14
src/components/input-dialog/components/CONTACTS_PARAM.js

@@ -1,14 +0,0 @@
-export default [
-  {
-    key: "code",
-    title: "员工编码",
-    type: "Input",
-    search: true,
-  },
-  {
-    key: "name",
-    title: "员工名称",
-    type: "Input",
-    search: true,
-  },
-];

+ 1 - 1
vue.config.js

@@ -54,7 +54,7 @@ module.exports = {
         },
       },
       "/drp-file": {
-        target: `https://test-sy.derom.com`,
+        target: `https://sy.derom.com`,
         changeOrigin: true,
         pathRewrite: { [`^/drp-file`]: "" },
       },