ソースを参照

Merge branch 'bugfix'

huangbin 4 年 前
コミット
4556ef63d9

ファイルの差分が大きいため隠しています
+ 6 - 0
public/config/agreement.json


+ 1 - 1
public/config/app.config.json

@@ -1,4 +1,4 @@
 {
-    "apiUrl": "http://192.168.31.202:8080/cfg?key=test_202",
+    "apiUrl": "http://192.168.31.139:8080/cfg?key=test_139",
     "icoTitle": "云融"
 }

+ 3 - 3
src/views/account/login.vue

@@ -14,7 +14,7 @@
                         <a-form-item name="account">
                             <a-input placeholder="用户名/账号/手机号" v-model:value="form.account">
                                 <template #prefix>
-                                    <img src="@/assets/images/user.png" alt />
+                                    <img src="@/assets/images/user.png" />
                                 </template>
                             </a-input>
                         </a-form-item>
@@ -26,7 +26,7 @@
                                 v-model:value="form.password"
                             >
                                 <template #prefix>
-                                    <img src="@/assets/images/password.png" alt />
+                                    <img src="@/assets/images/password.png" />
                                 </template>
                             </a-input>
                         </a-form-item>
@@ -252,7 +252,7 @@ export default defineComponent({
     height: 100%;
 }
 .ant-col {
-    width: 690px;
+    width: 800px;
     height: 450px;
     background: @m-white0;
     border-radius: 5px;

+ 15 - 15
swagger-to-ts/swagger.ts

@@ -1,16 +1,16 @@
-export interface Name{
-    agreementcontent	:string;//协议内容
-agreementid	:number;//协议ID
-agreementname	:string;//协议名称
-agreementno	:string;//协议编号
-agreementtype	:number;//协议类型 - 1:注册 2:登录 3:交易
-agreementversion	:number;//协议版本号
-configid	:number;//配置(SEQ_QHJ_NODEAGREEMENTCONFIG)
-createtime	:string;//创建时间
-goodsid	:number;//商品ID [默认为number;
-//, NodeType>=3 的为商品值]
-nodetype	:number;//环节类型 - 1:注册 2:登录 3:购买 4:融资购买 5:定投 6:卖出
-signtimestamp	:string;//签约状态时间戳(最近一次)
-tradedate	:string;//签约交易日(yyyyMMdd)
-userid	:number;//客户ID
+export interface Name {
+    agreementcontent: string;//协议内容
+    agreementid: number;//协议ID
+    agreementname: string;//协议名称
+    agreementno: string;//协议编号
+    agreementtype: number;//协议类型 - 1:注册 2:登录 3:交易
+    agreementversion: number;//协议版本号
+    configid: number;//配置(SEQ_QHJ_NODEAGREEMENTCONFIG)
+    createtime: string;//创建时间
+    goodsid: number;//商品ID [默认为number;
+    //, NodeType>=3 的为商品值]
+    nodetype: number;//环节类型 - 1:注册 2:登录 3:购买 4:融资购买 5:定投 6:卖出
+    signtimestamp: string;//签约状态时间戳(最近一次)
+    tradedate: string;//签约交易日(yyyyMMdd)
+    userid: number;//客户ID
 }

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません