@@ -3,37 +3,37 @@ charset = utf-8
end_of_line = crlf
insert_final_newline = false
indent_style = space
-indent_size = 2
+indent_size = 4
[{*.ng, *.sht, *.html, *.shtm, *.shtml, *.htm}]
[{*.jhm, *.xslt, *.xul, *.rng, *.xsl, *.xsd, *.ant, *.tld, *.fxml, *.jrxml, *.xml, *.jnlp, *.wsdl}]
[{.babelrc, .stylelintrc, jest.config, .eslintrc, .prettierrc, *.json, *.jsb3, *.jsb2, *.bowerrc}]
[*.svg]
[*.js.map]
[*.less]
[*.vue]
[{.analysis_options, *.yml, *.yaml}]
@@ -1 +1 @@
-export const urlAcount = 'http://192.168.1.43:8080';
+export const urlAcount = 'http://139.186.165.84:8080';
@@ -2,7 +2,8 @@
<div class="account-config-content">
<div class="control-con-header">
<a-form
- class="grid-form" layout="inline"
+ class="grid-form"
+ layout="inline"
:form="form"
hide-required-mark
@submit="handleQueryList"