Browse Source

高级用户分配用户功能添加 8/27

zhangyun 4 years ago
parent
commit
6fab06eee1

+ 2 - 2
config/index.js

@@ -12,8 +12,8 @@ module.exports = {
     proxyTable: {
       '/api': {
         // target: 'http://182.92.193.64:8002/',
-        // target: 'http://192.168.1.77:8005/',
-        target: 'http://8.136.98.49:8005/',
+        target: 'http://192.168.1.77:8000/',
+        // target: 'http://8.136.98.49:8005/',
         // target: "http://182.92.193.64:8002", //测试环境
         changeOrigin: true,
         pathRewrite: {

+ 1 - 0
index.html

@@ -13,6 +13,7 @@
     <script src="./static/js/ezuikit.js"></script>
     <!-- <script src="https://webapi.amap.com/maps?v=2.0&key=3939967b919a8003377dd113fc445a3d&plugin=AMap.PolygonEditor,AMap.DistrictSearch"></script> -->
     <script src="https://webapi.amap.com/maps?v=1.4.15&key=3939967b919a8003377dd113fc445a3d&plugin=AMap.PolygonEditor,AMap.DistrictSearch,AMap.Geocoder"></script>
+    <script type="text/javascript" src="http://api.map.baidu.com/api?v=3.0&ak=dpxgaz5jyHbmg7cVAXjbxjVmOZp7TGcd"></script>
     <!-- UI组件库 1.0 -->
     <!-- <script src="//webapi.amap.com/ui/1.1/main.js?v=1.1.1"></script> -->
     <!-- <script src="//webapi.amap.com/ui/1.1/main.js?v=1.1.1"></script> -->

BIN
src/assets/images/systemManger/8e9049dd1fb945bea231e60b44073ef.png


File diff suppressed because it is too large
+ 1232 - 735
src/pages/plantGuard/sysManage/userManage.vue


+ 1 - 0
src/router/index.js

@@ -30,6 +30,7 @@ const BzyPhoto = () => import('@/Pages/plantGuard/plantProtection/bzyphoto') //
 const PersonMsg = () => import('@/Pages/plantGuard/sysManage/personMsg') //个人中心
 
 const UserManage = () => import('@/Pages/plantGuard/sysManage/userManage') //系统管理-用户管理
+// const UserManage = () => import('@/Pages/plantGuard/sysManage/ceshimap') //测试地图
 const AllotEquip = () => import('@/Pages/plantGuard/sysManage/allotEquip') //系统管理-设备分配
 const RoleManage = () => import('@/Pages/plantGuard/sysManage/roleManage') //系统管理-角色管理
 const TopicManage = () => import('@/Pages/plantGuard/sysManage/topicManage') //系统管理-主题定制