From 20baed5059a2f040996cae291d66bdbfc46eb9c2 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期五, 14 十月 2022 15:45:52 +0800 Subject: [PATCH] 菜单权限授权,角色资源授权页面添加,接口对接 --- public/config/config.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/config/config.js b/public/config/config.js index a2b2f29..6be7033 100644 --- a/public/config/config.js +++ b/public/config/config.js @@ -1,5 +1,5 @@ -// const BASE_URL = 'http://192.168.20.55:12316'; -const BASE_URL = 'http://192.168.20.39:12316'; +const BASE_URL = 'http://192.168.20.55:12316'; +//const BASE_URL = 'http://192.168.20.39:12316'; var gisUrl = 'http://183.162.245.49:3301'; var ifreamUrl = 'http://192.168.20.39:12306/'; -- Gitblit v1.9.3