Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-rljj-wx
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
rl
hls-rljj-wx
Commits
fee526b6
Commit
fee526b6
authored
May 20, 2020
by
5359
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改参数配置
parent
43f701e1
Pipeline
#6304
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
package.json
package.json
+1
-1
main.js
src/main.js
+6
-6
No files found.
package.json
View file @
fee526b6
...
...
@@ -8,7 +8,7 @@
"dev"
:
"cross-env CONFIG_ENV=dev webpack-dev-server --inline --progress --config build/webpack.dev.conf.js"
,
"start"
:
"npm run dev"
,
"build:uat"
:
"cross-env CONFIG_ENV=uat node build/build.js"
,
"build"
:
"cross-env CONFIG_ENV=
prod
node build/build.js"
,
"build"
:
"cross-env CONFIG_ENV=
dev
node build/build.js"
,
"clean"
:
"rimraf www/*"
},
"dependencies"
:
{
...
...
src/main.js
View file @
fee526b6
...
...
@@ -42,15 +42,15 @@ import { post, get } from './scripts/hlsHttp'
import
hlsUtil
from
'./scripts/hlsUtil'
// if (process.env.CONFIG_ENV === 'uat
') {
//
const VConsole = require('vconsole')
//
new VConsole() // eslint-disable-line
//
}
if
(
process
.
env
.
CONFIG_ENV
===
'dev
'
)
{
const
VConsole
=
require
(
'vconsole'
)
new
VConsole
()
// eslint-disable-line
}
Vue
.
use
(
directives
)
Vue
.
use
(
filter
)
//
//
import
axios
from
'axios'
Vue
.
prototype
.
$api
=
axios
;
/**
...
...
@@ -114,4 +114,4 @@ new Vue({
},
},
render
:
h
=>
h
(
App
),
}).
$mount
(
'#app-box'
)
\ No newline at end of file
}).
$mount
(
'#app-box'
)
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