Commit bc85582b by damodmg

重构项目提交

parent 06b5252f
.DS_Store
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
node_modules/*
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.idea
# integral-mall
# y
> A Vue.js project
......
......@@ -47,7 +47,6 @@ exports.cssLoaders = function (options) {
if (options.extract) {
return ExtractTextPlugin.extract({
use: loaders,
publicPath:"../../",
fallback: 'vue-style-loader'
})
} else {
......
......@@ -10,14 +10,15 @@ function resolve (dir) {
const createLintingRule = () => ({
test: /\.(js|vue)$/,
loader: 'eslint-loader',
enforce: 'pre',
include: [resolve('src'), resolve('test')],
loader: "eslint-loader",
enforce: "pre",
include: [resolve("src"), resolve("test")],
options: {
formatter: require('eslint-friendly-formatter'),
fix: true,
formatter: require("eslint-friendly-formatter"),
emitWarning: !config.dev.showEslintErrorsInOverlay
}
})
});
module.exports = {
context: path.resolve(__dirname, '../'),
......@@ -47,14 +48,9 @@ module.exports = {
options: vueLoaderConfig
},
{
test: /\.(css|scss)$/,
loader: 'style!css!sass',
include: [resolve('src')]
},
{
test: /\.js$/,
loader: 'babel-loader',
include: [resolve('src'), resolve('test'), resolve('node_modules/webpack-dev-server/client')]
include: [resolve('src'),resolve('static'), resolve('test'), resolve('node_modules/webpack-dev-server/client')]
},
{
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
......
......@@ -24,6 +24,7 @@ const webpackConfig = merge(baseWebpackConfig, {
devtool: config.build.productionSourceMap ? config.build.devtool : false,
output: {
path: config.build.assetsRoot,
publicPath:'./',
filename: utils.assetsPath('js/[name].[chunkhash].js'),
chunkFilename: utils.assetsPath('js/[id].[chunkhash].js')
},
......
......@@ -10,20 +10,29 @@ module.exports = {
// Paths
assetsSubDirectory: 'static',
assetsPublicPath: '/',
// proxyTable: {},
proxyTable: {
'/dmApi/':{
target:'http://gicdev.demogic.com/',
changeOrigin:true,
pathRewrite:{
'^/dmApi':''
'/api/': {
target: 'http://gicdev.demogic.com',
changeOrigin: true,
pathRewrite: {
'^/api': ''
}
},
'/api-auth/': {
target: 'http://gicdev.demogic.com/api-auth/',
changeOrigin: true,
pathRewrite: {
'^/api-auth': ''
}
}
},
// Various Dev Server settings
host: 'localhost', // can be overwritten by process.env.HOST
port: 8888, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: false,
port: 8002, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: true,
errorOverlay: true,
notifyOnErrors: true,
poll: false, // https://webpack.js.org/configuration/dev-server/#devserver-watchoptions-
......@@ -35,13 +44,10 @@ module.exports = {
// in the browser.
showEslintErrorsInOverlay: false,
/**
* Source Maps
*/
// https://webpack.js.org/configuration/devtool/#development
devtool: 'cheap-module-eval-source-map',
......
File deleted
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" href=./static/img/favicon.ico><title>GIC后台</title><link rel=stylesheet type=text/css href=static/css/iconfont.css><link rel=stylesheet type=text/css href=static/css/common.css><link href=./static/css/app.7b535e3b70a1741bee9b0dece52b4867.css rel=stylesheet></head><body><div id=app></div><script src=//web-1251519181.file.myqcloud.com/lib/vue/2.5.2/vue.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/elementUI/index.2.5.4.js></script><script src=//web-1251519181.file.myqcloud.com/components/header.2.0.16.js></script><script src=//web-1251519181.file.myqcloud.com/components/aside-menu.2.0.02.js></script><script src=//web-1251519181.file.myqcloud.com/components/export-excel.2.0.02.js></script><script src=//web-1251519181.file.myqcloud.com/components/footer.2.0.02.js></script><script src=//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js></script><script src=//web-1251519181.file.myqcloud.com/components/store-linkage.2.0.00.js></script><script src=//web-1251519181.file.myqcloud.com/components/upload-image.2.0.04.js></script><script src=//web-1251519181.file.myqcloud.com/components/input.2.0.00.js></script><script src=//web-1251519181.file.myqcloud.com/components/delete.2.0.00.js></script><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.b29cb584e8615d548909.js></script><script type=text/javascript src=./static/js/app.a5adadea0e2335f445a1.js></script></body></html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
border: 0;
font-weight: normal;
vertical-align: baseline;
font-family:100%;
}
h1,
h2,
h3,
h4,
h5,
h6{
font-size:14px;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* custom */
a {
color: #7e8c8d;
text-decoration: none;
-webkit-backface-visibility: hidden;
}
li {
list-style: none;
}
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-track-piece {
background-color: rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
height: 5px;
background-color: rgba(125, 125, 125, 0.7);
-webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: rgba(125, 125, 125, 0.7);
-webkit-border-radius: 6px;
}
html,
body {
width: 100%;
min-height: 100%;
/*height: 100%;*/
/*background-color: #ffffff;*/
background-color: #fff;
box-sizing: border-box;
font-family:"PingFangSC";
}
body {
-webkit-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input:focus {
box-shadow: none;
outline: none;
}
a {
color: #5092e1;
}
a:hover{
color: #1e6cd5;
}
.fl{
float: left;
}
.fr{
float: right;
}
.el-table th{
background: #f1f3f7!important;
}
/*tab切换的线条大小*/
.el-tabs__nav-wrap::after{
height:1px!important;
}
/*搜索的删除按钮*/
.el-input .el-input__clear:hover {
color: #f25058!important;
}
/*自定义表格*/
/*表格start*/
.brand-table{
width:100%;
font-size:14px;
color:#606266;
}
.brand-table thead tr{
height:48px;
line-height:48px;
background: #f1f3f7;
text-align: left;
}
.brand-table thead th{
padding:0 15px;
}
.brand-table thead .sort{
position: relative;
display:inline-block;
width:40px;
}
.brand-table .sort .el-icon-caret-top{
position:absolute;
top:15px;
cursor: pointer;
color:#c0c4ce;
}
.brand-table .sort .el-icon-caret-bottom{
position: absolute;
top:22px;
cursor: pointer;
color:#c0c4ce;
}
.brand-table .sort .grayColor{
color:#606266;
}
.brand-table thead .el-icon-question{
color:#c0c4ce;
cursor: pointer;
font-size:14px;
}
.brand-table thead .el-icon-question:hover{
color:#909399;
}
.brand-table tbody tr{
border-bottom:1px solid #ebeef5;
}
.brand-table tbody td{
padding:20px 15px;
vertical-align: middle;
}
.brand-table .operate a{
margin-right:15px;
}
.brand-table .icon-move i{
font-size:22px;
cursor: pointer;
}
.brand-table tbody tr:first-child .el-icon-upload2{
color:#e6e6e6;
cursor:not-allowed;
}
.brand-table tbody tr:first-child .icon-up{
color:#e6e6e6;
cursor:not-allowed;
}
.brand-table tbody tr:last-child .icon-down{
color:#e6e6e6;
cursor:not-allowed;
}
.brand-table tbody tr:last-child .el-icon-download{
color:#e6e6e6;
cursor:not-allowed;
}
.icon-arrowdown:before{
font-size:19px;
vertical-align: top;
}
.icon-up:before{
display:inline-block;
transform: rotate(180deg);
font-size:19px;
vertical-align: top;
}
/*表格end*/
/*数据为空*/
.table-list-null{
text-align: center;
/*min-height:200px;*/
margin:70px 0;
}
.table-list-null i{
color:#a3adb6;
font-size:30px;
}
.table-list-null p{
font-size: 14px;
color: #a3adb6;
margin:14px 0;
}
/*去掉input数字框默认的上下三角*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none !important;
margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
}
@font-face {font-family: "iconfont";
src: url('../fonts/iconfont.eot?t=1527754741672'); /* IE9*/
src: url('../fonts/iconfont.eot?t=1527754741672#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
url('../fonts/iconfont.ttf?t=1527754741672') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('../fonts/iconfont.svg?t=1527754741672#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-arrowdown:before { content: "\e613"; }
.icon-guige:before { content: "\e9fa"; }
.icon-leimupinleifenleileibie--1:before { content: "\e600"; }
.icon-zhankai:before { content: "\e742"; }
.icon-shouqi:before { content: "\e743"; }
.icon-dingdan-:before { content: "\e67e"; }
.icon-shuxingguanli:before { content: "\e65d"; }
.icon-zhuzuoquan:before { content: "\e60f"; }
.icon-pinpai-:before { content: "\e6de"; }
.icon-icon_yunxiazai fz14:before { content: "\e6e8"; }
<?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="1548399239038" class="icon" style="" viewBox="0 0 1311 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9455" xmlns:xlink="http://www.w3.org/1999/xlink" width="256.0546875" height="200"><defs><style type="text/css"></style></defs><path d="M0 919.698652c0 57.726532 293.224544 104.301348 655.327337 104.301348s655.327337-46.574816 655.327338-104.301348-293.224544-104.301348-655.327338-104.301348S0 861.97212 0 919.698652z" fill="#F3FAFF" p-id="9456"></path><path d="M152.18813 919.698652c0 28.207283 236.153995 51.166699 528.066573 51.166699s528.066573-22.959416 528.066574-51.166699-236.153995-51.166699-528.066574-51.166699-528.066573 22.959416-528.066573 51.166699z" fill="#CBE7F7" p-id="9457"></path><path d="M512.978957 123.334901H417.205392c-34.767116 0.655983-62.318415 28.863266-62.318416 62.974399V846.22852c0 34.111133 28.207283 62.318415 62.318416 62.974399h504.451173c34.111133-0.655983 62.318415-28.207283 62.318416-62.974399V186.965283c0-34.111133-28.207283-62.318415-62.318416-62.974399h-95.773564" fill="#CBE7F7" p-id="9458"></path><path d="M982.007031 613.354441c-7.215817 0-13.119666-5.247867-13.119666-12.463683V184.997333c0-27.551299-22.303433-49.854732-49.854733-49.854732h-96.429548c-7.215817-0.655983-12.463683-7.215817-11.8077-14.431633 0.655983-5.90385 5.247867-11.151716 11.8077-11.8077H918.376649c42.638916 0 78.062015 34.767116 78.062015 78.062015v414.581459c-1.311967 7.215817-7.8718 11.8077-14.431633 11.807699z m-64.942349 308.312161H411.301542c-43.294899 0-78.062015-34.767116-78.062015-78.062015V184.997333c0-43.294899 34.767116-78.062015 78.062015-78.062015h95.773565c7.215817 0.655983 12.463683 7.215817 11.8077 14.431633-0.655983 5.90385-5.247867 11.151716-11.8077 11.8077H411.301542c-27.551299 0-49.854732 22.303433-49.854732 49.854732V843.604587c0 27.551299 22.303433 49.854732 49.854732 49.854732H917.720666c27.551299 0 49.854732-22.303433 49.854732-49.854732v-116.765031c-0.655983-7.215817 4.591883-13.77565 11.8077-13.77565 7.215817-0.655983 13.77565 4.591883 13.775649 11.8077v118.076998c1.96795 41.326949-30.175233 76.750049-72.158165 78.717998h-3.9359z" fill="#1890FF" p-id="9459"></path><path d="M840.314634 164.66185h-18.367533v7.215817H508.387073v-7.215817h-18.367533c-48.542766 1.311967-87.245782 41.326949-86.589798 90.525698v535.28239c-0.655983 38.047033 28.863266 68.878249 66.910299 70.190215h388.342126c38.047033-0.655983 68.222265-32.143183 68.222265-70.190215V255.187548c0.655983-48.542766-38.047033-89.213732-86.589798-90.525698z" fill="#CBE7F7" p-id="9460"></path><path d="M507.73109 169.253733h-18.367533c-44.606866 0.655983-81.341932 36.735066-81.341932 81.341932v512.322973c0 33.455149 26.895316 61.006449 61.006449 61.662433h388.998109c33.455149 0 61.006449-27.551299 61.006449-61.006449V250.595665c-0.655983-44.606866-36.735066-81.341932-81.341932-81.341932h-18.367533" fill="#FFFFFF" p-id="9461"></path><path d="M860.650117 835.732787h-387.03016c-40.670966 0-73.470132-32.799166-74.126115-74.126115v-511.66699c0.655983-51.166699 41.982933-92.493648 93.805615-93.149632H511.66699v26.239333h-18.367533c-36.735066-0.655983-66.254315 28.863266-66.910299 65.598332v511.66699c0.655983 26.239333 21.64745 47.886782 47.886783 48.542766h388.342126c26.239333-0.655983 47.230799-22.303433 47.886782-48.542766V249.283698c0.655983-36.735066-28.863266-66.254315-65.598332-66.910298H826.538984v-25.58335h18.367533c51.822682 0 93.805615 42.638916 93.805615 94.461598v510.355024c-3.279917 40.670966-36.735066 72.814149-78.062015 74.126115z" fill="#1890FF" p-id="9462"></path><path d="M505.76314 180.40545v13.119666H833.098817v-37.391049c0.655983-29.519249-23.6154-54.446616-53.134649-54.446616H718.957719c4.591883-7.8718 6.559833-17.055566 7.215817-26.239333 1.311967-31.487199-22.959416-57.726532-54.446616-59.038498s-57.726532 22.959416-59.038499 54.446615v5.247867c-0.655983 9.183766 1.96795 18.367533 7.215817 26.239333h-61.006449c-29.519249 0-53.790632 24.927366-53.134649 54.446615v23.6154" fill="#FFFFFF" p-id="9463"></path><path d="M848.842417 203.364866H492.643474v-52.478666c0-36.735066 30.175233-66.910299 66.910298-66.910298h42.638916c0-3.9359-1.96795-9.183766-1.96795-13.119667C599.568755 32.153219 631.055954 0.66602 669.75897 0.010037c38.703016-0.655983 70.846199 30.831216 71.502182 69.534232v1.967949c0 4.591883-0.655983 8.527783-1.96795 13.119667h42.638916c36.735066 0 66.910299 30.175233 66.910299 66.910299V203.364866z m-329.95961-26.239333h302.40831v-24.271383c-0.655983-22.303433-18.367533-40.014983-40.670965-40.670966h-83.309882L708.461986 91.847701c3.279917-6.559833 5.247867-13.119666 5.247867-20.335483 0-23.6154-19.023516-42.638916-42.638916-42.638915-22.959416 0.655983-41.982933 19.6795-42.638916 42.638915 0 7.215817 1.96795 14.431633 5.247867 20.335483l11.151716 20.335483H561.521722c-22.303433 0-40.670966 18.367533-40.670965 40.670966V177.125533h-1.96795z m322.08781 194.171063H498.547324c-7.215817 0-13.119666-5.90385-13.119667-13.119666s5.90385-13.119666 13.119667-13.119667h341.111326c7.215817 0 13.119666 5.247867 13.119667 12.463683v0.655984c1.311967 5.90385-1.96795 11.151716-7.215817 12.463683-1.311967 0.655983-2.623933 0.655983-4.591883 0.655983z m-78.717998 108.237248H498.547324c-7.215817 0-13.119666-5.90385-13.119667-13.119667s5.90385-13.119666 13.119667-13.119666h261.737345c7.215817 0 13.119666 5.247867 13.119666 12.463683v0.655983c1.311967 5.90385-1.96795 11.151716-7.215817 12.463684-1.96795 0.655983-3.279917 0.655983-3.935899 0.655983z m-87.245782 106.925281H498.547324c-7.215817 0-13.119666-5.90385-13.119667-13.119666s5.90385-13.119666 13.119667-13.119667h175.80353c7.215817 0 13.119666 5.247867 13.119666 12.463683v0.655984c0 6.559833-5.247867 12.463683-11.8077 12.463683 0 0.655983-0.655983 0.655983-0.655983 0.655983z" fill="#1890FF" p-id="9464"></path><path d="M648.767504 70.856235c0 11.151716 9.183766 20.335483 20.335483 20.335483 11.151716 0 20.335483-9.183766 20.335483-20.335483 0-11.151716-9.183766-20.335483-20.335483-20.335483-3.279917 0-7.215817 0.655983-10.495733 2.623934-5.90385 3.9359-9.83975 10.495733-9.83975 17.711549z" fill="#1890FF" p-id="9465"></path><path d="M520.194773 152.85415h302.408311V177.125533H520.194773v-24.271383z" fill="#CBE7F7" p-id="9466"></path><path d="M1064.004946 807.525504c-17.71155 8.527783-37.391049 15.087616-57.070549 18.367533-96.429548 12.463683-184.331313-55.102599-196.794996-151.532147-12.463683-96.429548 55.102599-184.331313 151.532147-196.794996 96.429548-12.463683 184.331313 55.102599 196.794996 151.532147 5.247867 39.358999-3.279917 80.029965-24.271383 114.141098" fill="#FFFFFF" p-id="9467"></path><path d="M1066.628879 594.330925c0-3.279917-2.623933-5.90385-5.90385-5.90385h-7.215816c-9.83975-0.655983-19.6795-2.623933-29.51925-5.90385-8.527783-3.279917-17.71155-7.8718-25.583349-13.775649l-3.9359-3.279917c-1.96795-1.96795-5.247867-1.96795-7.215816 0l-3.9359 3.279917c-7.8718 5.247867-16.399583 9.83975-25.58335 13.775649-9.83975 3.279917-19.023516 5.90385-29.519249 5.90385h-7.215817c-3.279917 0-5.90385 2.623933-5.90385 5.90385v70.190215c0 17.71155 9.83975 37.391049 27.5513 53.790633 15.7436 15.087616 34.111133 24.271383 47.886782 24.271382s32.143183-9.83975 47.886783-24.271382c17.71155-16.399583 27.551299-36.079083 27.551299-53.790633l0.655983-70.190215z m-36.735066 42.638916l-41.326949 41.326949c-3.279917 3.279917-7.8718 3.279917-11.151716 0l-20.335483-20.335483c-3.279917-3.279917-3.279917-8.527783 0-11.151716 3.279917-3.279917 7.8718-3.279917 11.151716 0l15.087617 15.087616 36.079082-36.079083c3.279917-3.279917 7.8718-3.279917 11.151717 0 2.623933 2.623933 2.623933 7.8718-0.655984 11.151717z" fill="#1890FF" p-id="9468"></path><path d="M985.942931 844.26057c-104.957331 0-189.57918-85.277832-189.57918-190.235163s84.621848-190.235163 189.57918-190.235163c104.957331 0 189.57918 85.277832 189.57918 190.235163s-84.621848 190.235163-189.57918 190.235163z m-0.655983-350.951076c-88.557748 0-160.05993 72.158165-160.059931 160.715913s71.502182 160.715914 160.059931 160.715914c88.557748 0 160.05993-72.158165 160.05993-160.715914-0.655983-88.557748-72.158165-160.715914-160.05993-160.715913z" fill="#1890FF" p-id="9469"></path></svg>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
export default{
//输入框的输入限制
getInputVal: function(val, max) {
var returnValue = '';
var byteValLen = 0;
for (var i = 0; i < val.length; i++) {
if (val[i].match(/[^\x00-\xff]/ig) != null)
byteValLen += 1;
else
byteValLen += 0.5;
if (byteValLen > max)
break;
returnValue += val[i];
}
return returnValue;
},
/*
* 一个汉字算一个字,一个英文字母或数字算半个字
*/
getZhLen: function (val) {
var len = 0;
for (var i = 0; i < val.length; i++) {
var a = val.charAt(i);
if (a.match(/[^\x00-\xff]/ig) != null) {
len += 1;
}
else {
len += 0.5;
}
}
return Math.ceil(len);
},
}
\ No newline at end of file
!function(r){var n=window.webpackJsonp;window.webpackJsonp=function(e,u,c){for(var f,i,p,a=0,l=[];a<e.length;a++)i=e[a],o[i]&&l.push(o[i][0]),o[i]=0;for(f in u)Object.prototype.hasOwnProperty.call(u,f)&&(r[f]=u[f]);for(n&&n(e,u,c);l.length;)l.shift()();if(c)for(a=0;a<c.length;a++)p=t(t.s=c[a]);return p};var e={},o={2:0};function t(n){if(e[n])return e[n].exports;var o=e[n]={i:n,l:!1,exports:{}};return r[n].call(o.exports,o,o.exports,t),o.l=!0,o.exports}t.m=r,t.c=e,t.d=function(r,n,e){t.o(r,n)||Object.defineProperty(r,n,{configurable:!1,enumerable:!0,get:e})},t.n=function(r){var n=r&&r.__esModule?function(){return r.default}:function(){return r};return t.d(n,"a",n),n},t.o=function(r,n){return Object.prototype.hasOwnProperty.call(r,n)},t.p="./",t.oe=function(r){throw console.error(r),r}}([]);
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
.word-wrap{word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.mce-content-body .mce-reset{margin:0;padding:0;border:0;outline:0;vertical-align:top;background:transparent;text-decoration:none;color:black;font-family:Arial;font-size:11px;text-shadow:none;float:none;position:static;width:auto;height:auto;white-space:nowrap;cursor:inherit;line-height:normal;font-weight:normal;text-align:left;-webkit-tap-highlight-color:transparent;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;direction:ltr;max-width:none}.mce-object{border:1px dotted #3A3A3A;background:#D5D5D5 url(img/object.gif) no-repeat center}.mce-preview-object{display:inline-block;position:relative;margin:0 2px 0 2px;line-height:0;border:1px solid gray}.mce-preview-object[data-mce-selected="2"] .mce-shim{display:none}.mce-preview-object .mce-shim{position:absolute;top:0;left:0;width:100%;height:100%;background:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}figure.align-left{float:left}figure.align-right{float:right}figure.image.align-center{display:table;margin-left:auto;margin-right:auto}figure.image{display:inline-block;border:1px solid gray;margin:0 2px 0 1px;background:#f5f2f0}figure.image img{margin:8px 8px 0 8px}figure.image figcaption{margin:6px 8px 6px 8px;text-align:center}.mce-toc{border:1px solid gray}.mce-toc h2{margin:4px}.mce-toc li{list-style-type:none}.mce-pagebreak{cursor:default;display:block;border:0;width:100%;height:5px;border:1px dashed #666;margin-top:15px;page-break-before:always}@media print{.mce-pagebreak{border:0}}.mce-item-anchor{cursor:default;display:inline-block;-webkit-user-select:all;-webkit-user-modify:read-only;-moz-user-select:all;-moz-user-modify:read-only;user-select:all;user-modify:read-only;width:9px !important;height:9px !important;border:1px dotted #3A3A3A;background:#D5D5D5 url(img/anchor.gif) no-repeat center}.mce-nbsp,.mce-shy{background:#AAA}.mce-shy::after{content:'-'}.mce-match-marker{background:#AAA;color:#fff}.mce-match-marker-selected{background:#3399ff;color:#fff}.mce-spellchecker-word{border-bottom:2px solid rgba(208,2,27,0.5);cursor:default}.mce-spellchecker-grammar{border-bottom:2px solid #008000;cursor:default}.mce-item-table,.mce-item-table td,.mce-item-table th,.mce-item-table caption{border:1px dashed #BBB}td[data-mce-selected],th[data-mce-selected]{background-color:#2276d2 !important}.mce-edit-focus{outline:1px dotted #333}.mce-content-body *[contentEditable=false] *[contentEditable=true]:focus{outline:2px solid #2276d2}.mce-content-body *[contentEditable=false] *[contentEditable=true]:hover{outline:2px solid #2276d2}.mce-content-body *[contentEditable=false][data-mce-selected]{outline:2px solid #2276d2}.mce-content-body.mce-content-readonly *[contentEditable=true]:focus,.mce-content-body.mce-content-readonly *[contentEditable=true]:hover{outline:none}.mce-content-body *[data-mce-selected="inline-boundary"]{background:#bfe6ff}.mce-content-body .mce-item-anchor[data-mce-selected]{background:#D5D5D5 url(img/anchor.gif) no-repeat center}.mce-content-body hr{cursor:default}.mce-content-body table{-webkit-nbsp-mode:normal}.ephox-snooker-resizer-bar{background-color:#2276d2;opacity:0}.ephox-snooker-resizer-cols{cursor:col-resize}.ephox-snooker-resizer-rows{cursor:row-resize}.ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging{opacity:.2}.mce-content-body{line-height:1.3}
\ No newline at end of file
body{background-color:#FFFFFF;color:#000000;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:14px;line-height:1.3;scrollbar-3dlight-color:#F0F0EE;scrollbar-arrow-color:#676662;scrollbar-base-color:#F0F0EE;scrollbar-darkshadow-color:#DDDDDD;scrollbar-face-color:#E0E0DD;scrollbar-highlight-color:#F0F0EE;scrollbar-shadow-color:#F0F0EE;scrollbar-track-color:#F5F5F5}td,th{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:14px}.word-wrap{word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.mce-content-body .mce-reset{margin:0;padding:0;border:0;outline:0;vertical-align:top;background:transparent;text-decoration:none;color:black;font-family:Arial;font-size:11px;text-shadow:none;float:none;position:static;width:auto;height:auto;white-space:nowrap;cursor:inherit;line-height:normal;font-weight:normal;text-align:left;-webkit-tap-highlight-color:transparent;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;direction:ltr;max-width:none}.mce-object{border:1px dotted #3A3A3A;background:#D5D5D5 url(img/object.gif) no-repeat center}.mce-preview-object{display:inline-block;position:relative;margin:0 2px 0 2px;line-height:0;border:1px solid gray}.mce-preview-object[data-mce-selected="2"] .mce-shim{display:none}.mce-preview-object .mce-shim{position:absolute;top:0;left:0;width:100%;height:100%;background:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}figure.align-left{float:left}figure.align-right{float:right}figure.image.align-center{display:table;margin-left:auto;margin-right:auto}figure.image{display:inline-block;border:1px solid gray;margin:0 2px 0 1px;background:#f5f2f0}figure.image img{margin:8px 8px 0 8px}figure.image figcaption{margin:6px 8px 6px 8px;text-align:center}.mce-toc{border:1px solid gray}.mce-toc h2{margin:4px}.mce-toc li{list-style-type:none}.mce-pagebreak{cursor:default;display:block;border:0;width:100%;height:5px;border:1px dashed #666;margin-top:15px;page-break-before:always}@media print{.mce-pagebreak{border:0}}.mce-item-anchor{cursor:default;display:inline-block;-webkit-user-select:all;-webkit-user-modify:read-only;-moz-user-select:all;-moz-user-modify:read-only;user-select:all;user-modify:read-only;width:9px !important;height:9px !important;border:1px dotted #3A3A3A;background:#D5D5D5 url(img/anchor.gif) no-repeat center}.mce-nbsp,.mce-shy{background:#AAA}.mce-shy::after{content:'-'}.mce-match-marker{background:#AAA;color:#fff}.mce-match-marker-selected{background:#3399ff;color:#fff}.mce-spellchecker-word{border-bottom:2px solid rgba(208,2,27,0.5);cursor:default}.mce-spellchecker-grammar{border-bottom:2px solid #008000;cursor:default}.mce-item-table,.mce-item-table td,.mce-item-table th,.mce-item-table caption{border:1px dashed #BBB}td[data-mce-selected],th[data-mce-selected]{background-color:#2276d2 !important}.mce-edit-focus{outline:1px dotted #333}.mce-content-body *[contentEditable=false] *[contentEditable=true]:focus{outline:2px solid #2276d2}.mce-content-body *[contentEditable=false] *[contentEditable=true]:hover{outline:2px solid #2276d2}.mce-content-body *[contentEditable=false][data-mce-selected]{outline:2px solid #2276d2}.mce-content-body.mce-content-readonly *[contentEditable=true]:focus,.mce-content-body.mce-content-readonly *[contentEditable=true]:hover{outline:none}.mce-content-body *[data-mce-selected="inline-boundary"]{background:#bfe6ff}.mce-content-body .mce-item-anchor[data-mce-selected]{background:#D5D5D5 url(img/anchor.gif) no-repeat center}.mce-content-body hr{cursor:default}.mce-content-body table{-webkit-nbsp-mode:normal}.ephox-snooker-resizer-bar{background-color:#2276d2;opacity:0}.ephox-snooker-resizer-cols{cursor:col-resize}.ephox-snooker-resizer-rows{cursor:row-resize}.ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging{opacity:.2}
\ No newline at end of file
.tinymce-mobile-unfocused-selections .tinymce-mobile-unfocused-selection{position:absolute;display:inline-block;background-color:green;opacity:.5}body{-webkit-text-size-adjust:none}body img{max-width:96vw}body table img{max-width:95%}
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> -->
<link rel="shortcut icon" href="./static/img/favicon.ico">
<title>GIC后台</title>
<link rel="stylesheet" type="text/css" href="static/css/iconfont.css">
<link rel="stylesheet" type="text/css" href="static/css/common.css">
</head>
<body>
<link rel="stylesheet" type="text/css" href="./static/css/iconfont.css">
<link rel="stylesheet" type="text/css" href="./static/css/common.css">
<link rel="shortcut icon" type="image/x-icon" href="./static/img/favicon.ico">
<title>微商城</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<!-- 库引用cdn -->
<script src='//web-1251519181.file.myqcloud.com/lib/vue/2.5.2/vue.min.js'></script>
<script src='//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js'></script>
<script src='//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js'></script>
<script src='//web-1251519181.file.myqcloud.com/lib/elementUI/index.2.5.4.js'></script>
<script src="//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js"></script>
<script src="//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js"></script>
<script src="//web-1251519181.file.myqcloud.com/lib/elementUI/index.2.5.4.js"></script>
<!-- 组件引用cdn -->
<script src='//web-1251519181.file.myqcloud.com/components/header.2.0.16.js'></script>
<script src='//web-1251519181.file.myqcloud.com/components/aside-menu.2.0.02.js'></script>
<script src='//web-1251519181.file.myqcloud.com/components/export-excel.2.0.02.js'></script>
<script src='//web-1251519181.file.myqcloud.com/components/footer.2.0.02.js'></script>
<script src='//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js'></script>
<script src="//web-1251519181.file.myqcloud.com/components/header.2.0.16.js"></script>
<script src="//web-1251519181.file.myqcloud.com/components/aside-menu.2.0.02.js"></script>
<script src="//web-1251519181.file.myqcloud.com/components/footer.2.0.02.js"></script>
<script src='//web-1251519181.file.myqcloud.com/components/store-linkage.2.0.00.js'></script>
<script src='//web-1251519181.file.myqcloud.com/components/upload-image.2.0.04.js'></script>
<!-- 二次封装的input -->
<script src='//web-1251519181.file.myqcloud.com/components/input.2.0.00.js'></script>
<!-- 删除确认弹窗 -->
<script src='//web-1251519181.file.myqcloud.com/components/delete.2.0.00.js'></script>
</body>
<script src="//web-1251519181.file.myqcloud.com/components/card.2.0.01.js"></script>
<!-- <script src="//web-1251519181.cos.ap-shanghai.myqcloud.com/components/space.2.0.00.js"></script> -->
<!-- built files will be auto injected -->
</body>
</html>
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"name": "integral-mall",
"name": "y",
"version": "1.0.0",
"description": "A Vue.js project",
"author": "",
"author": "dmg",
"private": true,
"scripts": {
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"start": "npm run dev",
"build": "node build/build.js",
"publish": "publish.bat",
"format": "onchange 'test/**/*.js' 'src/**/*.js' 'src/**/*.vue' -- prettier --write {{changed}}",
"formater": "onchange \"test/**/*.js\" \"src/**/*.js\" \"src/**/*.vue\" -- prettier --write {{changed}}"
},
"dependencies": {
"@gic-test/vue-gic-store-new": "^1.0.5",
"@riophae/vue-treeselect": "^0.0.36",
"@tinymce/tinymce-vue": "^1.1.0",
"@riophae/vue-treeselect": "0.0.35",
"@tinymce/tinymce-vue": "^1.0.8",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"element-ui": "^2.4.1",
"scriptjs": "^2.5.8",
"tinymce": "^4.8.5",
"element-ui": "^2.4.0",
"es6-promise": "^4.2.6",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"tinymce": "^4.8.2",
"vue": "^2.5.2",
"vue-axios": "^2.1.1",
"vue-clipboard2": "^0.2.1",
"vue-router": "^3.0.1",
"vuedraggable": "^2.16.0",
"vuex": "^3.0.1"
},
"devDependencies": {
"ansi-html": "^0.0.7",
"autoprefixer": "^7.1.2",
"babel-core": "^6.22.1",
"babel-eslint": "^8.2.1",
......@@ -54,14 +51,11 @@
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.0.0",
"element-theme-chalk": "^2.4.1",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.4",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^2.30.1",
"localforage": "^1.7.2",
"node-notifier": "^5.1.2",
"node-sass": "^4.9.0",
"onchange": "^5.2.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^1.2.0",
......@@ -71,18 +65,16 @@
"postcss-url": "^7.2.1",
"prettier": "^1.16.4",
"rimraf": "^2.6.0",
"sass-loader": "^7.0.3",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"uglifyjs-webpack-plugin": "^1.1.1",
"url-loader": "^0.5.8",
"vue-lazyload": "^1.2.6",
"vue-loader": "^13.3.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.5.2",
"webpack": "^3.6.0",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-server": "^2.9.1",
"webpack-dev-server": "^2.9.7",
"webpack-merge": "^4.1.0"
},
"engines": {
......
<template>
<div id="app">
<keep-alive :include="include">
<router-view></router-view>
</keep-alive>
<router-view> </router-view>
</div>
</template>
......@@ -10,19 +8,21 @@
export default {
name: 'App',
data() {
return {
include: []
};
return {};
}
};
</script>
<style lang="scss">
@import './assets/theme/index.css';
@import './assets/style/base/index.scss';
@import './assets/iconfont/iconfont.css';
<style>
#app {
height: 100%;
background-color: #f0f2f5;
}
/*面包屑前面两个加粗*/
.mall-crumbs .el-breadcrumb__inner {
height: 14px;
font-size: 14px;
font-family: PingFangSC-Medium;
font-weight: bold;
color: #303133;
}
</style>
import Vue from 'Vue';
export default new Vue();
@font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1540281845587'); /* IE9*/
src: url('iconfont.eot?t=1540281845587#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
url('iconfont.ttf?t=1540281845587') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('iconfont.svg?t=1540281845587#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-youhuiquan:before { content: "\e87c"; }
.icon-lipin:before { content: "\e78a"; }
.icon-icon_yunxiazai:before { content: "\e6e8"; }
.icon-daifahuo:before { content: "\e615"; }
(function(window){var svgSprite='<svg><symbol id="icon-youhuiquan" viewBox="0 0 1024 1024"><path d="M508 479.9c-5.4 0-10.7-2-14.8-6.2L391.4 371.9c-8.2-8.2-8.2-21.5 0-29.7s21.5-8.2 29.7 0L522.9 444c8.2 8.2 8.2 21.5 0 29.7-4.1 4.1-9.5 6.2-14.9 6.2z" fill="" ></path><path d="M508.7 479.9c-5.4 0-10.7-2-14.8-6.2-8.2-8.2-8.2-21.5 0-29.7l101.8-101.8c8.2-8.2 21.5-8.2 29.7 0s8.2 21.5 0 29.7L523.6 473.7c-4.1 4.1-9.5 6.2-14.9 6.2z" fill="" ></path><path d="M624 514.7H400c-11.6 0-21-9.4-21-21s9.4-21 21-21h224c11.6 0 21 9.4 21 21s-9.4 21-21 21zM624 627.2H400c-11.6 0-21-9.4-21-21s9.4-21 21-21h224c11.6 0 21 9.4 21 21s-9.4 21-21 21z" fill="" ></path><path d="M514.6 687.9c-11.6 0-21-9.4-21-21V487.4c0-11.6 9.4-21 21-21s21 9.4 21 21v179.5c0 11.6-9.4 21-21 21z" fill="" ></path><path d="M883.8 877H140.2C99.3 877 66 843.7 66 802.8V677.9c0-10 7-18.6 16.8-20.6 68.6-14 118.5-75.1 118.5-145.3S151.4 380.7 82.8 366.7c-9.8-2-16.8-10.6-16.8-20.6V221.2c0-40.9 33.3-74.2 74.2-74.2h743.5c40.9 0 74.2 33.3 74.2 74.2v124.9c0 10-7 18.6-16.8 20.6-68.6 14-118.5 75.1-118.5 145.3s49.8 131.3 118.5 145.3c9.8 2 16.8 10.6 16.8 20.6v124.9c0.1 40.9-33.2 74.2-74.1 74.2zM108 694.2v108.6c0 17.8 14.5 32.2 32.2 32.2h743.5c17.8 0 32.2-14.5 32.2-32.2V694.2c-35.7-10.8-67.8-32.1-91.8-61.1-28-34-43.5-77-43.5-121.1s15.4-87.1 43.5-121.1c24-29 56.1-50.3 91.8-61.1V221.2c0-17.8-14.5-32.2-32.2-32.2H140.2c-17.8 0-32.2 14.5-32.2 32.2v108.6c35.7 10.8 67.8 32.1 91.8 61.1 28 34 43.5 77 43.5 121.1s-15.4 87.1-43.5 121.1c-24 29-56.1 50.3-91.8 61.1z" fill="" ></path></symbol><symbol id="icon-lipin" viewBox="0 0 1024 1024"><path d="M867.54211 277.80819h-51.287083l8.377808-12.262278c12.262278-18.388812 24.520463-49.04195 18.388812-73.56139 0-24.51637-18.388812-49.036833-36.779671-61.301157-30.652114-18.388812-61.299111-18.388812-98.083899-12.257162-73.558319 18.389836-147.120732 79.68997-190.030008 140.989081l-6.132674 6.131651-6.126534-6.131651C462.959585 198.11515 389.398196 136.815015 315.83476 118.42518c-36.779671-12.262278-67.431785-6.130627-98.078783 12.257161-24.520463 12.264325-36.779671 36.783765-36.779671 61.301158 0 24.520463 6.126534 49.04195 18.388812 73.56139l6.636141 12.262278h-49.546439c-42.909276 0-73.562413 30.648021-73.562413 73.558319v125.059274c0 30.652114 24.520463 61.299111 55.168484 67.430762V872.39207c0 42.909276 30.652114 73.561389 73.563436 73.56139h300.371068v0.005116h300.377208c42.911322 0 73.558319-30.652114 73.55832-73.562413V580.64645c0-12.259208-0.402159-36.783765-0.40216-36.783765h6.533811c24.520463-6.131651 49.04195-36.779671 49.041949-67.430762V351.36651c0.001023-42.910299-30.652114-73.558319-73.562413-73.55832zM247.995699 171.141822c20.23281-15.017018 38.60832-9.81146 61.918211-3.979638C359.030561 184.312796 393.106658 217.341027 438.500521 257.885442l22.415522 21.559015H268.729929c-17.483186-23.312962-35.890418-47.548946-35.890418-76.689637-0.001023-17.483186 3.501754-19.956517 15.156188-31.612998zM136.968 454.598662v-91.212398c0-17.655102 17.649985-35.305087 35.305087-35.305087h313.856197v161.823596H172.273087c-23.539112 0-35.305087-17.649985-35.305087-35.306111zM486.92337 894.467855H220.53937c-22.733771 0-34.099632-11.368932-34.099632-34.102703V577.957201c0-17.052374 17.052374-34.104749 34.104749-34.104749H486.92337v350.615403z m93.225241-631.372761c34.651194-34.640961 82.243119-71.724555 138.027634-94.402044 23.090904-5.77247 36.166711-4.90573 59.463299 6.126534 10.420327 9.81146 14.090926 15.172561 14.090927 32.489972 0 23.096021-22.522969 54.402027-39.842427 71.725578H565.537845l14.610766-15.94004z m257.409605 597.270058c0 17.052374-17.051351 34.102702-34.102703 34.102703h-261.4752v-350.615403h261.4752c17.056468 0 34.102702 17.056468 34.102703 34.104749v282.407951z m47.049572-405.030733c0 17.897625-17.897625 35.800367-35.795251 35.800368H540.282648V326.85014h308.529889c17.892509 0 35.795251 17.902742 35.795251 35.802414v92.681865z" ></path></symbol><symbol id="icon-icon_yunxiazai" viewBox="0 0 1024 1024"><path d="M790.528 409.6c-18.432-141.824-136.704-252.416-278.528-252.416S251.904 267.264 233.472 409.6C117.76 417.28 25.6 517.12 25.6 637.952c0 125.952 99.84 228.864 220.672 228.864h533.504c120.832-2.56 218.112-102.4 218.112-228.864C998.4 517.12 906.24 417.28 790.528 409.6z m-286.208 389.12l-194.56-223.232h131.584V367.616h125.952v207.872h131.584l-194.56 223.232z" fill="" ></path></symbol><symbol id="icon-daifahuo" viewBox="0 0 1024 1024"><path d="M329.318 571.167c15.114 0 27.361-12.268 27.361-27.341V393.851c0-15.114-12.247-27.361-27.361-27.361s-27.341 12.247-27.341 27.361v122.593h-117.74c-15.135 0-27.361 12.268-27.361 27.382 0 15.073 12.227 27.341 27.361 27.341h145.08zM721.244 681.165c-73.605 0-134.717 54.415-145.285 125.092H448.983c-10.547-70.676-71.66-125.092-145.244-125.092-80.978 0-146.862 65.884-146.862 146.883 0 80.957 65.884 146.862 146.862 146.862 69.652 0 128.143-48.742 143.135-113.91h131.195c14.991 65.188 73.523 113.91 143.155 113.91 80.957 0 146.842-65.905 146.842-146.862 0.02-80.998-65.864-146.883-146.821-146.883zM303.739 920.207c-50.811 0-92.16-41.37-92.16-92.16s41.349-92.16 92.16-92.16 92.16 41.37 92.16 92.16-41.349 92.16-92.16 92.16z m417.505 0c-50.811 0-92.14-41.37-92.14-92.16s41.329-92.16 92.14-92.16c50.77 0 92.14 41.37 92.14 92.16s-41.37 92.16-92.14 92.16z" ></path><path d="M1003.418 144.814c-2.191-29.635-14.029-54.129-34.243-70.82-33.26-27.464-77.578-25.395-88.023-24.453l-485.028 0.819c-38.953 0-60.908 15.626-72.458 28.754-23.04 26.132-21.914 59.802-21.094 69.12v93.614l-222.72 117.76c-51.589 22.303-58.88 87.06-59.167 89.825a26.218 26.218 0 0 0-0.143 2.826l-0.061 375.849c0 15.114 12.247 27.341 27.341 27.341 15.114 0 27.361-12.227 27.361-27.32l0.061-373.965c1.004-6.144 6.84-36.311 26.808-44.564a24.372 24.372 0 0 0 2.335-1.085l238.305-125.993a27.361 27.361 0 0 0 14.561-24.207V146.842c0-1.311 0-2.089-0.184-3.359-0.492-5.12-0.041-19.702 7.782-28.426 6.001-6.636 16.486-9.994 31.293-9.994h0.061l486.339-0.819c1.044 0 2.109-0.041 3.133-0.184 0.266-0.02 30.597-2.785 48.62 12.104 8.479 7.004 13.23 17.388 14.479 31.724v680.12c0 15.094 12.227 27.341 27.341 27.341s27.402-12.206 27.402-27.3V146.843a33.572 33.572 0 0 0-0.102-2.028z" ></path></symbol></svg>';var script=function(){var scripts=document.getElementsByTagName("script");return scripts[scripts.length-1]}();var shouldInjectCss=script.getAttribute("data-injectcss");var ready=function(fn){if(document.addEventListener){if(~["complete","loaded","interactive"].indexOf(document.readyState)){setTimeout(fn,0)}else{var loadFn=function(){document.removeEventListener("DOMContentLoaded",loadFn,false);fn()};document.addEventListener("DOMContentLoaded",loadFn,false)}}else if(document.attachEvent){IEContentLoaded(window,fn)}function IEContentLoaded(w,fn){var d=w.document,done=false,init=function(){if(!done){done=true;fn()}};var polling=function(){try{d.documentElement.doScroll("left")}catch(e){setTimeout(polling,50);return}init()};polling();d.onreadystatechange=function(){if(d.readyState=="complete"){d.onreadystatechange=null;init()}}}};var before=function(el,target){target.parentNode.insertBefore(el,target)};var prepend=function(el,target){if(target.firstChild){before(el,target.firstChild)}else{target.appendChild(el)}};function appendSvg(){var div,svg;div=document.createElement("div");div.innerHTML=svgSprite;svgSprite=null;svg=div.getElementsByTagName("svg")[0];if(svg){svg.setAttribute("aria-hidden","true");svg.style.position="absolute";svg.style.width=0;svg.style.height=0;svg.style.overflow="hidden";prepend(svg,document.body)}}if(shouldInjectCss&&!window.__iconfont__svg__cssinject__){window.__iconfont__svg__cssinject__=true;try{document.write("<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>")}catch(e){console&&console.log(e)}}ready(appendSvg)})(window)
\ No newline at end of file
<?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" >
<!--
2013-9-30: Created.
-->
<svg>
<metadata>
Created by iconfont
</metadata>
<defs>
<font id="iconfont" horiz-adv-x="1024" >
<font-face
font-family="iconfont"
font-weight="500"
font-stretch="normal"
units-per-em="1024"
ascent="896"
descent="-128"
/>
<missing-glyph />
<glyph glyph-name="youhuiquan" unicode="&#59516;" d="M508 416.1c-5.4 0-10.7 2-14.8 6.2L391.4 524.1c-8.2 8.2-8.2 21.5 0 29.7s21.5 8.2 29.7 0L522.9 452c8.2-8.2 8.2-21.5 0-29.7-4.1-4.1-9.5-6.2-14.9-6.2zM508.7 416.1c-5.4 0-10.7 2-14.8 6.2-8.2 8.2-8.2 21.5 0 29.7l101.8 101.8c8.2 8.2 21.5 8.2 29.7 0s8.2-21.5 0-29.7L523.6 422.3c-4.1-4.1-9.5-6.2-14.9-6.2zM624 381.29999999999995H400c-11.6 0-21 9.4-21 21s9.4 21 21 21h224c11.6 0 21-9.4 21-21s-9.4-21-21-21zM624 268.79999999999995H400c-11.6 0-21 9.4-21 21s9.4 21 21 21h224c11.6 0 21-9.4 21-21s-9.4-21-21-21zM514.6 208.10000000000002c-11.6 0-21 9.4-21 21V408.6c0 11.6 9.4 21 21 21s21-9.4 21-21v-179.5c0-11.6-9.4-21-21-21zM883.8 19H140.2C99.3 19 66 52.299999999999955 66 93.20000000000005V218.10000000000002c0 10 7 18.6 16.8 20.6 68.6 14 118.5 75.1 118.5 145.3S151.4 515.3 82.8 529.3c-9.8 2-16.8 10.6-16.8 20.6V674.8c0 40.9 33.3 74.2 74.2 74.2h743.5c40.9 0 74.2-33.3 74.2-74.2v-124.9c0-10-7-18.6-16.8-20.6-68.6-14-118.5-75.1-118.5-145.3s49.8-131.3 118.5-145.3c9.8-2 16.8-10.6 16.8-20.6v-124.9c0.1-40.9-33.2-74.2-74.1-74.2zM108 201.79999999999995v-108.6c0-17.8 14.5-32.2 32.2-32.2h743.5c17.8 0 32.2 14.5 32.2 32.2V201.79999999999995c-35.7 10.8-67.8 32.1-91.8 61.1-28 34-43.5 77-43.5 121.1s15.4 87.1 43.5 121.1c24 29 56.1 50.3 91.8 61.1V674.8c0 17.8-14.5 32.2-32.2 32.2H140.2c-17.8 0-32.2-14.5-32.2-32.2v-108.6c35.7-10.8 67.8-32.1 91.8-61.1 28-34 43.5-77 43.5-121.1s-15.4-87.1-43.5-121.1c-24-29-56.1-50.3-91.8-61.1z" horiz-adv-x="1024" />
<glyph glyph-name="lipin" unicode="&#59274;" d="M867.54211 618.19181h-51.287083l8.377808 12.262278c12.262278 18.388812 24.520463 49.04195 18.388812 73.56139 0 24.51637-18.388812 49.036833-36.779671 61.301157-30.652114 18.388812-61.299111 18.388812-98.083899 12.257162-73.558319-18.389836-147.120732-79.68997-190.030008-140.989081l-6.132674-6.131651-6.126534 6.131651C462.959585 697.88485 389.398196 759.184985 315.83476 777.57482c-36.779671 12.262278-67.431785 6.130627-98.078783-12.257161-24.520463-12.264325-36.779671-36.783765-36.779671-61.301158 0-24.520463 6.126534-49.04195 18.388812-73.56139l6.636141-12.262278h-49.546439c-42.909276 0-73.562413-30.648021-73.562413-73.558319v-125.059274c0-30.652114 24.520463-61.299111 55.168484-67.430762V23.60793c0-42.909276 30.652114-73.561389 73.563436-73.56139h300.371068v-0.005116h300.377208c42.911322 0 73.558319 30.652114 73.55832 73.562413V315.35355c0 12.259208-0.402159 36.783765-0.40216 36.783765h6.533811c24.520463 6.131651 49.04195 36.779671 49.041949 67.430762V544.63349c0.001023 42.910299-30.652114 73.558319-73.562413 73.55832zM247.995699 724.858178c20.23281 15.017018 38.60832 9.81146 61.918211 3.979638C359.030561 711.687204 393.106658 678.658973 438.500521 638.114558l22.415522-21.559015H268.729929c-17.483186 23.312962-35.890418 47.548946-35.890418 76.689637-0.001023 17.483186 3.501754 19.956517 15.156188 31.612998zM136.968 441.401338v91.212398c0 17.655102 17.649985 35.305087 35.305087 35.305087h313.856197v-161.823596H172.273087c-23.539112 0-35.305087 17.649985-35.305087 35.306111zM486.92337 1.532145H220.53937c-22.733771 0-34.099632 11.368932-34.099632 34.102703V318.042799c0 17.052374 17.052374 34.104749 34.104749 34.104749H486.92337v-350.615403z m93.225241 631.372761c34.651194 34.640961 82.243119 71.724555 138.027634 94.402044 23.090904 5.77247 36.166711 4.90573 59.463299-6.126534 10.420327-9.81146 14.090926-15.172561 14.090927-32.489972 0-23.096021-22.522969-54.402027-39.842427-71.725578H565.537845l14.610766 15.94004z m257.409605-597.270058c0-17.052374-17.051351-34.102702-34.102703-34.102703h-261.4752v350.615403h261.4752c17.056468 0 34.102702-17.056468 34.102703-34.104749v-282.407951z m47.049572 405.030733c0-17.897625-17.897625-35.800367-35.795251-35.800368H540.282648V569.14986h308.529889c17.892509 0 35.795251-17.902742 35.795251-35.802414v-92.681865z" horiz-adv-x="1024" />
<glyph glyph-name="icon_yunxiazai" unicode="&#59112;" d="M790.528 486.4c-18.432 141.824-136.704 252.416-278.528 252.416S251.904 628.736 233.472 486.4C117.76 478.72 25.6 378.88 25.6 258.048c0-125.952 99.84-228.864 220.672-228.864h533.504c120.832 2.56 218.112 102.4 218.112 228.864C998.4 378.88 906.24 478.72 790.528 486.4z m-286.208-389.12l-194.56 223.232h131.584V528.384h125.952v-207.872h131.584l-194.56-223.232z" horiz-adv-x="1024" />
<glyph glyph-name="daifahuo" unicode="&#58901;" d="M329.318 324.833c15.114 0 27.361 12.268 27.361 27.341V502.149c0 15.114-12.247 27.361-27.361 27.361s-27.341-12.247-27.341-27.361v-122.593h-117.74c-15.135 0-27.361-12.268-27.361-27.382 0-15.073 12.227-27.341 27.361-27.341h145.08zM721.244 214.835c-73.605 0-134.717-54.415-145.285-125.092H448.983c-10.547 70.676-71.66 125.092-145.244 125.092-80.978 0-146.862-65.884-146.862-146.883 0-80.957 65.884-146.862 146.862-146.862 69.652 0 128.143 48.742 143.135 113.91h131.195c14.991-65.188 73.523-113.91 143.155-113.91 80.957 0 146.842 65.905 146.842 146.862 0.02 80.998-65.864 146.883-146.821 146.883zM303.739-24.207c-50.811 0-92.16 41.37-92.16 92.16s41.349 92.16 92.16 92.16 92.16-41.37 92.16-92.16-41.349-92.16-92.16-92.16z m417.505 0c-50.811 0-92.14 41.37-92.14 92.16s41.329 92.16 92.14 92.16c50.77 0 92.14-41.37 92.14-92.16s-41.37-92.16-92.14-92.16zM1003.418 751.186c-2.191 29.635-14.029 54.129-34.243 70.82-33.26 27.464-77.578 25.395-88.023 24.453l-485.028-0.819c-38.953 0-60.908-15.626-72.458-28.754-23.04-26.132-21.914-59.802-21.094-69.12v-93.614l-222.72-117.76c-51.589-22.303-58.88-87.06-59.167-89.825a26.218 26.218 0 0 1-0.143-2.826l-0.061-375.849c0-15.114 12.247-27.341 27.341-27.341 15.114 0 27.361 12.227 27.361 27.32l0.061 373.965c1.004 6.144 6.84 36.311 26.808 44.564a24.372 24.372 0 0 1 2.335 1.085l238.305 125.993a27.361 27.361 0 0 1 14.561 24.207V749.158c0 1.311 0 2.089-0.184 3.359-0.492 5.12-0.041 19.702 7.782 28.426 6.001 6.636 16.486 9.994 31.293 9.994h0.061l486.339 0.819c1.044 0 2.109 0.041 3.133 0.184 0.266 0.02 30.597 2.785 48.62-12.104 8.479-7.004 13.23-17.388 14.479-31.724v-680.12c0-15.094 12.227-27.341 27.341-27.341s27.402 12.206 27.402 27.3V749.157a33.572 33.572 0 0 1-0.102 2.028z" horiz-adv-x="1024" />
</font>
</defs></svg>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment