feature: first commit
7
applications/task/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from rest_framework import routers
|
||||
|
||||
from . import views
|
||||
|
||||
router = routers.DefaultRouter()
|
||||
router.register(r"^task", views.TaskViewSets, base_name='task')
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
from django.shortcuts import render
|
||||
from rest_framework import mixins, status
|
||||
from rest_framework.response import Response
|
||||
|
||||
# Create your views here.
|
||||
from component.drf.viewsets import GenericViewSet
|
||||
|
||||
|
||||
class TaskViewSets(mixins.ListModelMixin, GenericViewSet):
|
||||
def list(self, request, *args, **kwargs):
|
||||
return Response({})
|
||||
|
||||
@@ -107,7 +107,8 @@ USE_L10N = True
|
||||
USE_TZ = False
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
STATICFILES_DIRS = [os.path.join(BASE_DIR, "static")] # noqa
|
||||
STATIC_ROOT = 'static'
|
||||
# STATICFILES_DIRS = [os.path.join(BASE_DIR, "static")] # noqa
|
||||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
IS_USE_CELERY = True
|
||||
|
||||
@@ -1,8 +1,14 @@
|
||||
from django.conf import settings
|
||||
from django.contrib import admin
|
||||
from django.urls import path, include
|
||||
from django.urls import path, include, re_path
|
||||
from django_vue_cli.views import index
|
||||
from applications.task.urls import router as task_router
|
||||
from django.views import static
|
||||
|
||||
urlpatterns = [
|
||||
path('admin/', admin.site.urls),
|
||||
path('', index),
|
||||
re_path(r"^task/", include(task_router.urls)),
|
||||
re_path(r'^static/(?P<path>.*)$', static.serve,
|
||||
{'document_root': settings.STATIC_ROOT}, name='static'),
|
||||
]
|
||||
|
||||
2
static/dist/css/app.css
vendored
@@ -1 +1 @@
|
||||
body,html{height:100%;min-width:1280px}::-webkit-scrollbar-thumb:window-inactive{background:rgba(255,0,0,.4)}::-webkit-scrollbar{width:6px;height:8px;background-color:hsla(0,0%,100%,.07)}::-webkit-scrollbar-thumb{border-radius:10px;background:rgba(11,54,106,.52);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)}::-webkit-scrollbar-thumb:window-inactive{background-color:hsla(0,0%,100%,.07)}.pm-title{margin-left:10px}.pm-title .pm-title-block{width:20px;height:22px;margin-top:2px;float:left}.pm-title .ivu-icon-md-settings{font-size:22px;color:#1facdd}.pm-top{border:1px solid #e3e3e3;background-color:#fff;height:80px}.pm-top>div>button,.pm-top>div>div,.pm-top>div>span{vertical-align:middle}.base{position:absolute;width:98%;left:1%;top:42px;padding:10px;z-index:9;border:1px solid #e3e3e3;font-size:0;text-align:center}.base .base_box{display:inline-block;padding-right:30px;vertical-align:top}.base .base_box>span{display:inline-block;font-size:12px;float:left;line-height:32px;height:64px;overflow:auto}.monitor-logo-icon[data-v-546333ec],.monitor-logo[data-v-546333ec]{width:32px;height:32px}.bk-wrapper .bk-navigation-wrapper .navigation-container{max-width:calc(100% - 60px)!important}.bk-wrapper .bk-navigation-wrapper .navigation-container .container-content{padding:0}.monitor-navigation-header[data-v-56c91c0b]{-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:14px}.monitor-navigation-header .header-title[data-v-56c91c0b],.monitor-navigation-header[data-v-56c91c0b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monitor-navigation-header .header-title[data-v-56c91c0b]{color:#63656e;font-size:16px;margin-left:-6px}.monitor-navigation-header .header-title-icon[data-v-56c91c0b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:28px;height:28px;font-size:28px;color:#3a84ff;cursor:pointer}.monitor-navigation-header .header-select[data-v-56c91c0b]{width:240px;margin-left:auto;margin-right:34px;border:none;background:#f0f1f5;color:#63656e;-webkit-box-shadow:none;box-shadow:none}.monitor-navigation-header .header-user[data-v-56c91c0b]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#96a2b9}.monitor-navigation-header .header-user .bk-icon[data-v-56c91c0b]{margin-left:5px;font-size:12px}.monitor-navigation-header .header-user[data-v-56c91c0b]:hover{cursor:pointer;color:#3a84ff}.monitor-navigation-admin[data-v-56c91c0b]{width:170px #63656e;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;border:1px solid #e2e2e2;-webkit-box-shadow:0 3px 4px 0 rgba(64,112,203,.06);box-shadow:0 3px 4px 0 rgba(64,112,203,.06);padding:6px 0;margin:0;color:#63656e}.monitor-navigation-admin .nav-item[data-v-56c91c0b]{-webkit-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px;list-style:none}.monitor-navigation-admin .nav-item[data-v-56c91c0b]:hover{color:#3a84ff;cursor:pointer;background-color:#f0f1f5}.tippy-popper .tippy-tooltip.navigation-message-theme{padding:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bk-navigation{width:100%!important;height:100vh;outline:1px solid #ebebeb}.bk-navigation .bk-navigation-wrapper{height:100%;width:100%}.monitor-navigation-nav{width:150px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;border:1px solid #e2e2e2;-webkit-box-shadow:0 3px 4px 0 rgba(64,112,203,.06);box-shadow:0 3px 4px 0 rgba(64,112,203,.06);padding:6px 0;margin:0;color:#63656e}.monitor-navigation-nav .nav-item{-webkit-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px;list-style:none}.monitor-navigation-nav .nav-item:hover{color:#3a84ff;cursor:pointer;background-color:#f0f1f5}#container[data-v-4babfc6f]{height:calc(100vh - 52px)}
|
||||
body,html{height:100%;min-width:1280px}::-webkit-scrollbar-thumb:window-inactive{background:rgba(255,0,0,.4)}::-webkit-scrollbar{width:6px;height:8px;background-color:hsla(0,0%,100%,.07)}::-webkit-scrollbar-thumb{border-radius:10px;background:rgba(11,54,106,.52);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)}::-webkit-scrollbar-thumb:window-inactive{background-color:hsla(0,0%,100%,.07)}.pm-title{margin-left:10px}.pm-title .pm-title-block{width:20px;height:22px;margin-top:2px;float:left}.pm-title .ivu-icon-md-settings{font-size:22px;color:#1facdd}.pm-top{border:1px solid #e3e3e3;background-color:#fff;height:80px}.pm-top>div>button,.pm-top>div>div,.pm-top>div>span{vertical-align:middle}.base{position:absolute;width:98%;left:1%;top:42px;padding:10px;z-index:9;border:1px solid #e3e3e3;font-size:0;text-align:center}.base .base_box{display:inline-block;padding-right:30px;vertical-align:top}.base .base_box>span{display:inline-block;font-size:12px;float:left;line-height:32px;height:64px;overflow:auto}.monitor-logo-icon[data-v-546333ec],.monitor-logo[data-v-546333ec]{width:32px;height:32px}.bk-wrapper .bk-navigation-wrapper .navigation-container{max-width:calc(100% - 60px)!important}.bk-wrapper .bk-navigation-wrapper .navigation-container .container-content{padding:0}.monitor-navigation-header[data-v-7488e092]{-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:14px}.monitor-navigation-header .header-title[data-v-7488e092],.monitor-navigation-header[data-v-7488e092]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monitor-navigation-header .header-title[data-v-7488e092]{color:#63656e;font-size:16px;margin-left:-6px}.monitor-navigation-header .header-title-icon[data-v-7488e092]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:28px;height:28px;font-size:28px;color:#3a84ff;cursor:pointer}.monitor-navigation-header .header-select[data-v-7488e092]{width:240px;margin-left:auto;margin-right:34px;border:none;background:#f0f1f5;color:#63656e;-webkit-box-shadow:none;box-shadow:none}.monitor-navigation-header .header-user[data-v-7488e092]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#96a2b9}.monitor-navigation-header .header-user .bk-icon[data-v-7488e092]{margin-left:5px;font-size:12px}.monitor-navigation-header .header-user[data-v-7488e092]:hover{cursor:pointer;color:#3a84ff}.monitor-navigation-admin[data-v-7488e092]{width:170px #63656e;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;border:1px solid #e2e2e2;-webkit-box-shadow:0 3px 4px 0 rgba(64,112,203,.06);box-shadow:0 3px 4px 0 rgba(64,112,203,.06);padding:6px 0;margin:0;color:#63656e}.monitor-navigation-admin .nav-item[data-v-7488e092]{-webkit-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px;list-style:none}.monitor-navigation-admin .nav-item[data-v-7488e092]:hover{color:#3a84ff;cursor:pointer;background-color:#f0f1f5}.tippy-popper .tippy-tooltip.navigation-message-theme{padding:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bk-navigation{width:100%!important;height:100vh;outline:1px solid #ebebeb}.bk-navigation .bk-navigation-wrapper{height:100%;width:100%}.monitor-navigation-nav{width:150px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;border:1px solid #e2e2e2;-webkit-box-shadow:0 3px 4px 0 rgba(64,112,203,.06);box-shadow:0 3px 4px 0 rgba(64,112,203,.06);padding:6px 0;margin:0;color:#63656e}.monitor-navigation-nav .nav-item{-webkit-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px;list-style:none}.monitor-navigation-nav .nav-item:hover{color:#3a84ff;cursor:pointer;background-color:#f0f1f5}#container[data-v-4babfc6f]{height:calc(100vh - 52px)}
|
||||
2
static/dist/js/app.js
vendored
@@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title>django-vue</title>
|
||||
<link href="/static/dist/css/app.css" rel="stylesheet">
|
||||
<link rel="shortcut icon" href="#" type="image/x-icon" />
|
||||
<link rel="shortcut icon" href="/" type="image/x-icon" />
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
|
||||
@@ -10,18 +10,6 @@ module.exports = {
|
||||
// Paths
|
||||
assetsSubDirectory: 'static',
|
||||
assetsPublicPath: '/',
|
||||
// proxyTable: {
|
||||
// '/api': {
|
||||
// //target: 'dev.cwbk.com',//设置你调用的接口域名和端口号 别忘了加http
|
||||
// target: 'http://192.168.161.187:8000',//设置你调用的接口域名和端口号 别忘了加http
|
||||
// changeOrigin: true,
|
||||
// pathRewrite: {
|
||||
// '^/api': ''//这里理解成用‘/api’代替target里面的地址,后面组件中我们掉接口时直接用api代替 比如我要调用'http://40.00.100.100:3002/user/add',直接写‘/api/user/add’即可
|
||||
// }
|
||||
// }
|
||||
// },
|
||||
//
|
||||
|
||||
// Various Dev Server settings
|
||||
host: '0.0.0.0', // can be overwritten by process.env.HOST
|
||||
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
window.siteUrl = "http://127.0.0.1:8001"
|
||||
window.siteUrl = "http://127.0.0.1:8000"
|
||||
window.APP_CODE = 'dj-flow';
|
||||
window.CSRF_COOKIE_NAME = 'django_vue_cli_csrftoken'
|
||||
</script>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>django-vue</title><link href=./static/dist/css/app.css rel=stylesheet></head><body><script>window.siteUrl = "http://127.0.0.1:8001"
|
||||
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>django-vue</title><link href=./static/dist/css/app.css rel=stylesheet></head><body><script>window.siteUrl = "http://127.0.0.1:8000"
|
||||
window.APP_CODE = 'dj-flow';
|
||||
window.CSRF_COOKIE_NAME = 'django_vue_cli_csrftoken'</script><div id=app></div><script type=text/javascript src=./static/dist/js/manifest.js></script><script type=text/javascript src=./static/dist/js/vendor.js></script><script type=text/javascript src=./static/dist/js/app.js></script></body></html>
|
||||
@@ -26,9 +26,6 @@
|
||||
if (window.innerHeight) {
|
||||
this.winHeight = window.screen.availHeight - (window.outerHeight - window.innerHeight)
|
||||
}
|
||||
// if (document.documentElement && document.documentElement.clientHeight && document.documentElement.clientWidth) {
|
||||
// this.winHeight = document.documentElement.clientHeight;
|
||||
// }
|
||||
this.winHeight = this.winHeight - headerHeight + 'px'
|
||||
}
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 402 B |
|
Before Width: | Height: | Size: 237 B |
@@ -1 +0,0 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1602507641910" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10192" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M256 256l512 0 0 512-512 0 0-512Z" p-id="10193"></path><path d="M64 256 64 64 256 64Z" p-id="10194"></path><path d="M960 256 960 64 768 64Z" p-id="10195"></path><path d="M64 768 64 960 256 960Z" p-id="10196"></path><path d="M960 768 960 960 768 960Z" p-id="10197"></path></svg>
|
||||
|
Before Width: | Height: | Size: 653 B |
|
Before Width: | Height: | Size: 483 B |
|
Before Width: | Height: | Size: 606 B |
|
Before Width: | Height: | Size: 259 B |
@@ -1 +0,0 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1602842483204" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1202" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M70.4 470.4l156.8-163.2c6.4-6.4 16-9.6 22.4-9.6 9.6 0 19.2 6.4 22.4 9.6l166.4 160c6.4 6.4 9.6 12.8 9.6 22.4 0 9.6-6.4 19.2-9.6 22.4l-166.4 163.2c-6.4 6.4-16 9.6-22.4 9.6-9.6 0-19.2-6.4-22.4-6.4l-156.8-163.2c-6.4-6.4-9.6-16-9.6-22.4 0-9.6 3.2-16 9.6-22.4zM963.2 83.2v201.6c0 6.4-6.4 19.2-9.6 22.4-6.4 6.4-16 9.6-22.4 9.6h-252.8c-6.4 0-19.2-6.4-22.4-9.6-6.4-6.4-9.6-16-9.6-22.4V224h-64c-6.4 0-19.2 6.4-22.4 9.6-6.4 6.4-9.6 16-9.6 22.4v460.8c0 6.4 6.4 19.2 9.6 22.4 6.4 6.4 16 9.6 22.4 9.6h64V736c0-6.4 6.4-19.2 9.6-22.4 9.6-9.6 16-9.6 22.4-9.6h252.8c6.4 0 19.2 6.4 22.4 9.6 6.4 6.4 9.6 16 9.6 22.4v204.8c0 6.4-6.4 19.2-9.6 22.4-6.4 6.4-16 9.6-22.4 9.6h-252.8c-6.4 0-19.2-6.4-22.4-9.6-6.4-6.4-9.6-16-9.6-22.4v-92.8h-140.8c-6.4 0-19.2-6.4-22.4-9.6-6.4-6.4-9.6-16-9.6-22.4V179.2c0-6.4 6.4-19.2 9.6-22.4 6.4-6.4 16-9.6 22.4-9.6h140.8v-64c0-6.4 6.4-19.2 9.6-22.4 6.4-6.4 16-9.6 22.4-9.6h252.8c6.4 0 19.2 6.4 22.4 9.6 6.4 6.4 9.6 16 9.6 22.4z" p-id="1203" fill="#ffffff"></path></svg>
|
||||
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 244 B |
@@ -1 +0,0 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1602842483204" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1202" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M70.4 470.4l156.8-163.2c6.4-6.4 16-9.6 22.4-9.6 9.6 0 19.2 6.4 22.4 9.6l166.4 160c6.4 6.4 9.6 12.8 9.6 22.4 0 9.6-6.4 19.2-9.6 22.4l-166.4 163.2c-6.4 6.4-16 9.6-22.4 9.6-9.6 0-19.2-6.4-22.4-6.4l-156.8-163.2c-6.4-6.4-9.6-16-9.6-22.4 0-9.6 3.2-16 9.6-22.4zM963.2 83.2v201.6c0 6.4-6.4 19.2-9.6 22.4-6.4 6.4-16 9.6-22.4 9.6h-252.8c-6.4 0-19.2-6.4-22.4-9.6-6.4-6.4-9.6-16-9.6-22.4V224h-64c-6.4 0-19.2 6.4-22.4 9.6-6.4 6.4-9.6 16-9.6 22.4v460.8c0 6.4 6.4 19.2 9.6 22.4 6.4 6.4 16 9.6 22.4 9.6h64V736c0-6.4 6.4-19.2 9.6-22.4 9.6-9.6 16-9.6 22.4-9.6h252.8c6.4 0 19.2 6.4 22.4 9.6 6.4 6.4 9.6 16 9.6 22.4v204.8c0 6.4-6.4 19.2-9.6 22.4-6.4 6.4-16 9.6-22.4 9.6h-252.8c-6.4 0-19.2-6.4-22.4-9.6-6.4-6.4-9.6-16-9.6-22.4v-92.8h-140.8c-6.4 0-19.2-6.4-22.4-9.6-6.4-6.4-9.6-16-9.6-22.4V179.2c0-6.4 6.4-19.2 9.6-22.4 6.4-6.4 16-9.6 22.4-9.6h140.8v-64c0-6.4 6.4-19.2 9.6-22.4 6.4-6.4 16-9.6 22.4-9.6h252.8c6.4 0 19.2 6.4 22.4 9.6 6.4 6.4 9.6 16 9.6 22.4z" p-id="1203"></path></svg>
|
||||
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 337 B |
@@ -1 +0,0 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1602842483204" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1202" width="22" height="22" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M70.4 470.4l156.8-163.2c6.4-6.4 16-9.6 22.4-9.6 9.6 0 19.2 6.4 22.4 9.6l166.4 160c6.4 6.4 9.6 12.8 9.6 22.4 0 9.6-6.4 19.2-9.6 22.4l-166.4 163.2c-6.4 6.4-16 9.6-22.4 9.6-9.6 0-19.2-6.4-22.4-6.4l-156.8-163.2c-6.4-6.4-9.6-16-9.6-22.4 0-9.6 3.2-16 9.6-22.4zM963.2 83.2v201.6c0 6.4-6.4 19.2-9.6 22.4-6.4 6.4-16 9.6-22.4 9.6h-252.8c-6.4 0-19.2-6.4-22.4-9.6-6.4-6.4-9.6-16-9.6-22.4V224h-64c-6.4 0-19.2 6.4-22.4 9.6-6.4 6.4-9.6 16-9.6 22.4v460.8c0 6.4 6.4 19.2 9.6 22.4 6.4 6.4 16 9.6 22.4 9.6h64V736c0-6.4 6.4-19.2 9.6-22.4 9.6-9.6 16-9.6 22.4-9.6h252.8c6.4 0 19.2 6.4 22.4 9.6 6.4 6.4 9.6 16 9.6 22.4v204.8c0 6.4-6.4 19.2-9.6 22.4-6.4 6.4-16 9.6-22.4 9.6h-252.8c-6.4 0-19.2-6.4-22.4-9.6-6.4-6.4-9.6-16-9.6-22.4v-92.8h-140.8c-6.4 0-19.2-6.4-22.4-9.6-6.4-6.4-9.6-16-9.6-22.4V179.2c0-6.4 6.4-19.2 9.6-22.4 6.4-6.4 16-9.6 22.4-9.6h140.8v-64c0-6.4 6.4-19.2 9.6-22.4 6.4-6.4 16-9.6 22.4-9.6h252.8c6.4 0 19.2 6.4 22.4 9.6 6.4 6.4 9.6 16 9.6 22.4z" p-id="1203" fill="#ffffff"></path></svg>
|
||||
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 389 B |
@@ -1 +0,0 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1602842483204" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1202" width="22" height="22" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M70.4 470.4l156.8-163.2c6.4-6.4 16-9.6 22.4-9.6 9.6 0 19.2 6.4 22.4 9.6l166.4 160c6.4 6.4 9.6 12.8 9.6 22.4 0 9.6-6.4 19.2-9.6 22.4l-166.4 163.2c-6.4 6.4-16 9.6-22.4 9.6-9.6 0-19.2-6.4-22.4-6.4l-156.8-163.2c-6.4-6.4-9.6-16-9.6-22.4 0-9.6 3.2-16 9.6-22.4zM963.2 83.2v201.6c0 6.4-6.4 19.2-9.6 22.4-6.4 6.4-16 9.6-22.4 9.6h-252.8c-6.4 0-19.2-6.4-22.4-9.6-6.4-6.4-9.6-16-9.6-22.4V224h-64c-6.4 0-19.2 6.4-22.4 9.6-6.4 6.4-9.6 16-9.6 22.4v460.8c0 6.4 6.4 19.2 9.6 22.4 6.4 6.4 16 9.6 22.4 9.6h64V736c0-6.4 6.4-19.2 9.6-22.4 9.6-9.6 16-9.6 22.4-9.6h252.8c6.4 0 19.2 6.4 22.4 9.6 6.4 6.4 9.6 16 9.6 22.4v204.8c0 6.4-6.4 19.2-9.6 22.4-6.4 6.4-16 9.6-22.4 9.6h-252.8c-6.4 0-19.2-6.4-22.4-9.6-6.4-6.4-9.6-16-9.6-22.4v-92.8h-140.8c-6.4 0-19.2-6.4-22.4-9.6-6.4-6.4-9.6-16-9.6-22.4V179.2c0-6.4 6.4-19.2 9.6-22.4 6.4-6.4 16-9.6 22.4-9.6h140.8v-64c0-6.4 6.4-19.2 9.6-22.4 6.4-6.4 16-9.6 22.4-9.6h252.8c6.4 0 19.2 6.4 22.4 9.6 6.4 6.4 9.6 16 9.6 22.4z" p-id="1203" fill="#2c2c2c"></path></svg>
|
||||
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 380 B |
|
Before Width: | Height: | Size: 424 B |
|
Before Width: | Height: | Size: 493 B |
|
Before Width: | Height: | Size: 587 B |
|
Before Width: | Height: | Size: 580 B |
|
Before Width: | Height: | Size: 973 B |
@@ -1 +0,0 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1599447178226" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2647" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M988.416 685.738667a270.677333 270.677333 0 0 0-45.226667-55.296 322.645333 322.645333 0 0 0-58.709333-43.946667l36.096-34.645333s51.626667 0 77.482667 24.746666c25.856 24.832 25.856 74.496 25.856 74.496l-35.498667 34.645334m-319.232 310.698666H560.981333V892.586667l12.885334-12.458667c23.722667 10.837333 45.226667 25.344 63.573333 42.922667 18.261333 17.578667 33.877333 38.229333 44.629333 61.013333l-12.885333 12.373333m289.024-282.282666l-244.906667 239.445333a278.442667 278.442667 0 0 0-47.36-58.026667 305.237333 305.237333 0 0 0-61.354666-45.397333L854.357333 614.4c22.613333 10.24 43.093333 24.234667 60.842667 40.789333 17.749333 16.554667 32.768 37.802667 43.008 58.965334m-507.050667 180.906666c-0.512-12.8 80.213333-95.061333 174.933334-187.136H203.605333a40.106667 40.106667 0 0 1-40.96-39.253333 40.106667 40.106667 0 0 1 40.96-39.253333H680.96c7.509333 0 14.506667 2.048 20.48 5.12 82.773333-79.616 163.584-155.136 200.704-189.781334V86.442667C902.229333 38.912 861.866667 0.085333 812.373333 0.085333H90.453333C40.96 0.085333 0.682667 38.912 0.682667 86.442667v850.602666c0 47.530667 40.362667 86.357333 89.941333 86.357334h361.216c0-47.616 0-110.165333-0.597333-128.256m-290.133334-639.573334a40.106667 40.106667 0 0 1 40.96-39.253333h479.573334a40.106667 40.106667 0 0 1 40.96 39.253333 40.106667 40.106667 0 0 1-40.96 39.253334h-479.573334a40.106667 40.106667 0 0 1-40.96-39.253334m1.706667 208.298667a40.106667 40.106667 0 0 1 40.874667-39.253333H680.96a40.106667 40.106667 0 0 1 40.96 39.253333 40.106667 40.106667 0 0 1-40.96 39.338667H203.946667c-22.528 0-41.386667-18.090667-41.386667-39.253334" fill="#2c2c2c" p-id="2648"></path></svg>
|
||||
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 533 B |
|
Before Width: | Height: | Size: 9.1 KiB |
@@ -1 +0,0 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1602558556273" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="20140" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M128 128v768h768.085L896 358.997 665.003 128H128z m768 853.333H128c-47.061 0-85.333-38.272-85.333-85.333V128c0-47.061 38.272-85.333 85.333-85.333h572.373l280.96 281.002V896c0 47.061-38.272 85.333-85.333 85.333z" p-id="20141"></path><path d="M298.667 426.667h256V128h-256v298.667zM575.787 512H277.504c-35.37 0-64.17-28.8-64.17-64.17V42.666H640v405.162C640 483.2 611.2 512 575.787 512z" p-id="20142"></path></svg>
|
||||
|
Before Width: | Height: | Size: 787 B |
|
Before Width: | Height: | Size: 414 B |
|
Before Width: | Height: | Size: 160 B |
@@ -1 +0,0 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1602508123737" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="12275" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M742.6339331 209.94219358H281.3660669c-22.20114693 0-40.26079551 20.63959838-40.2607955 45.96384244v380.54259494c0 25.32424405 18.05964857 45.96384242 40.26079551 45.96384242h190.37313758v76.65166632H340.84069904c-10.52347943 0-19.14594322 9.02982429-19.14594321 20.09645103V803.26275331c0 11.06662676 8.62246379 20.09645105 19.14594322 20.09645104h342.3186019c10.52347943 0 19.14594322-9.02982429 19.14594323-20.09645104v-24.10216258c0-11.06662676-8.62246379-20.09645105-19.14594322-20.09645103H552.26079551V682.48036679h190.37313759c22.20114693 0 40.26079551-20.63959838 40.2607955-45.96384242V255.90603602c0-25.32424405-18.05964857-45.96384242-40.2607955-45.96384244z m10.99873333 384.68409332H270.36733356v-33.40356052h483.26533287v33.40356051z" fill="#ffffff" p-id="12276"></path></svg>
|
||||
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 163 B |
@@ -1 +0,0 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1602843177429" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1988" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M742.6339331 209.94219358H281.3660669c-22.20114693 0-40.26079551 20.63959838-40.2607955 45.96384244v380.54259494c0 25.32424405 18.05964857 45.96384242 40.26079551 45.96384242h190.37313758v76.65166632H340.84069904c-10.52347943 0-19.14594322 9.02982429-19.14594321 20.09645103V803.26275331c0 11.06662676 8.62246379 20.09645105 19.14594322 20.09645104h342.3186019c10.52347943 0 19.14594322-9.02982429 19.14594323-20.09645104v-24.10216258c0-11.06662676-8.62246379-20.09645105-19.14594322-20.09645103H552.26079551V682.48036679h190.37313759c22.20114693 0 40.26079551-20.63959838 40.2607955-45.96384242V255.90603602c0-25.32424405-18.05964857-45.96384242-40.2607955-45.96384244z m10.99873333 384.68409332H270.36733356v-33.40356052h483.26533287v33.40356051z" fill="#2c2c2c" p-id="1989"></path></svg>
|
||||
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 256 B |
@@ -1 +0,0 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1602842878709" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1618" width="28" height="28" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M742.6339331 209.94219358H281.3660669c-22.20114693 0-40.26079551 20.63959838-40.2607955 45.96384244v380.54259494c0 25.32424405 18.05964857 45.96384242 40.26079551 45.96384242h190.37313758v76.65166632H340.84069904c-10.52347943 0-19.14594322 9.02982429-19.14594321 20.09645103V803.26275331c0 11.06662676 8.62246379 20.09645105 19.14594322 20.09645104h342.3186019c10.52347943 0 19.14594322-9.02982429 19.14594323-20.09645104v-24.10216258c0-11.06662676-8.62246379-20.09645105-19.14594322-20.09645103H552.26079551V682.48036679h190.37313759c22.20114693 0 40.26079551-20.63959838 40.2607955-45.96384242V255.90603602c0-25.32424405-18.05964857-45.96384242-40.2607955-45.96384244z m10.99873333 384.68409332H270.36733356v-33.40356052h483.26533287v33.40356051z" fill="#ffffff" p-id="1619"></path></svg>
|
||||
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 265 B |
@@ -1 +0,0 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1602842878709" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1618" width="28" height="28" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M742.6339331 209.94219358H281.3660669c-22.20114693 0-40.26079551 20.63959838-40.2607955 45.96384244v380.54259494c0 25.32424405 18.05964857 45.96384242 40.26079551 45.96384242h190.37313758v76.65166632H340.84069904c-10.52347943 0-19.14594322 9.02982429-19.14594321 20.09645103V803.26275331c0 11.06662676 8.62246379 20.09645105 19.14594322 20.09645104h342.3186019c10.52347943 0 19.14594322-9.02982429 19.14594323-20.09645104v-24.10216258c0-11.06662676-8.62246379-20.09645105-19.14594322-20.09645103H552.26079551V682.48036679h190.37313759c22.20114693 0 40.26079551-20.63959838 40.2607955-45.96384242V255.90603602c0-25.32424405-18.05964857-45.96384242-40.2607955-45.96384244z m10.99873333 384.68409332H270.36733356v-33.40356052h483.26533287v33.40356051z" fill="#2c2c2c" p-id="1619"></path></svg>
|
||||
|
Before Width: | Height: | Size: 1.1 KiB |
@@ -1 +0,0 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1597669308763" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="13445" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><defs><style type="text/css"></style></defs><path d="M512.150588 618.797176a101.948235 101.948235 0 0 0 102.008471-101.677176 101.647059 101.647059 0 0 0-102.008471-101.647059 101.797647 101.797647 0 0 0-101.827764 101.647059 101.797647 101.797647 0 0 0 101.827764 101.677176zM222.870588 30.117647A192.692706 192.692706 0 0 0 30.117647 222.870588v578.258824C30.117647 907.625412 116.374588 993.882353 222.870588 993.882353h578.258824c106.496 0 192.752941-86.256941 192.752941-192.752941V222.870588C993.882353 116.374588 907.625412 30.117647 801.129412 30.117647H222.870588z m528.293647 441.735529c13.793882 2.409412 28.581647 14.456471 28.581647 29.545412v34.213647c0 14.607059-14.607059 24.425412-29.244235 27.768471l-48.188235 12.047059-1.114353 3.523764c-3.192471 9.456941-7.228235 18.944-11.896471 28.431059l-1.776941 3.222588 25.840941 43.038118c7.860706 12.679529 11.264 29.876706 0.963765 40.146824l-24.274824 24.274823c-6.113882 6.113882-13.974588 7.378824-19.57647 7.378824a39.454118 39.454118 0 0 1-21.684706-6.595765l-42.074353-26.834824-3.373176 1.776942c-9.788235 5.150118-19.907765 9.336471-30.057412 12.559058l-3.523765 1.114353-10.752 48.670118c-2.56 13.793882-14.637176 28.581647-29.726118 28.581647H495.134118c-14.607059 0-24.425412-14.607059-27.768471-29.063529l-11.896471-47.706353-3.523764-1.144471a199.589647 199.589647 0 0 1-32.617412-13.643294l-3.373176-1.776941-43.218824 27.467294a38.701176 38.701176 0 0 1-21.684706 6.595765 27.045647 27.045647 0 0 1-19.425882-7.378824l-24.274824-24.274823c-10.270118-10.270118-6.896941-27.467294 0.963765-40.146824l26.985412-44.995765-1.596236-3.373176a199.800471 199.800471 0 0 1-10.932705-26.352941l-1.114353-3.523765-48.188236-12.047059c-14.607059-3.373176-29.244235-13.191529-29.244235-27.76847v-34.213647c0-15.088941 14.787765-27.136 28.762353-29.545412l47.856941-10.752 1.114353-3.704471c2.891294-8.975059 6.746353-18.311529 11.745882-28.431059l1.596236-3.373176-26.985412-44.995765c-7.860706-12.528941-11.233882-29.876706-0.963765-40.146823l24.274824-24.244706a27.045647 27.045647 0 0 1 19.425882-7.378824c7.559529 0 15.751529 2.56 21.865412 6.746353l42.887529 27.316706 3.553883-1.776941a207.721412 207.721412 0 0 1 32.286117-13.643294l3.523765-1.144471 11.896471-47.676235c3.373176-14.456471 13.312-29.063529 27.76847-29.063529h34.394353c15.088941 0 27.136 14.757647 29.545412 28.581647l10.752 48.489411 3.70447 1.114353c10.119529 3.373176 20.389647 7.559529 30.358589 12.67953l3.373176 1.776941 42.074353-26.654118a38.851765 38.851765 0 0 1 21.684706-6.746353c5.481412 0 13.342118 1.264941 19.456 7.378824l24.274824 24.244706c10.270118 10.300235 6.896941 27.617882-0.963765 40.146823l-25.840941 43.068236 1.776941 3.19247c5.300706 10.601412 9.456941 20.570353 12.679529 30.509177l1.114353 3.70447 47.947294 10.812235z" fill="#4DA6FF" p-id="13446"></path></svg>
|
||||
|
Before Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 387 B |
|
Before Width: | Height: | Size: 501 B |
@@ -1 +0,0 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1606894960102" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3282" width="300" height="300" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M127.9 179.1v665.7H896V179.1H127.9z m478.5 390.6H417.6V408.2h188.8v161.5z m-239.2 0H178.4V408.2h188.8v161.5zM178.4 794.6V620.4h188.8v174.2H178.4z m239.2 0V620.4h188.8v174.2H417.6z m428 0H656.8V620.4h188.8v174.2z m0-224.9H656.8V408.2h188.8v161.5z m-188.8-212H178.4V229.6h667.2v128.1H656.8z" p-id="3283"></path></svg>
|
||||
|
Before Width: | Height: | Size: 692 B |
|
Before Width: | Height: | Size: 38 KiB |
@@ -1 +0,0 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1603780280015" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11399" width="32" height="32" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M237.381818 0H93.090909C41.890909 0 0 41.890909 0 93.090909v60.509091c0 51.2 41.890909 93.090909 93.090909 93.090909h144.290909c51.2 0 93.090909-41.890909 93.090909-93.090909V93.090909c4.654545-51.2-37.236364-93.090909-93.090909-93.090909z m37.236364 148.945455c0 23.272727-18.618182 41.890909-41.890909 41.890909H97.745455c-23.272727 0-41.890909-18.618182-41.89091-41.890909v-46.545455c0-23.272727 18.618182-41.890909 41.89091-41.890909H232.727273c23.272727 0 41.890909 18.618182 41.890909 41.890909v46.545455zM237.381818 386.327273H93.090909c-51.2 0-93.090909 41.890909-93.090909 93.090909v60.509091c0 51.2 41.890909 93.090909 93.090909 93.090909h144.290909c51.2 0 93.090909-41.890909 93.090909-93.090909v-60.509091c4.654545-51.2-37.236364-93.090909-93.090909-93.090909z m37.236364 148.945454c0 23.272727-18.618182 41.890909-41.890909 41.890909H97.745455c-23.272727 0-41.890909-18.618182-41.89091-41.890909v-46.545454c0-23.272727 18.618182-41.890909 41.89091-41.890909H232.727273c23.272727 0 41.890909 18.618182 41.890909 41.890909v46.545454zM237.381818 772.654545H93.090909c-51.2 0-93.090909 41.890909-93.090909 93.09091V930.909091c0 51.2 41.890909 93.090909 93.090909 93.090909h144.290909c51.2 0 93.090909-41.890909 93.090909-93.090909v-60.509091c4.654545-55.854545-37.236364-97.745455-93.090909-97.745455z m37.236364 148.945455c0 23.272727-18.618182 41.890909-41.890909 41.890909H97.745455c-23.272727 0-41.890909-18.618182-41.89091-41.890909v-46.545455c0-23.272727 18.618182-41.890909 41.89091-41.890909H232.727273c23.272727 0 41.890909 18.618182 41.890909 41.890909v46.545455zM912.290909 288.581818h-218.763636c-60.509091 0-111.709091 51.2-111.709091 111.709091v218.763636c0 60.509091 51.2 111.709091 111.709091 111.709091h218.763636c60.509091 0 111.709091-51.2 111.709091-111.709091V400.290909c0-60.509091-51.2-111.709091-111.709091-111.709091z m55.854546 330.472727c0 32.581818-27.927273 60.509091-60.509091 60.509091H698.181818c-32.581818 0-60.509091-27.927273-60.509091-60.509091V404.945455c0-32.581818 27.927273-60.509091 60.509091-60.509091h209.454546c32.581818 0 60.509091 27.927273 60.509091 60.509091v214.10909z" fill="#303133" p-id="11400"></path><path d="M377.018182 83.781818H311.854545v60.509091h69.818182c32.581818 0 55.854545 23.272727 55.854546 55.854546v623.70909c0 32.581818-23.272727 55.854545-55.854546 55.854546H311.854545v60.509091h69.818182c65.163636 0 116.363636-51.2 116.363637-116.363637V195.490909c-4.654545-60.509091-55.854545-111.709091-121.018182-111.709091z" fill="#303133" p-id="11401"></path><path d="M600.436364 539.927273h-279.272728c-18.618182 0-27.927273-13.963636-27.927272-27.927273 0-18.618182 13.963636-27.927273 27.927272-27.927273h279.272728c18.618182 0 27.927273 13.963636 27.927272 27.927273 4.654545 18.618182-9.309091 27.927273-27.927272 27.927273z" fill="#303133" p-id="11402"></path></svg>
|
||||
|
Before Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 40 KiB |
@@ -59,12 +59,6 @@ export default {
|
||||
clearStore()
|
||||
},
|
||||
loginUser() {
|
||||
this.$api.user.login().then(res => {
|
||||
if (res.result) {
|
||||
this.userData = res.data
|
||||
this.logout_url = res.data.logout_url
|
||||
}
|
||||
})
|
||||
},
|
||||
handleBack() {
|
||||
this.$router.go(-1)
|
||||
|
||||