优化:用户列表样式优化,增加关系绑定信息显示

This commit is contained in:
wuhui_zzw 2024-04-25 16:03:26 +08:00
parent c3adc31148
commit 81dcd5541b
2 changed files with 927 additions and 793 deletions

View File

@ -3,12 +3,12 @@ ENV = 'development'
# http://192.168.1.43:8324/admin # http://192.168.1.43:8324/admin
# http://mer.crmeb.net/admin # http://mer.crmeb.net/admin
# base api # base api
#VUE_APP_BASE_API = 'https://bt.test.cdlfjy.com' VUE_APP_BASE_API = 'https://bt.test.cdlfjy.com'
VUE_APP_BASE_API = 'https://mp.scwmbh.cn' #VUE_APP_BASE_API = 'https://mp.scwmbh.cn'
# socket 连接地址 # socket 连接地址
#VUE_APP_WS_URL = 'ws://bt.test.cdlfjy.com' VUE_APP_WS_URL = 'ws://bt.test.cdlfjy.com'
VUE_APP_WS_URL = 'ws://mp.scwmbh.cn' #VUE_APP_WS_URL = 'ws://mp.scwmbh.cn'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
# to control whether the babel-plugin-dynamic-import-node plugin is enabled. # to control whether the babel-plugin-dynamic-import-node plugin is enabled.

File diff suppressed because it is too large Load Diff