Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
mongo-ui
Commits
86a2c435
Commit
86a2c435
authored
Aug 30, 2020
by
郝聪敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 临时下掉sentry, 避免影响电子保单
parent
c81a339e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
main.js
src/main.js
+9
-9
No files found.
src/main.js
View file @
86a2c435
...
@@ -9,10 +9,10 @@ import vConsole from "vconsole";
...
@@ -9,10 +9,10 @@ import vConsole from "vconsole";
import
sa
from
"
sa-sdk-javascript
"
;
import
sa
from
"
sa-sdk-javascript
"
;
import
"
@/assets/icons/index
"
;
import
"
@/assets/icons/index
"
;
import
"
@/service/cherry-ui
"
;
import
"
@/service/cherry-ui
"
;
import
Raven
from
"
raven-js
"
;
//
import Raven from "raven-js";
import
RavenVue
from
"
raven-js/plugins/vue
"
;
//
import RavenVue from "raven-js/plugins/vue";
import
config
from
"
@/config
"
;
import
config
from
"
@/config
"
;
import
{
release
}
from
"
../.sentryclirc
"
;
//
import { release } from "../.sentryclirc";
Vue
.
config
.
productionTip
=
false
;
Vue
.
config
.
productionTip
=
false
;
new
Vue
({
new
Vue
({
...
@@ -22,12 +22,12 @@ new Vue({
...
@@ -22,12 +22,12 @@ new Vue({
}).
$mount
(
"
#app
"
);
}).
$mount
(
"
#app
"
);
// 初始化sentry
// 初始化sentry
Raven
.
config
(
"
https://1dc603dd7c09468793aa003ab0bf9480@sentry.q-gp.com/57
"
,
{
//
Raven.config("https://1dc603dd7c09468793aa003ab0bf9480@sentry.q-gp.com/57", {
release
,
//
release,
environment
:
process
.
env
.
VUE_APP_ENVIRONMENT
//
environment: process.env.VUE_APP_ENVIRONMENT
})
//
})
.
addPlugin
(
RavenVue
,
Vue
)
//
.addPlugin(RavenVue, Vue)
.
install
();
//
.install();
// 初始化神策
// 初始化神策
sa
.
init
({
sa
.
init
({
...
...
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