@@ -7,4 +7,4 @@ __CAMERA__ = 'enabled'
# keycloak
VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://isoc.artaplay.com:8443/auth'
# 71服务器
-# VUE_APP_KEYCLOAK_OPTIONS_REALM = 'smsb-test'
+VUE_APP_KEYCLOAK_OPTIONS_REALM = 'smsb-test'
@@ -167,6 +167,7 @@ export default {
staticClass: on ? 'o-tag u-pointer' : 'o-tag u-readonly',
props: {
size: 'medium',
+ 'disable-transitions': true,
...tagProps
},
on: on && { click: $event => {
@@ -1,7 +1,6 @@
<template>
<schema-table
ref="table"
- row-key="id"
:schema="schema"
>
<table-dialog
@@ -7,9 +7,7 @@
- :tree-props="{ children: 'subGroups' }"
/>
<confirm-dialog
ref="editDialog"
@@ -2,7 +2,6 @@
- row-key="username"