Ver Fonte

配置页面 添加光标插入内容

jiayufei há 4 anos atrás
pai
commit
331e2c142e

+ 9 - 9
.editorconfig

@@ -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}]
 indent_style = space
-indent_size = 2
+indent_size = 4
 
 [{*.jhm, *.xslt, *.xul, *.rng, *.xsl, *.xsd, *.ant, *.tld, *.fxml, *.jrxml, *.xml, *.jnlp, *.wsdl}]
 indent_style = space
-indent_size = 2
+indent_size = 4
 
 [{.babelrc, .stylelintrc, jest.config, .eslintrc, .prettierrc, *.json, *.jsb3, *.jsb2, *.bowerrc}]
 indent_style = space
-indent_size = 2
+indent_size = 4
 
 [*.svg]
 indent_style = space
-indent_size = 2
+indent_size = 4
 
 [*.js.map]
 indent_style = space
-indent_size = 2
+indent_size = 4
 
 [*.less]
 indent_style = space
-indent_size = 2
+indent_size = 4
 
 [*.vue]
 indent_style = space
-indent_size = 2
+indent_size = 4
 
 [{.analysis_options, *.yml, *.yaml}]
 indent_style = space
-indent_size = 2
+indent_size = 4
 

+ 1 - 1
src/views/modules/account-config/account-config-server.js

@@ -1 +1 @@
-export const urlAcount = 'http://192.168.1.43:8080';
+export const urlAcount = 'http://139.186.165.84:8080';

+ 2 - 1
src/views/modules/account-config/account-config.vue

@@ -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"

Diff do ficheiro suprimidas por serem muito extensas
+ 685 - 682
src/views/modules/account-config/components/configuration-modal.vue