Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
b0be243c
Commit
b0be243c
authored
Dec 09, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
cfedb887
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
25 deletions
+26
-25
Index.vue
src/components/Index.vue
+17
-6
chooseMenu.vue
src/components/common/chooseMenu.vue
+1
-1
index.js
src/plug/index.js
+8
-18
No files found.
src/components/Index.vue
View file @
b0be243c
...
...
@@ -4,7 +4,12 @@
<div
class=
"main-container"
>
<div
class=
"homeIndexTop"
>
<div
class=
"hoindexImgdiv"
>
<!--
<img
src=
"../assets/img/logo.png"
alt=
""
style=
"height:30px"
>
-->
<template
v-if=
"mall_userInfo&&mall_userInfo.TenantId==30"
>
<!--
<img
src=
"../assets/img/logo.png"
alt=
""
style=
"height:30px"
>
-->
</
template
>
<
template
v-else
>
<img
src=
"../assets/img/logo.png"
alt=
""
style=
"height:30px"
>
</
template
>
</div>
<div
class=
"hoindexRight"
style=
"cursor:pointer;"
>
<el-dropdown>
...
...
@@ -221,8 +226,12 @@
</div>
</div>
</div>
<!-- <div style="text-align: center;line-height: 60px;color: #000;font-size:12px">由成都微途科技有限公司提供技术支持</div> -->
<
template
v-if=
"mall_userInfo&&mall_userInfo.TenantId==30"
>
<div
style=
"text-align: center;line-height: 60px;color: #000;font-size:12px"
></div>
</
template
>
<
template
v-else
>
<div
style=
"text-align: center;line-height: 60px;color: #000;font-size:12px"
>
由成都微途科技有限公司提供技术支持
</div>
</
template
>
<!-- 修改手机号 -->
<el-dialog
title=
"修改手机号"
:visible
.
sync=
"dialogVisible"
width=
"400px"
>
<el-form
:model=
"addMsg"
:rules=
"rules"
ref=
"addMsg"
label-width=
"100px"
>
...
...
@@ -486,7 +495,8 @@
required
:
true
,
trigger
:
'blur'
}]
}
},
mall_userInfo
:
{},
}
},
methods
:
{
...
...
@@ -621,8 +631,8 @@
let
userInfo
=
this
.
getLocalStorage
();
userInfo
.
MallBaseId
=
item
.
MallBaseId
;
userInfo
.
MallName
=
item
.
MallName
;
userInfo
.
IsOpenSchool
=
item
.
IsOpenSchool
;
userInfo
.
IsKorea
=
item
.
IsKorea
;
userInfo
.
IsOpenSchool
=
item
.
IsOpenSchool
;
userInfo
.
IsKorea
=
item
.
IsKorea
;
localStorage
.
mall_userInfo
=
JSON
.
stringify
(
userInfo
);
},
//修改密码
...
...
@@ -745,6 +755,7 @@
},
},
mounted
()
{
this
.
mall_userInfo
=
JSON
.
parse
(
localStorage
.
mall_userInfo
);
this
.
TestMiniApp
();
this
.
init
();
this
.
getMiniPrograme
();
...
...
src/components/common/chooseMenu.vue
View file @
b0be243c
...
...
@@ -33,7 +33,7 @@
</div>
<div
style=
"height:450px;overflow:scroll"
v-else
>
<template
v-for=
"(subItem,subIndex) in item.SubMenuList"
>
<div
:key=
"subIndex"
style=
"margin-bottom:
10
px;"
>
<div
:key=
"subIndex"
style=
"margin-bottom:
5
px;"
>
<el-checkbox
v-model=
"subItem.IsChecked"
:key=
"subIndex"
@
change=
"checkMenuChange(subItem)"
>
<span
v-if=
"subItem.SelfPageName"
>
{{
subItem
.
SelfPageName
}}
</span>
<span
v-else
>
{{
subItem
.
PageName
}}
</span>
...
...
src/plug/index.js
View file @
b0be243c
...
...
@@ -53,19 +53,13 @@ export default {
},
//域名管理对象
Vue
.
prototype
.
domainManager
=
function
()
{
let
domainUrl
=
"http://192.168.5.46:8200"
;
let
javaUrl
=
'http://192.168.5.214:8018'
;
let
vtUploadUrl
=
"http://192.168.5.214:8120"
;
let
vtViewUrl
=
"http://192.168.5.214:8130"
;
let
erpWebUrl
=
"http://localhost:8080"
;
let
domainUrl
=
"http://192.168.5.46:8200"
;
//商城接口地址
let
javaUrl
=
'http://192.168.5.214:8018'
;
//资产Api地址
let
vtUploadUrl
=
"http://192.168.5.214:8120"
;
//文件上传地址
let
vtViewUrl
=
"http://192.168.5.214:8130"
;
//文件预览地址
let
erpWebUrl
=
"http://localhost:8080"
;
//ERP后台Web地址
let
locationName
=
window
.
location
.
hostname
;
if
(
locationName
.
indexOf
(
'testmall.oytour'
)
!==
-
1
)
{
domainUrl
=
"https://mallapi.oytour.com"
;
javaUrl
=
"http://property.oytour.com"
;
vtUploadUrl
=
"http://upload.oytour.com"
;
vtViewUrl
=
"https://imgfile.oytour.com"
;
erpWebUrl
=
"http://admin.oytour.com"
;
}
else
if
(
locationName
.
indexOf
(
'oytour'
)
!==
-
1
)
{
if
(
locationName
.
indexOf
(
'oytour'
)
!==
-
1
)
{
domainUrl
=
"https://mallapi.oytour.com"
;
javaUrl
=
"http://property.oytour.com"
;
vtUploadUrl
=
"http://upload.oytour.com"
;
...
...
@@ -73,12 +67,8 @@ export default {
erpWebUrl
=
"http://admin.oytour.com"
;
}
var
obj
=
{
//主地址npm
DomainUrl
:
domainUrl
,
//资产管理
javaUrl
:
javaUrl
,
//常用提交数据URL
PostUrl
:
domainUrl
+
"/api/common/post"
,
DomainUrl
:
domainUrl
,
//商城接口地址
javaUrl
:
javaUrl
,
//资产Api地址
ImageUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com'
,
UploadFileUrl
:
domainUrl
+
'/api/File/LocalFileUploadImport'
,
UploadBlob
:
domainUrl
+
'/api/File/UploadBlob'
,
...
...
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