Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivWeb
Project
Project
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
ReactWeb5
CivWeb
Commits
04b663c9
Commit
04b663c9
authored
Oct 30, 2023
by
喻天
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 菜单埋点接口替换
parent
6f920f8c
Pipeline
#80866
passed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
base.js
src/api/service/base.js
+6
-5
No files found.
src/api/service/base.js
View file @
04b663c9
...
...
@@ -28,7 +28,8 @@ export const API = {
GET_SENSOR_TYPE
:
'/PandaCore/GCK/Sensor/GetSensorType'
,
// 获取传感器类型
GET_SYSTEM_CONFIGURATION
:
'/PandaCore/GCK/Common/SysConfiguration'
,
// 获取系统配置
GET_INFO_QYWX
:
'/CityInterface/rest/services/OA.svc/WeChatScanQRCode'
,
PV_LOGS
:
'/CityInterface/rest/services/portal.svc/OMMonitor/SavePVLogInfo'
,
// PV_LOGS: '/CityInterface/rest/services/portal.svc/OMMonitor/SavePVLogInfo',
PV_LOGS
:
'/PandaCore/GCK/PlatMonitor/SavePVLogInfo'
,
LOGIN_LOGS
:
'CityInterface/rest/Services/IOTPlatform.svc/WisdomOMS/SaveLoginInfo'
,
GET_PAGE_PART_INFO
:
'/CityInterface/rest/services/CountyProduct.svc/AccountManage/GetHomePagePartInfo'
,
SAVE_Page_PART_INFO
:
'/CityInterface/rest/services/CountyProduct.svc/AccountManage/SaveHomePage'
,
...
...
@@ -151,8 +152,8 @@ const services = {
generateToken
:
{
url
:
()
=>
window
.
globalConfig
&&
(
window
.
globalConfig
.
loginTemplate
===
'Dark - IOTMultiLogin.html'
||
window
.
globalConfig
.
loginTemplate
===
'新春 - 智联.html'
)
(
window
.
globalConfig
.
loginTemplate
===
'Dark - IOTMultiLogin.html'
||
window
.
globalConfig
.
loginTemplate
===
'新春 - 智联.html'
)
?
API
.
GENERATE_IOT_TOKEN
:
API
.
GENERATE_TOKEN
,
method
:
constants
.
REQUEST_METHOD_GET
,
...
...
@@ -161,8 +162,8 @@ const services = {
changePassword
:
{
url
:
()
=>
window
.
globalConfig
&&
(
window
.
globalConfig
.
loginTemplate
===
'Dark - IOTMultiLogin.html'
||
window
.
globalConfig
.
loginTemplate
===
'新春 - 智联.html'
)
(
window
.
globalConfig
.
loginTemplate
===
'Dark - IOTMultiLogin.html'
||
window
.
globalConfig
.
loginTemplate
===
'新春 - 智联.html'
)
?
API
.
IOT_CHANGE_PASSWORD
:
API
.
CHANGE_PASSWORD
,
method
:
constants
.
REQUEST_METHOD_GET
,
...
...
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