commit
Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -117,6 +117,9 @@ | ... | @@ -117,6 +117,9 @@ |
| 117 | queryPhoneCodeOptions: [{ | 117 | queryPhoneCodeOptions: [{ |
| 118 | value: '0', | 118 | value: '0', |
| 119 | label: '测试环境' | 119 | label: '测试环境' |
| 120 | },{ | ||
| 121 | value: '1', | ||
| 122 | label: '线上环境' | ||
| 120 | }], | 123 | }], |
| 121 | dialogQueryPhoneCode: false, | 124 | dialogQueryPhoneCode: false, |
| 122 | myQueryPhoneCode: '' | 125 | myQueryPhoneCode: '' | ... | ... |
-
Please register or sign in to post a comment