Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
X
XiTianSenMall
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
leiqingsong
XiTianSenMall
Commits
c7fe0a9a
Commit
c7fe0a9a
authored
4 years ago
by
leiqingsong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部署测试环境
parent
9f60cc05
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
28 additions
and
19 deletions
+28
-19
.env.production
H5/.env.production
+2
-2
main.js
H5/src/main.js
+2
-2
airDropPool.vue
H5/src/views/airDropPool.vue
+0
-1
customer-service.vue
H5/src/views/customer-service.vue
+3
-1
grade.vue
H5/src/views/grade.vue
+4
-2
wallet.vue
H5/src/views/income/wallet.vue
+3
-1
invite.vue
H5/src/views/invite.vue
+3
-1
fastest-progress.vue
H5/src/views/rewards/fastest-progress.vue
+7
-7
month-award.vue
H5/src/views/rewards/month-award.vue
+3
-1
vue.config.js
H5/vue.config.js
+1
-1
No files found.
H5/.env.production
View file @
c7fe0a9a
# 生产环境 部署生产环境放开这个
# 生产环境 部署生产环境放开这个
VUE_APP_BASE_URL = "http://app.xitiansen.com"
#
VUE_APP_BASE_URL = "http://app.xitiansen.com"
# 测试环境 部署测试环境放开这个
# 测试环境 部署测试环境放开这个
# VUE_APP_BASE_URL = "http://8.131.244.76:81"
VUE_APP_BASE_URL = "http://8.131.244.76:81"
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
H5/src/main.js
View file @
c7fe0a9a
...
@@ -7,13 +7,13 @@ import "minirefresh/dist/debug/minirefresh.css";
...
@@ -7,13 +7,13 @@ import "minirefresh/dist/debug/minirefresh.css";
import
"amfe-flexible"
;
import
"amfe-flexible"
;
import
"@/plugins/vant-ui.js"
;
import
"@/plugins/vant-ui.js"
;
import
"@/plugins/echarts-plugins.js"
;
import
"@/plugins/echarts-plugins.js"
;
//
import Vconsole from "vconsole";
import
Vconsole
from
"vconsole"
;
import
bridgeToAppFun
from
"@/utils/bridgeToAppFun"
;
import
bridgeToAppFun
from
"@/utils/bridgeToAppFun"
;
Vue
.
prototype
.
$bridgeToAppFun
=
new
bridgeToAppFun
();
Vue
.
prototype
.
$bridgeToAppFun
=
new
bridgeToAppFun
();
/*生产环境请注释掉 */
/*生产环境请注释掉 */
//
Vue.prototype.$vConsole = new Vconsole();
Vue
.
prototype
.
$vConsole
=
new
Vconsole
();
Vue
.
use
(
MiniRefreshTools
);
Vue
.
use
(
MiniRefreshTools
);
Vue
.
config
.
productionTip
=
false
;
Vue
.
config
.
productionTip
=
false
;
...
...
This diff is collapsed.
Click to expand it.
H5/src/views/airDropPool.vue
View file @
c7fe0a9a
...
@@ -92,7 +92,6 @@ export default {
...
@@ -92,7 +92,6 @@ export default {
this
.
canScroll
=
true
;
this
.
canScroll
=
true
;
},
},
openUserInfo
(
item
)
{
openUserInfo
(
item
)
{
console
.
log
(
123
);
this
.
canScroll
=
false
;
this
.
canScroll
=
false
;
this
.
userInfoDialog
=
true
;
this
.
userInfoDialog
=
true
;
this
.
currentUser
=
item
;
this
.
currentUser
=
item
;
...
...
This diff is collapsed.
Click to expand it.
H5/src/views/customer-service.vue
View file @
c7fe0a9a
...
@@ -35,7 +35,9 @@ export default {
...
@@ -35,7 +35,9 @@ export default {
};
};
},
},
created
()
{
created
()
{
this
.
getCustomerData
();
setTimeout
(()
=>
{
this
.
getCustomerData
();
},
200
);
},
},
mounted
()
{},
mounted
()
{},
methods
:
{
methods
:
{
...
...
This diff is collapsed.
Click to expand it.
H5/src/views/grade.vue
View file @
c7fe0a9a
...
@@ -99,8 +99,10 @@ export default {
...
@@ -99,8 +99,10 @@ export default {
]
]
};
};
},
},
created
()
{
created
()
{
this
.
getstatus
();
setTimeout
(()
=>
{
this
.
getstatus
();
},
200
);
},
},
methods
:
{
methods
:
{
handlerBack
()
{
handlerBack
()
{
...
...
This diff is collapsed.
Click to expand it.
H5/src/views/income/wallet.vue
View file @
c7fe0a9a
...
@@ -49,7 +49,9 @@ export default {
...
@@ -49,7 +49,9 @@ export default {
};
};
},
},
mounted
()
{
mounted
()
{
this
.
getWalletInfo
();
setTimeout
(()
=>
{
this
.
getWalletInfo
();
});
},
},
methods
:
{
methods
:
{
// 跳转到可提现界面
// 跳转到可提现界面
...
...
This diff is collapsed.
Click to expand it.
H5/src/views/invite.vue
View file @
c7fe0a9a
...
@@ -28,7 +28,9 @@ export default {
...
@@ -28,7 +28,9 @@ export default {
};
};
},
},
mounted
()
{
mounted
()
{
this
.
inviteCode
();
setTimeout
(()
=>
{
this
.
inviteCode
();
},
200
);
},
},
methods
:
{
methods
:
{
onSave
()
{
onSave
()
{
...
...
This diff is collapsed.
Click to expand it.
H5/src/views/rewards/fastest-progress.vue
View file @
c7fe0a9a
...
@@ -82,13 +82,13 @@ export default {
...
@@ -82,13 +82,13 @@ export default {
getProgressPrizes
().
then
(
res
=>
{
getProgressPrizes
().
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
if
(
res
.
code
===
0
)
{
_this
.
growthTotal
=
res
.
data
.
growthTotal
;
_this
.
growthTotal
=
res
.
data
.
growthTotal
;
_this
.
prizeVos
=
res
.
data
.
prizeVos
.
map
(
item
=>
{
_this
.
prizeVos
=
res
.
data
.
prizeVos
.
map
(
item
=>
{
const
temp
=
item
;
const
temp
=
item
;
temp
.
userId
=
temp
.
userId
=
item
.
userId
.
substring
(
0
,
3
)
+
"****"
+
item
.
userId
.
substring
(
7
);
item
.
userId
.
substring
(
0
,
3
)
+
"****"
+
item
.
userId
.
substring
(
7
);
return
temp
;
return
temp
;
});
});
// _this.prizeVos = res.data.prizeVos;
// _this.prizeVos = res.data.prizeVos;
}
else
{
}
else
{
_this
.
growthTotal
=
0
;
_this
.
growthTotal
=
0
;
_this
.
prizeVos
=
[];
_this
.
prizeVos
=
[];
...
...
This diff is collapsed.
Click to expand it.
H5/src/views/rewards/month-award.vue
View file @
c7fe0a9a
...
@@ -110,7 +110,9 @@ export default {
...
@@ -110,7 +110,9 @@ export default {
};
};
},
},
created
()
{
created
()
{
this
.
getData
();
setTimeout
(()
=>
{
this
.
getData
();
},
200
);
},
},
methods
:
{
methods
:
{
handlerBack
()
{
handlerBack
()
{
...
...
This diff is collapsed.
Click to expand it.
H5/vue.config.js
View file @
c7fe0a9a
...
@@ -4,7 +4,7 @@ const name = "西田森App";
...
@@ -4,7 +4,7 @@ const name = "西田森App";
module
.
exports
=
{
module
.
exports
=
{
publicPath
:
"/front"
,
publicPath
:
"/front"
,
outputDir
:
"front"
,
//
outputDir: "front",
devServer
:
{
devServer
:
{
proxy
:
{
proxy
:
{
'/shop-mall'
:
{
'/shop-mall'
:
{
...
...
This diff is collapsed.
Click to expand it.
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