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
Apr 01, 2021
by
leiqingsong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部署测试环境
parent
9f60cc05
Show 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"
\ No newline at end of file
VUE_APP_BASE_URL = "http://8.131.244.76:81"
\ No newline at end of file
H5/src/main.js
View file @
c7fe0a9a
...
...
@@ -7,13 +7,13 @@ import "minirefresh/dist/debug/minirefresh.css";
import
"amfe-flexible"
;
import
"@/plugins/vant-ui.js"
;
import
"@/plugins/echarts-plugins.js"
;
//
import Vconsole from "vconsole";
import
Vconsole
from
"vconsole"
;
import
bridgeToAppFun
from
"@/utils/bridgeToAppFun"
;
Vue
.
prototype
.
$bridgeToAppFun
=
new
bridgeToAppFun
();
/*生产环境请注释掉 */
//
Vue.prototype.$vConsole = new Vconsole();
Vue
.
prototype
.
$vConsole
=
new
Vconsole
();
Vue
.
use
(
MiniRefreshTools
);
Vue
.
config
.
productionTip
=
false
;
...
...
H5/src/views/airDropPool.vue
View file @
c7fe0a9a
...
...
@@ -92,7 +92,6 @@ export default {
this
.
canScroll
=
true
;
},
openUserInfo
(
item
)
{
console
.
log
(
123
);
this
.
canScroll
=
false
;
this
.
userInfoDialog
=
true
;
this
.
currentUser
=
item
;
...
...
H5/src/views/customer-service.vue
View file @
c7fe0a9a
...
...
@@ -35,7 +35,9 @@ export default {
};
},
created
()
{
setTimeout
(()
=>
{
this
.
getCustomerData
();
},
200
);
},
mounted
()
{},
methods
:
{
...
...
H5/src/views/grade.vue
View file @
c7fe0a9a
...
...
@@ -100,7 +100,9 @@ export default {
};
},
created
()
{
setTimeout
(()
=>
{
this
.
getstatus
();
},
200
);
},
methods
:
{
handlerBack
()
{
...
...
H5/src/views/income/wallet.vue
View file @
c7fe0a9a
...
...
@@ -49,7 +49,9 @@ export default {
};
},
mounted
()
{
setTimeout
(()
=>
{
this
.
getWalletInfo
();
});
},
methods
:
{
// 跳转到可提现界面
...
...
H5/src/views/invite.vue
View file @
c7fe0a9a
...
...
@@ -28,7 +28,9 @@ export default {
};
},
mounted
()
{
setTimeout
(()
=>
{
this
.
inviteCode
();
},
200
);
},
methods
:
{
onSave
()
{
...
...
H5/src/views/rewards/fastest-progress.vue
View file @
c7fe0a9a
H5/src/views/rewards/month-award.vue
View file @
c7fe0a9a
...
...
@@ -110,7 +110,9 @@ export default {
};
},
created
()
{
setTimeout
(()
=>
{
this
.
getData
();
},
200
);
},
methods
:
{
handlerBack
()
{
...
...
H5/vue.config.js
View file @
c7fe0a9a
...
...
@@ -4,7 +4,7 @@ const name = "西田森App";
module
.
exports
=
{
publicPath
:
"/front"
,
outputDir
:
"front"
,
//
outputDir: "front",
devServer
:
{
proxy
:
{
'/shop-mall'
:
{
...
...
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