소스 검색

合并dev分支

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`]: "" },
       },