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
d085922e
Commit
d085922e
authored
Jul 23, 2020
by
郝聪敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更换2倍图
parent
31c105a8
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
6 deletions
+10
-6
customer-service@1x.png
src/assets/images/user/customer-service@1x.png
+0
-0
customer-service@2x.png
src/assets/images/user/customer-service@2x.png
+0
-0
help@2x.png
src/assets/images/user/help@2x.png
+0
-0
Tabbar.vue
src/components/Tabbar.vue
+1
-1
main.js
src/main.js
+4
-4
index.vue
src/views/User/index.vue
+1
-1
vue.config.js
vue.config.js
+4
-0
No files found.
src/assets/images/user/customer-service@1x.png
deleted
100644 → 0
View file @
31c105a8
370 Bytes
src/assets/images/user/customer-service@2x.png
0 → 100644
View file @
d085922e
1.01 KB
src/assets/images/user/help@2x.png
View replaced file @
31c105a8
View file @
d085922e
707 Bytes
|
W:
|
H:
1.06 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/components/Tabbar.vue
View file @
d085922e
...
...
@@ -59,7 +59,7 @@ export default {
...
mapMutations
([
"
setActiveIdx
"
]),
oninput
(
idx
)
{
this
.
setActiveIdx
(
idx
);
this
.
$router
.
push
(
route
[
idx
]);
this
.
$router
.
replace
(
route
[
idx
]);
}
}
};
...
...
src/main.js
View file @
d085922e
...
...
@@ -4,7 +4,7 @@ import router from "./router";
import
store
from
"
./store
"
;
import
"
./style/index.less
"
;
import
"
amfe-flexible
"
;
import
vConsole
from
"
vconsole
"
;
//
import vConsole from "vconsole";
import
"
@/assets/icons/index
"
;
import
"
@/service/load
"
;
import
"
@/service/cherry-ui
"
;
...
...
@@ -16,6 +16,6 @@ new Vue({
render
:
h
=>
h
(
App
)
}).
$mount
(
"
#app
"
);
if
(
process
.
env
.
NODE_ENV
!==
"
development
"
)
{
new
vConsole
();
}
//
if (process.env.NODE_ENV !== "development") {
//
new vConsole();
//
}
src/views/User/index.vue
View file @
d085922e
...
...
@@ -49,7 +49,7 @@
</
template
>
<
script
>
import
"
./index.less
"
;
import
customerService
from
"
@/assets/images/user/customer-service@
1
x.png
"
;
import
customerService
from
"
@/assets/images/user/customer-service@
2
x.png
"
;
import
help
from
"
@/assets/images/user/help@2x.png
"
;
import
avatar
from
"
@/assets/images/user/avatar@2x.png
"
;
import
UserFamily
from
"
./modules/UserFamily
"
;
...
...
vue.config.js
View file @
d085922e
...
...
@@ -4,6 +4,10 @@ const IS_PROD = process.env.NODE_ENV === "production";
module
.
exports
=
{
chainWebpack
:
config
=>
{
config
.
plugin
(
"
html
"
).
tap
(
args
=>
{
args
[
0
].
title
=
"
芒果保险
"
;
return
args
;
});
// 修复HMR
config
.
resolve
.
symlinks
(
true
);
...
...
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