Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
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
xugong
hls-xcmg-vue-app
Commits
8ce54c16
Commit
8ce54c16
authored
Dec 19, 2023
by
王建文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐藏关于汉得
parent
4f306d34
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
prod.env.js
config/prod.env.js
+6
-6
my-info.vue
src/pages/myInfo/my-info.vue
+2
-2
No files found.
config/prod.env.js
View file @
8ce54c16
...
...
@@ -4,12 +4,12 @@ module.exports = {
CONFIG_ENV
:
JSON
.
stringify
(
process
.
env
.
CONFIG_ENV
),
debug
:
true
,
isMobilePlatform
:
true
,
loginPath
:
'"http://
47.97.108.99:1808
0/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=appadmin&password=" '
,
basePath
:
'"http://
47.97.108.99:1808
0/r/api/interface?sysName=XCMG_UAT&apiName="'
,
rootPath
:
'"http://
47.97.108.99:1808
0/r/api"'
,
filePath
:
'"http://
47.97.108.99:1808
0/r/api/app/fileViewSvc?sysName=XCMG_UAT&apiName=file_view&"'
,
ocrPath
:
'"http://
47.97.108.99:1808
0/r/api"'
,
fileUploadSvcPath
:
'"http://
47.97.108.99:1808
0/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="'
,
loginPath
:
'"http://
10.1.10.87:909
0/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=appadmin&password=" '
,
basePath
:
'"http://
10.1.10.87:909
0/r/api/interface?sysName=XCMG_UAT&apiName="'
,
rootPath
:
'"http://
10.1.10.87:909
0/r/api"'
,
filePath
:
'"http://
10.1.10.87:909
0/r/api/app/fileViewSvc?sysName=XCMG_UAT&apiName=file_view&"'
,
ocrPath
:
'"http://
10.1.10.87:909
0/r/api"'
,
fileUploadSvcPath
:
'"http://
10.1.10.87:909
0/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="'
,
appId
:
'"com.xcmg.app.dev"'
,
currentVersion
:
'"3.5.9"'
}
src/pages/myInfo/my-info.vue
View file @
8ce54c16
...
...
@@ -90,10 +90,10 @@
<
img
slot
=
"left-icon"
src
=
"@/assets/myInfo/help.png"
class
=
"left-icon"
/>
<
div
slot
=
"name"
>
帮助与反馈
<
/div
>
<
/item
>
<
item
@
click
.
native
=
"goAbout"
>
<
!--
<
item
@
click
.
native
=
"goAbout"
>
<
img
slot
=
"left-icon"
src
=
"@/assets/myInfo/about.png"
class
=
"left-icon"
/>
<
div
slot
=
"name"
>
关于汉得
<
/div
>
<
/item
>
<
/item>
--
>
<
item
@
click
.
native
=
"goSetting"
>
<
img
slot
=
"left-icon"
src
=
"@/assets/myInfo/setting.png"
class
=
"left-icon"
/>
<
div
slot
=
"name"
>
设置
<
/div
>
...
...
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