作者 牛承志

样式

... ... @@ -2,14 +2,14 @@
ENV = 'development'
# 服务端地址
#VUE_APP_URL = 'http://192.168.10.90:8177'
#VUE_APP_API_URL = 'http://192.168.10.90:8177'
#VUE_APP_OAUTH_URL = 'http://192.168.10.90:8177'
VUE_APP_URL = 'http://192.168.10.90:8177'
VUE_APP_API_URL = 'http://192.168.10.90:8177'
VUE_APP_OAUTH_URL = 'http://192.168.10.90:8177'
VUE_APP_URL = 'http://192.168.12.190:8177'
VUE_APP_API_URL = 'http://192.168.12.190:8177'
VUE_APP_OAUTH_URL = 'http://192.168.12.190:8177'
#VUE_APP_URL = 'http://192.168.12.190:8177'
#VUE_APP_API_URL = 'http://192.168.12.190:8177'
#VUE_APP_OAUTH_URL = 'http://192.168.12.190:8177'
#VUE_APP_URL = 'http://119.3.107.201:8177'
#VUE_APP_API_URL = 'http://119.3.107.201:8177'
... ...
... ... @@ -1737,7 +1737,4 @@ export default {
};
</script>
<style>
.el-radio__label {
display: none;
}
</style>
... ...