瀏覽代碼

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