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
ff748760
Commit
ff748760
authored
Apr 01, 2021
by
leiqingsong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
森林状态
parent
8a534b6d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
.env.production
H5/.env.production
+2
-2
main.js
H5/src/main.js
+2
-2
grade.vue
H5/src/views/grade.vue
+1
-1
vue.config.js
H5/vue.config.js
+1
-1
No files found.
H5/.env.production
View file @
ff748760
# 生产环境 部署生产环境放开这个
# 生产环境 部署生产环境放开这个
#
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
H5/src/main.js
View file @
ff748760
...
@@ -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
;
...
...
H5/src/views/grade.vue
View file @
ff748760
...
@@ -114,7 +114,7 @@ export default {
...
@@ -114,7 +114,7 @@ export default {
this
.
$router
.
push
({
name
:
urlName
});
this
.
$router
.
push
({
name
:
urlName
});
},
},
getstatus
()
{
getstatus
()
{
const
userId
=
13933770003
;
const
userId
=
JSON
.
parse
(
localStorage
.
getItem
(
"user"
)).
userId
;
const
_this
=
this
;
const
_this
=
this
;
getForestStatus
(
userId
)
getForestStatus
(
userId
)
.
then
(
res
=>
{
.
then
(
res
=>
{
...
...
H5/vue.config.js
View file @
ff748760
...
@@ -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'
:
{
...
...
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