Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
device-new-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
赵啸非
device-new-platform
Commits
5cec7d47
Commit
5cec7d47
authored
Feb 02, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改站点请求地址
parent
568a26b2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
device-manager-ui/admin/src/views/app/publish/dialogshow.vue
device-manager-ui/admin/src/views/app/publish/dialogshow.vue
+1
-1
No files found.
device-manager-ui/admin/src/views/app/publish/dialogshow.vue
View file @
5cec7d47
...
@@ -6,7 +6,6 @@
...
@@ -6,7 +6,6 @@
<Field
label=
"应用名称"
:span=
"20"
prop=
"appCode"
type=
"select"
:enumData=
"dict.appPublish"
v-model=
"form.appCode"
placeholder=
"请选择应用"
/>
<Field
label=
"应用名称"
:span=
"20"
prop=
"appCode"
type=
"select"
:enumData=
"dict.appPublish"
v-model=
"form.appCode"
placeholder=
"请选择应用"
/>
<Field
:span=
"20"
label=
"文件路径地址"
><fileUpload
v-model=
"form.filePath"
prePath=
"/file/uploadfile"
/></Field>
<Field
:span=
"20"
label=
"文件路径地址"
><fileUpload
v-model=
"form.filePath"
prePath=
"/file/uploadfile"
/></Field>
<Field
label=
"应用类型"
:span=
"20"
prop=
"appType"
v-model=
"form.appType"
type=
"select"
:enumData=
"dict.appType"
placeholder=
"请选择应用类型"
/>
<Field
label=
"应用类型"
:span=
"20"
prop=
"appType"
v-model=
"form.appType"
type=
"select"
:enumData=
"dict.appType"
placeholder=
"请选择应用类型"
/>
<Field
label=
"版本号"
:span=
"20"
prop=
"version"
type=
"num"
v-model=
"form.version"
placeholder=
"请输入版本号"
/>
<Field
label=
"版本号"
:span=
"20"
prop=
"version"
type=
"num"
v-model=
"form.version"
placeholder=
"请输入版本号"
/>
...
@@ -42,6 +41,7 @@
...
@@ -42,6 +41,7 @@
toString
:[
toString
:[
"
appType
"
,
"
appType
"
,
"
distribute
"
,
"
distribute
"
,
"
appCode
"
,
],
],
// 表单校验
// 表单校验
rules
:
{
rules
:
{
...
...
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