Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mocp-uniapp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pangchong
mocp-uniapp
Commits
7a5a5d30
Commit
7a5a5d30
authored
Jan 16, 2025
by
pangchong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 提交
parent
1a6bf4d4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
src/mocp/utils/http.js
+2
-2
src/pages/modules/mocp/login/constants/index.compositions.js
+2
-2
src/pages/modules/mocp/panel/abnormalEventManage/details.vue
+1
-1
No files found.
src/mocp/utils/http.js
View file @
7a5a5d30
import
useUserStore
from
'mocp/store/user'
const
baseURL
=
'https://hna-platform.anyremote.cn'
//测试
//
const baseURL = 'https://hna-platform.anyremote.cn' //测试
// const baseURL = 'https://moc.hnatechnic.com/api' //生产
// const baseURL = 'http://10.123.48.67/api' //Amms内网
//
const baseURL = 'https://hnaelbtest.hnatechnic.com/mocptest/api' //内网
const
baseURL
=
'https://hnaelbtest.hnatechnic.com/mocptest/api'
//内网
class
ServiceLoading
{
open
(
loading
)
{
...
...
src/pages/modules/mocp/login/constants/index.compositions.js
View file @
7a5a5d30
...
...
@@ -2,8 +2,8 @@ import { ref, reactive } from 'vue'
export
const
loginFormRef
=
ref
()
//表单数据
export
const
loginForm
=
reactive
({
username
:
'
devzj3
'
,
//devzj3
password
:
'
Ifar2016_0525
'
,
//Ifar_9527008 / Ifar2016_0525
username
:
''
,
//devzj3
password
:
''
,
//Ifar_9527008 / Ifar2016_0525
verifyCode
:
''
})
export
const
showLoad
=
ref
(
false
)
...
...
src/pages/modules/mocp/panel/abnormalEventManage/details.vue
View file @
7a5a5d30
...
...
@@ -28,7 +28,7 @@
<up-cell
title=
"扣分情况"
:value=
"details.pointsDeduction || '-'"
/>
<up-cell
title=
"接报日期"
:value=
"timeStampFormat(details.occurrenceTime, { format: 'YYYY/MM/DD' }) || '-'"
/>
<up-cell
title=
"调查单位"
:value=
"details.surveyUnit || '-'"
/>
<up-cell
title=
"事件性质"
:value=
"getParamNameByValue('EventProperty', details.
source
)"
/>
<up-cell
title=
"事件性质"
:value=
"getParamNameByValue('EventProperty', details.
eventProperty
)"
/>
<up-cell
title=
"备注"
:label=
"details.remake || '-'"
/>
<up-cell
title=
"调查已反馈"
:value=
"useGetDictByValue('aem_surveyListSelect2', details.survey)"
/>
<up-cell
title=
"附件"
>
...
...
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