@@ -7,7 +7,7 @@ import getPageTitle from '@/utils/get-page-title'
NProgress.configure({ showSpinner: false }) // NProgress Configuration
-const whiteList = ['/login', '/map/dtl'] // no redirect whitelist
+const whiteList = ['/login'] // no redirect whitelist
router.beforeEach(async(to, from, next) => {
// start progress bar
@@ -937,11 +937,11 @@ export default {
color: #fff;
min-width: 120px;
font-weight: bold;
- box-shadow: 0 0 10px #fff;
+ box-shadow: 0 0 2px #fff;
text-align: center;
padding: 6px 10px;
border-radius: 6px;
- background: #ebad57;
+ background: #369af7;
}
.scoped-select-center {
@@ -964,7 +964,7 @@ export default {
border-radius: 2px;
padding: 3px 5px;
color: #666;
- background: #f0f0f0;
+ background: #fff;
box-shadow: 0 0 3px #ccc;
::v-deep .amap-logo{