fix: bug#19996
This commit is contained in:
parent
7e550f4558
commit
8294b83437
|
@ -129,6 +129,7 @@ const columns = [
|
||||||
key: 'topicProvider',
|
key: 'topicProvider',
|
||||||
search: {
|
search: {
|
||||||
type: 'select',
|
type: 'select',
|
||||||
|
termFilter: ['in', 'nin'],
|
||||||
options: () =>
|
options: () =>
|
||||||
getTypeList_api().then((resp: any) => {
|
getTypeList_api().then((resp: any) => {
|
||||||
return resp.result
|
return resp.result
|
||||||
|
|
|
@ -96,8 +96,8 @@ export default defineConfig(({ mode}) => {
|
||||||
// target: 'http://192.168.32.244:8881',
|
// target: 'http://192.168.32.244:8881',
|
||||||
// target: 'http://192.168.32.163:8844', //张季本地
|
// target: 'http://192.168.32.163:8844', //张季本地
|
||||||
// target: 'http://120.77.179.54:8844', // 120测试
|
// target: 'http://120.77.179.54:8844', // 120测试
|
||||||
// target: 'http://192.168.33.46:8844', // 本地开发环境
|
target: 'http://192.168.33.46:8844', // 本地开发环境
|
||||||
target: 'http://192.168.33.1:8845', // 社区版开发环境
|
// target: 'http://192.168.33.1:8845', // 社区版开发环境
|
||||||
// target: 'http://192.168.32.5:8848', // 刘本地
|
// target: 'http://192.168.32.5:8848', // 刘本地
|
||||||
// target: 'http://192.168.32.187:8844', // 谭本地
|
// target: 'http://192.168.32.187:8844', // 谭本地
|
||||||
ws: 'ws://192.168.33.46:8844',
|
ws: 'ws://192.168.33.46:8844',
|
||||||
|
|
Loading…
Reference in New Issue