Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
cded661f
Commit
cded661f
authored
Mar 05, 2025
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 优化应用信息
parent
ef6f6eb1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
base-manager-ui/admin/src/pages/basicset/appmarket/modal/AddApp.vue
...er-ui/admin/src/pages/basicset/appmarket/modal/AddApp.vue
+2
-0
No files found.
base-manager-ui/admin/src/pages/basicset/appmarket/modal/AddApp.vue
View file @
cded661f
...
@@ -74,6 +74,7 @@
...
@@ -74,6 +74,7 @@
<a-radio
:value=
"2"
>
URL
</a-radio>
<a-radio
:value=
"2"
>
URL
</a-radio>
<a-radio
:value=
"3"
v-if=
"form.type != 1"
>
微信小程序
</a-radio>
<a-radio
:value=
"3"
v-if=
"form.type != 1"
>
微信小程序
</a-radio>
<a-radio
:value=
"4"
v-if=
"form.type != 2"
>
天府通办
</a-radio>
<a-radio
:value=
"4"
v-if=
"form.type != 2"
>
天府通办
</a-radio>
<a-radio
:value=
"5"
>
Router
</a-radio>
</a-radio-group>
</a-radio-group>
</a-form-model-item>
</a-form-model-item>
<a-form-model-item
<a-form-model-item
...
@@ -301,6 +302,7 @@ export default {
...
@@ -301,6 +302,7 @@ export default {
// 改变类型
// 改变类型
changeAppType
(
e
)
{
changeAppType
(
e
)
{
let
val
=
e
.
target
.
value
;
let
val
=
e
.
target
.
value
;
this
.
$refs
.
form
.
clearValidate
([
"
url
"
,
"
filePath
"
]);
if
(
val
==
1
)
{
if
(
val
==
1
)
{
this
.
form
.
url
=
""
;
this
.
form
.
url
=
""
;
}
else
{
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment