Commit dd7bb767 authored by 姬鋆屾's avatar 姬鋆屾

feat:修改跳转地址

parent 5cd14aaa
...@@ -140,8 +140,8 @@ ...@@ -140,8 +140,8 @@
</a-row> </a-row>
<a-row> <a-row>
<a-col :span="8"> <a-col :span="8">
<a-form-model-item label="跳转地址" props="url"> <a-form-model-item label="跳转地址" props="netApplyUrl">
<a-input v-model="baseform.url" placeholder="请输入跳转地址" /> <a-input v-model="baseform.netApplyUrl" placeholder="请输入跳转地址" />
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>
<a-col :span="8"> <a-col :span="8">
......
...@@ -274,8 +274,8 @@ ...@@ -274,8 +274,8 @@
</a-row> </a-row>
<a-row> <a-row>
<a-col :span="8"> <a-col :span="8">
<a-form-model-item label="跳转地址" props="url"> <a-form-model-item label="跳转地址" props="netApplyUrl">
<a-input v-model="baseform.url" placeholder="请输入跳转地址" /> <a-input v-model="baseform.netApplyUrl" placeholder="请输入跳转地址" />
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>
<a-col :span="8"> <a-col :span="8">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment