2 Commits fdff1e9d4a ... 2ef925e800

Author SHA1 Message Date
  Lgx 2ef925e800 解决包冲突 4 years ago
  Lgx 8dfaa8db92 添加企业微信用户管理地址 4 years ago

+ 1 - 1
UI/src/utils/config.js

@@ -15,7 +15,7 @@ module.exports =  {
   CORS: ['http://localhost:8000', 
   'http://localhost:8030',
   'http://localhost:8004',
-    'http://localhost:7000',
+  'http://localhost:7000',
   'https://coop.360lj.com',
   'http://localhost:7777','http://119.130.113.245:7777'],
   //YQL: ['http://localhost:57251'],

+ 0 - 2
src/main/java/com/github/binarywang/demo/wx/cp/utils/FiltersData.java

@@ -1,8 +1,6 @@
 package com.github.binarywang.demo.wx.cp.utils;
 
 
-import freemarker.template.utility.StringUtil;
-
 import java.util.List;
 import java.util.Map;