update:打板
1
java-mall-app-shop-admin/.gitignore
vendored
@ -46,5 +46,4 @@ public/video
|
||||
src/vab/styles/themes/red.scss
|
||||
/src/vab/styles/themes/red-black.scss
|
||||
/src/vab/styles/themes/red-white.scss
|
||||
unpackage/
|
||||
/.vscode/settings.json
|
||||
57
java-mall-app-shop-admin/Jenkinsfile
vendored
@ -31,63 +31,6 @@ pipeline {
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
||||
stage('同步到从节点') {
|
||||
steps {
|
||||
sh """
|
||||
echo "========================================"
|
||||
echo "开始同步主节点 → 从节点"
|
||||
echo "主节点目录:${DEPLOY_DIR}"
|
||||
echo "从节点信息:${SLAVE_IP}:${SLAVE_DEPLOY_DIR}(SSH端口:${SSH_PORT})"
|
||||
echo "========================================"
|
||||
|
||||
# 步骤1:远程创建从节点目标目录(不存在则递归创建)
|
||||
echo "第一步:创建从节点目录..."
|
||||
ssh -i ${SSH_KEY} \
|
||||
-p ${SSH_PORT} \
|
||||
-o StrictHostKeyChecking=no \
|
||||
-o ConnectTimeout=10 \
|
||||
root@${SLAVE_IP} \
|
||||
"mkdir -p ${SLAVE_DEPLOY_DIR}"
|
||||
|
||||
# 检查目录创建结果
|
||||
if [ \$? -ne 0 ]; then
|
||||
echo "错误:从节点目录创建失败!请检查:"
|
||||
echo "1. 主节点免密登录是否配置(私钥路径:${SSH_KEY})"
|
||||
echo "2. 从节点 2203 端口是否放行"
|
||||
echo "3. 从节点 root 权限是否正常"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# 步骤2:rsync 同步文件(保持主从一致)
|
||||
echo "第二步:执行 rsync 同步..."
|
||||
rsync -avz \
|
||||
--delete \
|
||||
--exclude="*.log" \
|
||||
-e "ssh -i ${SSH_KEY} -p ${SSH_PORT} -o StrictHostKeyChecking=no" \
|
||||
${DEPLOY_DIR}/ \
|
||||
root@${SLAVE_IP}:${SLAVE_DEPLOY_DIR}/
|
||||
|
||||
# 步骤3:远程重启从节点 Nginx(加载新代码)
|
||||
echo "第三步:重启从节点 Nginx 服务..."
|
||||
ssh -i ${SSH_KEY} \
|
||||
-p ${SSH_PORT} \
|
||||
-o StrictHostKeyChecking=no \
|
||||
-o ConnectTimeout=10 \
|
||||
root@${SLAVE_IP} \
|
||||
"systemctl restart nginx"
|
||||
|
||||
# 检查 Nginx 重启结果(容错处理:重启失败不终止流程,仅告警)
|
||||
if [ \$? -eq 0 ]; then
|
||||
echo "✅ 从节点 Nginx 重启成功!新代码已生效"
|
||||
else
|
||||
echo "⚠️ 警告:从节点 Nginx 重启失败!请手动执行以下命令排查:"
|
||||
echo "ssh -i ${SSH_KEY} -p ${SSH_PORT} root@${SLAVE_IP} 'systemctl status nginx'"
|
||||
echo "(同步已完成,仅 Nginx 重启失败,不影响代码一致性)"
|
||||
fi
|
||||
"""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
|
||||
@ -6,10 +6,10 @@ pipeline {
|
||||
nodejs "NodeJS16"
|
||||
}
|
||||
|
||||
environment
|
||||
environment {
|
||||
// 项目核心路径配置
|
||||
UNI_APP_DIR = "./java-mall-app-shop-admin" // 项目根目录
|
||||
OUTPUT_DIR = "${UNI_APP_DIR}/dist/build/web" // uniapp H5编译输出目录
|
||||
OUTPUT_DIR = "${UNI_APP_DIR}/unpackage/dist/web" // uniapp H5编译输出目录
|
||||
DEPLOY_TARGET = "/data/nginx/www/fafamall/demo" // 本地部署目录
|
||||
}
|
||||
|
||||
|
||||
0
java-mall-app-shop-admin/unpackage/dist/build/.automator/h5/.automator.json
vendored
Normal file
2
java-mall-app-shop-admin/unpackage/dist/build/web/index.html
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>小发商城</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
|
||||
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/mchapp/static/index.2da1efab.css><link rel=icon href=./static/logo.jpg></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/mchapp/static/js/chunk-vendors.30effb36.js></script><script src=/mchapp/static/js/index.93a1619c.js></script></body></html>
|
||||
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/404.png
vendored
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/await.png
vendored
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/business-license-bg.png
vendored
Normal file
|
After Width: | Height: | Size: 15 KiB |
1065
java-mall-app-shop-admin/unpackage/dist/build/web/static/data/order.json
vendored
Normal file
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/email.png
vendored
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
178
java-mall-app-shop-admin/unpackage/dist/build/web/static/font/iconfont.css
vendored
Normal file
@ -0,0 +1,178 @@
|
||||
@font-face {
|
||||
font-family: "custom-icon"; /* Project id 4805967 */
|
||||
src: url("@/static/font/iconfont.woff2?t=1736404172628") format("woff2"),
|
||||
url("@/static/font/iconfont.woff?t=1736404172628") format("woff"),
|
||||
url("@/static/font/iconfont.ttf?t=1736404172628") format("truetype");
|
||||
}
|
||||
|
||||
.custom-icon {
|
||||
font-family: "custom-icon" !important;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.custom-icon- {
|
||||
font-family: "custom-icon" !important;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.custom-icon-a-Frame3:before {
|
||||
content: "\e60c";
|
||||
}
|
||||
|
||||
.custom-icon-jianhao_fangxing:before {
|
||||
content: "\e728";
|
||||
}
|
||||
|
||||
.custom-icon-jiahao:before {
|
||||
content: "\e640";
|
||||
}
|
||||
|
||||
.custom-icon-jianhao:before {
|
||||
content: "\e664";
|
||||
}
|
||||
|
||||
.custom-icon-xinjiantuopu:before {
|
||||
content: "\e83a";
|
||||
}
|
||||
|
||||
.custom-icon-piliangcaozuo:before {
|
||||
content: "\e66a";
|
||||
}
|
||||
|
||||
.custom-icon-gongzuotai1:before {
|
||||
content: "\e660";
|
||||
}
|
||||
|
||||
.custom-icon-shangpinguanli:before {
|
||||
content: "\e666";
|
||||
}
|
||||
|
||||
.custom-icon-shangpinpinpai:before {
|
||||
content: "\e6e6";
|
||||
}
|
||||
|
||||
.custom-icon-xiangcetuku:before {
|
||||
content: "\e63c";
|
||||
}
|
||||
|
||||
.custom-icon-fenlei:before {
|
||||
content: "\fc7d";
|
||||
}
|
||||
|
||||
.custom-icon-mianxingtuku:before {
|
||||
content: "\e60a";
|
||||
}
|
||||
|
||||
.custom-icon-icon_shangpindangan_shangpinpinpai:before {
|
||||
content: "\e60f";
|
||||
}
|
||||
|
||||
.custom-icon-yingyezhuangtai:before {
|
||||
content: "\e605";
|
||||
}
|
||||
|
||||
.custom-icon-shipin:before {
|
||||
content: "\e629";
|
||||
}
|
||||
|
||||
.custom-icon-paishe:before {
|
||||
content: "\e604";
|
||||
}
|
||||
|
||||
.custom-icon-dianhua:before {
|
||||
content: "\e842";
|
||||
}
|
||||
|
||||
.custom-icon-xiaoxi2:before {
|
||||
content: "\e603";
|
||||
}
|
||||
|
||||
.custom-icon-xiaoxi1:before {
|
||||
content: "\e66c";
|
||||
}
|
||||
|
||||
.custom-icon-gongzuotai-2:before {
|
||||
content: "\e607";
|
||||
}
|
||||
|
||||
.custom-icon-qiandai:before {
|
||||
content: "\e613";
|
||||
}
|
||||
|
||||
.custom-icon-shanchu:before {
|
||||
content: "\e7ea";
|
||||
}
|
||||
|
||||
.custom-icon-icon_519:before {
|
||||
content: "\e610";
|
||||
}
|
||||
|
||||
.custom-icon-yunfei:before {
|
||||
content: "\e6e2";
|
||||
}
|
||||
|
||||
.custom-icon-erweima:before {
|
||||
content: "\e602";
|
||||
}
|
||||
|
||||
.custom-icon-kefu:before {
|
||||
content: "\e665";
|
||||
}
|
||||
|
||||
.custom-icon-dayinji:before {
|
||||
content: "\e612";
|
||||
}
|
||||
|
||||
.custom-icon-shezhi:before {
|
||||
content: "\e69b";
|
||||
}
|
||||
|
||||
.custom-icon-a-saoyisao:before {
|
||||
content: "\e611";
|
||||
}
|
||||
|
||||
.custom-icon-xiaoxi:before {
|
||||
content: "\e601";
|
||||
}
|
||||
|
||||
.custom-icon-wode:before {
|
||||
content: "\e64c";
|
||||
}
|
||||
|
||||
.custom-icon-jingyingguanli:before {
|
||||
content: "\e606";
|
||||
}
|
||||
|
||||
.custom-icon-gongzuotai:before {
|
||||
content: "\e60b";
|
||||
}
|
||||
|
||||
.custom-icon-shituzhongxin:before {
|
||||
content: "\e6bc";
|
||||
}
|
||||
|
||||
.custom-icon-youxiang:before {
|
||||
content: "\e908";
|
||||
}
|
||||
|
||||
.custom-icon-shouji:before {
|
||||
content: "\e600";
|
||||
}
|
||||
|
||||
.custom-icon-yanzhengma:before {
|
||||
content: "\e685";
|
||||
}
|
||||
|
||||
.custom-icon-custom-user:before {
|
||||
content: "\e632";
|
||||
}
|
||||
|
||||
.custom-icon-password:before {
|
||||
content: "\e61d";
|
||||
}
|
||||
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/font/iconfont.ttf
vendored
Normal file
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/font/iconfont.woff
vendored
Normal file
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/font/iconfont.woff2
vendored
Normal file
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/help/0.jpg
vendored
Normal file
|
After Width: | Height: | Size: 66 KiB |
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/help/1.jpg
vendored
Normal file
|
After Width: | Height: | Size: 294 KiB |
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/help/101.jpg
vendored
Normal file
|
After Width: | Height: | Size: 208 KiB |
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/help/2.jpg
vendored
Normal file
|
After Width: | Height: | Size: 118 KiB |
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/help/3.jpg
vendored
Normal file
|
After Width: | Height: | Size: 233 KiB |
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/help/301.jpg
vendored
Normal file
|
After Width: | Height: | Size: 196 KiB |
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/help/4.jpg
vendored
Normal file
|
After Width: | Height: | Size: 182 KiB |
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/help/401.jpg
vendored
Normal file
|
After Width: | Height: | Size: 151 KiB |
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/ic_ar.png
vendored
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/icon_app_1024.png
vendored
Normal file
|
After Width: | Height: | Size: 106 KiB |
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/icon_map.png
vendored
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/icon_mt.png
vendored
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/icon_phone.png
vendored
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/id-bg-1.png
vendored
Normal file
|
After Width: | Height: | Size: 69 KiB |
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/id-bg-2.png
vendored
Normal file
|
After Width: | Height: | Size: 78 KiB |
972
java-mall-app-shop-admin/unpackage/dist/build/web/static/im/emojiData.js
vendored
Normal file
@ -0,0 +1,972 @@
|
||||
//模拟数据
|
||||
var emojiData = {
|
||||
"imgArr" : [
|
||||
{
|
||||
emojiName:"",
|
||||
emojiSort:0,
|
||||
minEmoji:false,
|
||||
emojiPath:"",
|
||||
emojiList: [
|
||||
[
|
||||
{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },
|
||||
{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },
|
||||
],
|
||||
[
|
||||
{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },
|
||||
{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },
|
||||
],
|
||||
[
|
||||
{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },
|
||||
{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
// QQ 表情
|
||||
emojiName:"QQemoji",
|
||||
emojiSort:1,
|
||||
minEmoji:true,
|
||||
emojiPath:"https://res.wx.qq.com/mpres/htmledition/images/icon/emotion/",
|
||||
// emojiPath: "static/img/qq/",
|
||||
emojiList: [
|
||||
[
|
||||
{ url: '0.gif', alt: '[微笑]' },
|
||||
{ url: '1.gif', alt: '[撇嘴]' },
|
||||
{ url: '2.gif', alt: '[色]' },
|
||||
{ url: '3.gif', alt: '[发呆]' },
|
||||
{ url: '4.gif', alt: '[得意]' },
|
||||
{ url: '5.gif', alt: '[流泪]' },
|
||||
{ url: '6.gif', alt: '[害羞]' },
|
||||
{ url: '7.gif', alt: '[闭嘴]' },
|
||||
{ url: '8.gif', alt: '[睡]' },
|
||||
{ url: '9.gif', alt: '[大哭]' },
|
||||
{ url: '10.gif', alt: '[尴尬]' },
|
||||
{ url: '11.gif', alt: '[发怒]' },
|
||||
{ url: '12.gif', alt: '[调皮]' },
|
||||
{ url: '13.gif', alt: '[呲牙]' },
|
||||
{ url: '14.gif', alt: '[惊讶]' },
|
||||
{ url: '15.gif', alt: '[难过]' },
|
||||
{ url: '16.gif', alt: '[酷]' },
|
||||
{ url: '17.gif', alt: '[冷汗]' },
|
||||
{ url: '18.gif', alt: '[抓狂]' },
|
||||
{ url: '19.gif', alt: '[吐]' },
|
||||
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
|
||||
],
|
||||
[
|
||||
{ url: '20.gif', alt: '[偷笑]' },
|
||||
{ url: '21.gif', alt: '[愉快]' },
|
||||
{ url: '22.gif', alt: '[白眼]' },
|
||||
{ url: '23.gif', alt: '[傲慢]' },
|
||||
{ url: '24.gif', alt: '[饥饿]' },
|
||||
{ url: '25.gif', alt: '[困]' },
|
||||
{ url: '26.gif', alt: '[惊恐]' },
|
||||
{ url: '27.gif', alt: '[流汗]' },
|
||||
{ url: '28.gif', alt: '[憨笑]' },
|
||||
{ url: '29.gif', alt: '[悠闲]' },
|
||||
{ url: '30.gif', alt: '[奋斗]' },
|
||||
{ url: '31.gif', alt: '[咒骂]' },
|
||||
{ url: '32.gif', alt: '[疑问]' },
|
||||
{ url: '33.gif', alt: '[嘘]' },
|
||||
{ url: '34.gif', alt: '[晕]' },
|
||||
{ url: '35.gif', alt: '[疯了]' },
|
||||
{ url: '36.gif', alt: '[衰]' },
|
||||
{ url: '37.gif', alt: '[骷髅]' },
|
||||
{ url: '38.gif', alt: '[敲打]' },
|
||||
{ url: '39.gif', alt: '[再见]' },
|
||||
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: '40.gif', alt: '[擦汗]' },
|
||||
{ url: '41.gif', alt: '[抠鼻]' },
|
||||
{ url: '42.gif', alt: '[鼓掌]' },
|
||||
{ url: '43.gif', alt: '[糗大了]' },
|
||||
{ url: '44.gif', alt: '[坏笔]' },
|
||||
{ url: '45.gif', alt: '[左哼哼]' },
|
||||
{ url: '46.gif', alt: '[右哼哼]' },
|
||||
{ url: '47.gif', alt: '[哈欠]' },
|
||||
{ url: '48.gif', alt: '[鄙视]' },
|
||||
{ url: '49.gif', alt: '[委屈]' },
|
||||
{ url: '50.gif', alt: '[快哭了]' },
|
||||
{ url: '51.gif', alt: '[阴险]' },
|
||||
{ url: '52.gif', alt: '[亲亲]' },
|
||||
{ url: '53.gif', alt: '[吓]' },
|
||||
{ url: '54.gif', alt: '[可怜]' },
|
||||
{ url: '55.gif', alt: '[菜刀]' },
|
||||
{ url: '56.gif', alt: '[西瓜]' },
|
||||
{ url: '57.gif', alt: '[啤酒]' },
|
||||
{ url: '58.gif', alt: '[篮球]' },
|
||||
{ url: '59.gif', alt: '[乒乓]' },
|
||||
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: '60.gif', alt: '[咖啡]' },
|
||||
{ url: '61.gif', alt: '[饭]' },
|
||||
{ url: '62.gif', alt: '[猪头]' },
|
||||
{ url: '63.gif', alt: '[玫瑰]' },
|
||||
{ url: '64.gif', alt: '[凋谢]' },
|
||||
{ url: '65.gif', alt: '[嘴唇]' },
|
||||
{ url: '66.gif', alt: '[爱心]' },
|
||||
{ url: '67.gif', alt: '[心碎]' },
|
||||
{ url: '68.gif', alt: '[蛋糕]' },
|
||||
{ url: '69.gif', alt: '[闪电]' },
|
||||
{ url: '70.gif', alt: '[炸弹]' },
|
||||
{ url: '71.gif', alt: '[刀]' },
|
||||
{ url: '72.gif', alt: '[足球]' },
|
||||
{ url: '73.gif', alt: '[瓢虫]' },
|
||||
{ url: '74.gif', alt: '[便便]' },
|
||||
{ url: '75.gif', alt: '[月亮]' },
|
||||
{ url: '76.gif', alt: '[太阳]' },
|
||||
{ url: '77.gif', alt: '[礼物]' },
|
||||
{ url: '78.gif', alt: '[拥抱]' },
|
||||
{ url: '79.gif', alt: '[强]' },
|
||||
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: '80.gif', alt: '[弱]' },
|
||||
{ url: '81.gif', alt: '[握手]' },
|
||||
{ url: '82.gif', alt: '[胜利]' },
|
||||
{ url: '83.gif', alt: '[抱拳]' },
|
||||
{ url: '84.gif', alt: '[勾引]' },
|
||||
{ url: '85.gif', alt: '[拳头]' },
|
||||
{ url: '86.gif', alt: '[差劲]' },
|
||||
{ url: '87.gif', alt: '[爱你]' },
|
||||
{ url: '88.gif', alt: '[NO]' },
|
||||
{ url: '89.gif', alt: '[OK]' },
|
||||
{ url: '90.gif', alt: '[爱情]' },
|
||||
{ url: '91.gif', alt: '[飞吻]' },
|
||||
{ url: '92.gif', alt: '[跳跳]' },
|
||||
{ url: '93.gif', alt: '[发抖]' },
|
||||
{ url: '94.gif', alt: '[怄火]' },
|
||||
{ url: '95.gif', alt: '[转圈]' },
|
||||
{ url: '96.gif', alt: '[磕头]' },
|
||||
{ url: '97.gif', alt: '[回头]' },
|
||||
{ url: '98.gif', alt: '[跳绳]' },
|
||||
{ url: '99.gif', alt: '[投降]' },
|
||||
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: '100.gif', alt: '[激动]' },
|
||||
{ url: '101.gif', alt: '[乱舞]' },
|
||||
{ url: '102.gif', alt: '[献吻]' },
|
||||
{ url: '103.gif', alt: '[左太极]' },
|
||||
{ url: '104.gif', alt: '[右太极]' },
|
||||
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
// 火信表情
|
||||
emojiName:"huoxinList",
|
||||
emojiSort:2,
|
||||
minEmoji:true,
|
||||
emojiPath:"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/huoxin/",
|
||||
emojiList: [
|
||||
[
|
||||
{ url: 'q_000.png', alt: '[测试1]' },
|
||||
{ url: 'q_001.png', alt: '[测试2]' },
|
||||
{ url: 'q_002.png', alt: '[测试3]' },
|
||||
{ url: 'q_003.png', alt: '[]' },
|
||||
{ url: 'q_004.png', alt: '[]' },
|
||||
{ url: 'q_005.png', alt: '[]' },
|
||||
{ url: 'q_006.png', alt: '[]' },
|
||||
{ url: 'q_007.png', alt: '[]' },
|
||||
{ url: 'q_008.png', alt: '[]' },
|
||||
{ url: 'q_009.png', alt: '[]' },
|
||||
{ url: 'q_010.png', alt: '[]' },
|
||||
{ url: 'q_011.png', alt: '[]' },
|
||||
{ url: 'q_012.png', alt: '[]' },
|
||||
{ url: 'q_013.png', alt: '[]' },
|
||||
{ url: 'q_014.png', alt: '[]' },
|
||||
{ url: 'q_015.png', alt: '[]' },
|
||||
{ url: 'q_016.png', alt: '[]' },
|
||||
{ url: 'q_017.png', alt: '[]' },
|
||||
{ url: 'q_018.png', alt: '[]' },
|
||||
{ url: 'q_019.png', alt: '[]' },
|
||||
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: 'q_020.png', alt: '[]' },
|
||||
{ url: 'q_021.png', alt: '[]' },
|
||||
{ url: 'q_022.png', alt: '[]' },
|
||||
{ url: 'q_023.png', alt: '[]' },
|
||||
{ url: 'q_024.png', alt: '[]' },
|
||||
{ url: 'q_025.png', alt: '[]' },
|
||||
{ url: 'q_026.png', alt: '[]' },
|
||||
{ url: 'q_027.png', alt: '[]' },
|
||||
{ url: 'q_028.png', alt: '[]' },
|
||||
{ url: 'q_029.png', alt: '[]' },
|
||||
{ url: 'q_030.png', alt: '[]' },
|
||||
{ url: 'q_031.png', alt: '[]' },
|
||||
{ url: 'q_032.png', alt: '[]' },
|
||||
{ url: 'q_033.png', alt: '[]' },
|
||||
{ url: 'q_034.png', alt: '[]' },
|
||||
{ url: 'q_035.png', alt: '[]' },
|
||||
{ url: 'q_036.png', alt: '[]' },
|
||||
{ url: 'q_037.png', alt: '[]' },
|
||||
{ url: 'q_038.png', alt: '[]' },
|
||||
{ url: 'q_039.png', alt: '[]' },
|
||||
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: 'q_040.png', alt: '[]' },
|
||||
{ url: 'q_041.png', alt: '[]' },
|
||||
{ url: 'q_042.png', alt: '[]' },
|
||||
{ url: 'q_043.png', alt: '[]' },
|
||||
{ url: 'q_044.png', alt: '[]' },
|
||||
{ url: 'q_045.png', alt: '[]' },
|
||||
{ url: 'q_046.png', alt: '[]' },
|
||||
{ url: 'q_047.png', alt: '[]' },
|
||||
{ url: 'q_048.png', alt: '[]' },
|
||||
{ url: 'q_049.png', alt: '[]' },
|
||||
{ url: 'q_050.png', alt: '[]' },
|
||||
{ url: 'q_051.png', alt: '[]' },
|
||||
{ url: 'q_052.png', alt: '[]' },
|
||||
{ url: 'q_053.png', alt: '[]' },
|
||||
{ url: 'q_054.png', alt: '[]' },
|
||||
{ url: 'q_055.png', alt: '[]' },
|
||||
{ url: 'q_056.png', alt: '[]' },
|
||||
{ url: 'q_057.png', alt: '[]' },
|
||||
{ url: 'q_058.png', alt: '[]' },
|
||||
{ url: 'q_059.png', alt: '[]' },
|
||||
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: 'q_060.png', alt: '[]' },
|
||||
{ url: 'q_061.png', alt: '[]' },
|
||||
{ url: 'q_062.png', alt: '[]' },
|
||||
{ url: 'q_063.png', alt: '[]' },
|
||||
{ url: 'q_064.png', alt: '[]' },
|
||||
{ url: 'q_065.png', alt: '[]' },
|
||||
{ url: 'q_066.png', alt: '[]' },
|
||||
{ url: 'q_067.png', alt: '[]' },
|
||||
{ url: 'q_068.png', alt: '[]' },
|
||||
{ url: 'q_069.png', alt: '[]' },
|
||||
{ url: 'q_070.png', alt: '[]' },
|
||||
{ url: 'q_071.png', alt: '[]' },
|
||||
{ url: 'q_072.png', alt: '[]' },
|
||||
{ url: 'q_073.png', alt: '[]' },
|
||||
{ url: 'q_074.png', alt: '[]' },
|
||||
{ url: 'q_075.png', alt: '[]' },
|
||||
{ url: 'q_076.png', alt: '[]' },
|
||||
{ url: 'q_077.png', alt: '[]' },
|
||||
{ url: 'q_078.png', alt: '[]' },
|
||||
{ url: 'q_079.png', alt: '[]' },
|
||||
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: 'q_080.png', alt: '[]' },
|
||||
{ url: 'q_081.png', alt: '[]' },
|
||||
{ url: 'q_082.png', alt: '[]' },
|
||||
{ url: 'q_083.png', alt: '[]' },
|
||||
{ url: 'q_084.png', alt: '[]' },
|
||||
{ url: 'q_085.png', alt: '[]' },
|
||||
{ url: 'q_086.png', alt: '[]' },
|
||||
{ url: 'q_087.png', alt: '[]' },
|
||||
{ url: 'q_088.png', alt: '[]' },
|
||||
{ url: 'q_089.png', alt: '[]' },
|
||||
{ url: 'q_090.png', alt: '[]' },
|
||||
{ url: 'q_091.png', alt: '[]' },
|
||||
{ url: 'q_092.png', alt: '[]' },
|
||||
{ url: 'q_093.png', alt: '[]' },
|
||||
{ url: 'q_094.png', alt: '[]' },
|
||||
{ url: 'q_095.png', alt: '[]' },
|
||||
{ url: 'q_096.png', alt: '[]' },
|
||||
{ url: 'q_097.png', alt: '[]' },
|
||||
{ url: 'q_098.png', alt: '[]' },
|
||||
{ url: 'q_099.png', alt: '[]' },
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: 'q_101.png', alt: '[]' },
|
||||
{ url: 'q_102.png', alt: '[]' },
|
||||
{ url: 'q_103.png', alt: '[]' },
|
||||
{ url: 'q_104.png', alt: '[]' },
|
||||
{ url: 'q_105.png', alt: '[]' },
|
||||
{ url: 'q_106.png', alt: '[]' },
|
||||
{ url: 'q_107.png', alt: '[]' },
|
||||
{ url: 'q_108.png', alt: '[]' },
|
||||
{ url: 'q_109.png', alt: '[]' },
|
||||
{ url: 'q_110.png', alt: '[]' },
|
||||
{ url: 'q_111.png', alt: '[]' },
|
||||
{ url: 'q_112.png', alt: '[]' },
|
||||
{ url: 'q_113.png', alt: '[]' },
|
||||
{ url: 'q_114.png', alt: '[]' },
|
||||
{ url: 'q_115.png', alt: '[]' },
|
||||
{ url: 'q_116.png', alt: '[]' },
|
||||
{ url: 'q_117.png', alt: '[]' },
|
||||
{ url: 'q_118.png', alt: '[]' },
|
||||
{ url: 'q_119.png', alt: '[]' },
|
||||
{ url: 'q_120.png', alt: '[]' },
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: 'q_121.png', alt: '[]' },
|
||||
{ url: 'q_122.png', alt: '[]' },
|
||||
{ url: 'q_123.png', alt: '[]' },
|
||||
{ url: 'q_124.png', alt: '[]' },
|
||||
{ url: 'q_125.png', alt: '[]' },
|
||||
{ url: 'q_126.png', alt: '[]' },
|
||||
{ url: 'q_127.png', alt: '[]' },
|
||||
{ url: 'q_128.png', alt: '[]' },
|
||||
{ url: 'q_129.png', alt: '[]' },
|
||||
{ url: 'q_130.png', alt: '[]' },
|
||||
{ url: 'q_131.png', alt: '[]' },
|
||||
{ url: 'q_132.png', alt: '[]' },
|
||||
{ url: 'q_133.png', alt: '[]' },
|
||||
{ url: 'q_134.png', alt: '[]' },
|
||||
{ url: 'q_135.png', alt: '[]' },
|
||||
{ url: 'q_136.png', alt: '[]' },
|
||||
{ url: 'q_137.png', alt: '[]' },
|
||||
{ url: 'q_138.png', alt: '[]' },
|
||||
{ url: 'q_139.png', alt: '[]' },
|
||||
{ url: 'q_140.png', alt: '[]' },
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: 'q_141.png', alt: '[]' },
|
||||
{ url: 'q_142.png', alt: '[]' },
|
||||
{ url: 'q_143.png', alt: '[]' },
|
||||
{ url: 'q_144.png', alt: '[]' },
|
||||
{ url: 'q_145.png', alt: '[]' },
|
||||
{ url: 'q_146.png', alt: '[]' },
|
||||
{ url: 'q_147.png', alt: '[]' },
|
||||
{ url: 'q_148.png', alt: '[]' },
|
||||
{ url: 'q_149.png', alt: '[]' },
|
||||
{ url: 'q_150.png', alt: '[]' },
|
||||
{ url: 'q_151.png', alt: '[]' },
|
||||
{ url: 'q_152.png', alt: '[]' },
|
||||
{ url: 'q_153.png', alt: '[]' },
|
||||
{ url: 'q_154.png', alt: '[]' },
|
||||
{ url: 'q_155.png', alt: '[]' },
|
||||
{ url: 'q_156.png', alt: '[]' },
|
||||
{ url: 'q_157.png', alt: '[]' },
|
||||
{ url: 'q_158.png', alt: '[]' },
|
||||
{ url: 'q_159.png', alt: '[]' },
|
||||
{ url: 'q_160.png', alt: '[]' },
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: 'q_161.png', alt: '[]' },
|
||||
{ url: 'q_162.png', alt: '[]' },
|
||||
{ url: 'q_163.png', alt: '[]' },
|
||||
{ url: 'q_164.png', alt: '[]' },
|
||||
{ url: 'q_165.png', alt: '[]' },
|
||||
{ url: 'q_166.png', alt: '[]' },
|
||||
{ url: 'q_167.png', alt: '[]' },
|
||||
{ url: 'q_168.png', alt: '[]' },
|
||||
{ url: 'q_169.png', alt: '[]' },
|
||||
{ url: 'q_170.png', alt: '[]' },
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
// 钉钉表情
|
||||
emojiName:"dingdingList",
|
||||
emojiSort:2,
|
||||
minEmoji:true,
|
||||
emojiPath:"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/dingding/",
|
||||
emojiList: [
|
||||
[
|
||||
{ url: 'emotion_001.png', alt: '[微笑]' },
|
||||
{ url: 'emotion_002.png', alt: '[可爱]' },
|
||||
{ url: 'emotion_003.png', alt: '[憨笑]' },
|
||||
{ url: 'emotion_004.png', alt: '[色]' },
|
||||
{ url: 'emotion_005.png', alt: '[发呆]' },
|
||||
{ url: 'emotion_006.png', alt: '[老板]' },
|
||||
{ url: 'emotion_007.png', alt: '[流泪]' },
|
||||
{ url: 'emotion_008.png', alt: '[害羞]' },
|
||||
{ url: 'emotion_009.png', alt: '[闭嘴]' },
|
||||
{ url: 'emotion_010.png', alt: '[睡]' },
|
||||
{ url: 'emotion_011.png', alt: '[大哭]' },
|
||||
{ url: 'emotion_012.png', alt: '[尴尬]' },
|
||||
{ url: 'emotion_013.png', alt: '[感谢]' },
|
||||
{ url: 'emotion_014.png', alt: '[赞]' },
|
||||
{ url: 'emotion_015.png', alt: '[鼓掌]' },
|
||||
{ url: 'emotion_016.png', alt: '[打招呼]' },
|
||||
{ url: 'emotion_017.png', alt: '[666]' },
|
||||
{ url: 'emotion_018.png', alt: '[抱拳]' },
|
||||
{ url: 'emotion_019.png', alt: '[握手]' },
|
||||
{ url: 'emotion_020.png', alt: '[OK]' },
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: 'emotion_021.png', alt: '[]' },
|
||||
{ url: 'emotion_022.png', alt: '[]' },
|
||||
{ url: 'emotion_023.png', alt: '[]' },
|
||||
{ url: 'emotion_024.png', alt: '[]' },
|
||||
{ url: 'emotion_025.png', alt: '[]' },
|
||||
{ url: 'emotion_026.png', alt: '[]' },
|
||||
{ url: 'emotion_027.png', alt: '[]' },
|
||||
{ url: 'emotion_028.png', alt: '[]' },
|
||||
{ url: 'emotion_029.png', alt: '[]' },
|
||||
{ url: 'emotion_030.png', alt: '[]' },
|
||||
{ url: 'emotion_031.png', alt: '[]' },
|
||||
{ url: 'emotion_032.png', alt: '[]' },
|
||||
{ url: 'emotion_033.png', alt: '[]' },
|
||||
{ url: 'emotion_034.png', alt: '[]' },
|
||||
{ url: 'emotion_035.png', alt: '[]' },
|
||||
{ url: 'emotion_036.png', alt: '[]' },
|
||||
{ url: 'emotion_037.png', alt: '[]' },
|
||||
{ url: 'emotion_038.png', alt: '[]' },
|
||||
{ url: 'emotion_039.png', alt: '[]' },
|
||||
{ url: 'emotion_040.png', alt: '[]' },
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: 'emotion_041.png', alt: '[]' },
|
||||
{ url: 'emotion_042.png', alt: '[]' },
|
||||
{ url: 'emotion_043.png', alt: '[]' },
|
||||
{ url: 'emotion_044.png', alt: '[]' },
|
||||
{ url: 'emotion_045.png', alt: '[]' },
|
||||
{ url: 'emotion_046.png', alt: '[]' },
|
||||
{ url: 'emotion_047.png', alt: '[]' },
|
||||
{ url: 'emotion_048.png', alt: '[]' },
|
||||
{ url: 'emotion_049.png', alt: '[]' },
|
||||
{ url: 'emotion_050.png', alt: '[]' },
|
||||
{ url: 'emotion_051.png', alt: '[]' },
|
||||
{ url: 'emotion_052.png', alt: '[]' },
|
||||
{ url: 'emotion_053.png', alt: '[]' },
|
||||
{ url: 'emotion_054.png', alt: '[]' },
|
||||
{ url: 'emotion_055.png', alt: '[]' },
|
||||
{ url: 'emotion_056.png', alt: '[]' },
|
||||
{ url: 'emotion_057.png', alt: '[]' },
|
||||
{ url: 'emotion_058.png', alt: '[]' },
|
||||
{ url: 'emotion_059.png', alt: '[]' },
|
||||
{ url: 'emotion_060.png', alt: '[]' },
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: 'emotion_061.png', alt: '[]' },
|
||||
{ url: 'emotion_062.png', alt: '[]' },
|
||||
{ url: 'emotion_063.png', alt: '[]' },
|
||||
{ url: 'emotion_064.png', alt: '[]' },
|
||||
{ url: 'emotion_065.png', alt: '[]' },
|
||||
{ url: 'emotion_066.png', alt: '[]' },
|
||||
{ url: 'emotion_067.png', alt: '[]' },
|
||||
{ url: 'emotion_068.png', alt: '[]' },
|
||||
{ url: 'emotion_069.png', alt: '[]' },
|
||||
{ url: 'emotion_070.png', alt: '[]' },
|
||||
{ url: 'emotion_071.png', alt: '[]' },
|
||||
{ url: 'emotion_072.png', alt: '[]' },
|
||||
{ url: 'emotion_073.png', alt: '[]' },
|
||||
{ url: 'emotion_074.png', alt: '[]' },
|
||||
{ url: 'emotion_075.png', alt: '[]' },
|
||||
{ url: 'emotion_076.png', alt: '[]' },
|
||||
{ url: 'emotion_077.png', alt: '[]' },
|
||||
{ url: 'emotion_078.png', alt: '[]' },
|
||||
{ url: 'emotion_079.png', alt: '[]' },
|
||||
{ url: 'emotion_080.png', alt: '[]' },
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: 'emotion_081.png', alt: '[]' },
|
||||
{ url: 'emotion_082.png', alt: '[]' },
|
||||
{ url: 'emotion_083.png', alt: '[]' },
|
||||
{ url: 'emotion_084.png', alt: '[]' },
|
||||
{ url: 'emotion_085.png', alt: '[]' },
|
||||
{ url: 'emotion_086.png', alt: '[]' },
|
||||
{ url: 'emotion_087.png', alt: '[]' },
|
||||
{ url: 'emotion_088.png', alt: '[]' },
|
||||
{ url: 'emotion_089.png', alt: '[]' },
|
||||
{ url: 'emotion_090.png', alt: '[]' },
|
||||
{ url: 'emotion_091.png', alt: '[]' },
|
||||
{ url: 'emotion_092.png', alt: '[]' },
|
||||
{ url: 'emotion_093.png', alt: '[]' },
|
||||
{ url: 'emotion_094.png', alt: '[]' },
|
||||
{ url: 'emotion_095.png', alt: '[]' },
|
||||
{ url: 'emotion_096.png', alt: '[]' },
|
||||
{ url: 'emotion_097.png', alt: '[]' },
|
||||
{ url: 'emotion_098.png', alt: '[]' },
|
||||
{ url: 'emotion_099.png', alt: '[]' },
|
||||
{ url: 'emotion_100.png', alt: '[]' },
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: 'emotion_101.png', alt: '[]' },
|
||||
{ url: 'emotion_102.png', alt: '[]' },
|
||||
{ url: 'emotion_103.png', alt: '[]' },
|
||||
{ url: 'emotion_104.png', alt: '[]' },
|
||||
{ url: 'emotion_105.png', alt: '[]' },
|
||||
{ url: 'emotion_106.png', alt: '[]' },
|
||||
{ url: 'emotion_107.png', alt: '[]' },
|
||||
{ url: 'emotion_108.png', alt: '[]' },
|
||||
{ url: 'emotion_109.png', alt: '[]' },
|
||||
{ url: 'emotion_110.png', alt: '[]' },
|
||||
{ url: 'emotion_111.png', alt: '[]' },
|
||||
{ url: 'emotion_112.png', alt: '[]' },
|
||||
{ url: 'emotion_113.png', alt: '[]' },
|
||||
{ url: 'emotion_114.png', alt: '[]' },
|
||||
{ url: 'emotion_115.png', alt: '[]' },
|
||||
{ url: 'emotion_116.png', alt: '[]' },
|
||||
{ url: 'emotion_117.png', alt: '[]' },
|
||||
{ url: 'emotion_118.png', alt: '[]' },
|
||||
{ url: 'emotion_119.png', alt: '[]' },
|
||||
{ url: 'emotion_120.png', alt: '[]' },
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: 'emotion_121.png', alt: '[]' },
|
||||
{ url: 'emotion_122.png', alt: '[]' },
|
||||
{ url: 'emotion_123.png', alt: '[]' },
|
||||
{ url: 'emotion_124.png', alt: '[]' },
|
||||
{ url: 'emotion_125.png', alt: '[]' },
|
||||
{ url: 'emotion_126.png', alt: '[]' },
|
||||
{ url: 'emotion_127.png', alt: '[]' },
|
||||
{ url: 'emotion_128.png', alt: '[]' },
|
||||
{ url: 'emotion_129.png', alt: '[]' },
|
||||
{ url: 'emotion_130.png', alt: '[]' },
|
||||
{ url: 'emotion_131.png', alt: '[]' },
|
||||
{ url: 'emotion_132.png', alt: '[]' },
|
||||
{ url: 'emotion_133.png', alt: '[]' },
|
||||
{ url: 'emotion_134.png', alt: '[]' },
|
||||
{ url: 'emotion_135.png', alt: '[]' },
|
||||
{ url: 'emotion_136.png', alt: '[]' },
|
||||
{ url: 'emotion_137.png', alt: '[]' },
|
||||
{ url: 'emotion_138.png', alt: '[]' },
|
||||
{ url: 'emotion_139.png', alt: '[]' },
|
||||
{ url: 'emotion_140.png', alt: '[]' },
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
// 抖音表情
|
||||
emojiName:"douyinList",
|
||||
emojiSort:3,
|
||||
minEmoji:true,
|
||||
emojiPath:"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/douyin/",
|
||||
emojiList: [
|
||||
[
|
||||
{ url: '0.png', alt: '[抖音1]' },
|
||||
{ url: '1.png', alt: '[抖音2]' },
|
||||
{ url: '2.png', alt: '[抖音3]' },
|
||||
{ url: '3.png', alt: '[抖音4]' },
|
||||
{ url: '4.png', alt: '[]' },
|
||||
{ url: '5.png', alt: '[]' },
|
||||
{ url: '6.png', alt: '[]' },
|
||||
{ url: '7.png', alt: '[]' },
|
||||
{ url: '8.png', alt: '[]' },
|
||||
{ url: '9.png', alt: '[]' },
|
||||
{ url: '10.png', alt: '[]' },
|
||||
{ url: '11.png', alt: '[]' },
|
||||
{ url: '12.png', alt: '[]' },
|
||||
{ url: '13.png', alt: '[]' },
|
||||
{ url: '14.png', alt: '[]' },
|
||||
{ url: '15.png', alt: '[]' },
|
||||
{ url: '16.png', alt: '[]' },
|
||||
{ url: '17.png', alt: '[]' },
|
||||
{ url: '18.png', alt: '[]' },
|
||||
{ url: '19.png', alt: '[]' },
|
||||
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: '20.png', alt: '[]' },
|
||||
{ url: '21.png', alt: '[]' },
|
||||
{ url: '22.png', alt: '[]' },
|
||||
{ url: '23.png', alt: '[]' },
|
||||
{ url: '24.png', alt: '[]' },
|
||||
{ url: '25.png', alt: '[]' },
|
||||
{ url: '26.png', alt: '[]' },
|
||||
{ url: '27.png', alt: '[]' },
|
||||
{ url: '28.png', alt: '[]' },
|
||||
{ url: '29.png', alt: '[]' },
|
||||
{ url: '30.png', alt: '[]' },
|
||||
{ url: '31.png', alt: '[]' },
|
||||
{ url: '32.png', alt: '[]' },
|
||||
{ url: '33.png', alt: '[]' },
|
||||
{ url: '34.png', alt: '[]' },
|
||||
{ url: '35.png', alt: '[]' },
|
||||
{ url: '36.png', alt: '[]' },
|
||||
{ url: '37.png', alt: '[]' },
|
||||
{ url: '38.png', alt: '[]' },
|
||||
{ url: '39.png', alt: '[]' },
|
||||
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: '40.png', alt: '[]' },
|
||||
{ url: '41.png', alt: '[]' },
|
||||
{ url: '42.png', alt: '[]' },
|
||||
{ url: '43.png', alt: '[]' },
|
||||
{ url: '44.png', alt: '[]' },
|
||||
{ url: '25.png', alt: '[]' },
|
||||
{ url: '46.png', alt: '[]' },
|
||||
{ url: '47.png', alt: '[]' },
|
||||
{ url: '48.png', alt: '[]' },
|
||||
{ url: '49.png', alt: '[]' },
|
||||
{ url: '50.png', alt: '[]' },
|
||||
{ url: '51.png', alt: '[]' },
|
||||
{ url: '52.png', alt: '[]' },
|
||||
{ url: '53.png', alt: '[]' },
|
||||
{ url: '54.png', alt: '[]' },
|
||||
{ url: '55.png', alt: '[]' },
|
||||
{ url: '56.png', alt: '[]' },
|
||||
{ url: '57.png', alt: '[]' },
|
||||
{ url: '58.png', alt: '[]' },
|
||||
{ url: '59.png', alt: '[]' },
|
||||
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: '60.png', alt: '[]' },
|
||||
{ url: '61.png', alt: '[]' },
|
||||
{ url: '62.png', alt: '[]' },
|
||||
{ url: '63.png', alt: '[]' },
|
||||
{ url: '64.png', alt: '[]' },
|
||||
{ url: '65.png', alt: '[]' },
|
||||
{ url: '66.png', alt: '[]' },
|
||||
{ url: '67.png', alt: '[]' },
|
||||
{ url: '68.png', alt: '[]' },
|
||||
{ url: '69.png', alt: '[]' },
|
||||
{ url: '70.png', alt: '[]' },
|
||||
{ url: '71.png', alt: '[]' },
|
||||
{ url: '72.png', alt: '[]' },
|
||||
{ url: '73.png', alt: '[]' },
|
||||
{ url: '74.png', alt: '[]' },
|
||||
{ url: '75.png', alt: '[]' },
|
||||
{ url: '76.png', alt: '[]' },
|
||||
{ url: '77.png', alt: '[]' },
|
||||
{ url: '78.png', alt: '[]' },
|
||||
{ url: '79.png', alt: '[]' },
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: '80.png', alt: '[]' },
|
||||
{ url: '81.png', alt: '[]' },
|
||||
{ url: '82.png', alt: '[]' },
|
||||
{ url: '83.png', alt: '[]' },
|
||||
{ url: '84.png', alt: '[]' },
|
||||
{ url: '85.png', alt: '[]' },
|
||||
{ url: '86.png', alt: '[]' },
|
||||
{ url: '87.png', alt: '[]' },
|
||||
{ url: '88.png', alt: '[]' },
|
||||
{ url: '89.png', alt: '[]' },
|
||||
{ url: '90.png', alt: '[]' },
|
||||
{ url: '91.png', alt: '[]' },
|
||||
{ url: '92.png', alt: '[]' },
|
||||
{ url: '93.png', alt: '[]' },
|
||||
{ url: '94.png', alt: '[]' },
|
||||
{ url: '95.png', alt: '[]' },
|
||||
{ url: '96.png', alt: '[]' },
|
||||
{ url: '97.png', alt: '[]' },
|
||||
{ url: '98.png', alt: '[]' },
|
||||
{ url: '99.png', alt: '[]' },
|
||||
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: '100.png', alt: '[]' },
|
||||
{ url: '101.png', alt: '[]' },
|
||||
{ url: '102.png', alt: '[]' },
|
||||
{ url: '103.png', alt: '[]' },
|
||||
{ url: '104.png', alt: '[]' },
|
||||
{ url: '105.png', alt: '[]' },
|
||||
{ url: '106.png', alt: '[]' },
|
||||
{ url: '107.png', alt: '[]' },
|
||||
{ url: '108.png', alt: '[]' },
|
||||
{ url: '109.png', alt: '[]' },
|
||||
{ url: '110.png', alt: '[]' },
|
||||
{ url: '111.png', alt: '[]' },
|
||||
{ url: '112.png', alt: '[]' },
|
||||
{ url: '113.png', alt: '[]' },
|
||||
{ url: '114.png', alt: '[]' },
|
||||
{ url: '115.png', alt: '[]' },
|
||||
{ url: '116.png', alt: '[]' },
|
||||
{ url: '117.png', alt: '[]' },
|
||||
{ url: '118.png', alt: '[]' },
|
||||
{ url: '119.png', alt: '[]' },
|
||||
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: '120.png', alt: '[]' },
|
||||
{ url: '121.png', alt: '[]' },
|
||||
{ url: '122.png', alt: '[]' },
|
||||
{ url: '123.png', alt: '[]' },
|
||||
{ url: '124.png', alt: '[]' },
|
||||
{ url: '125.png', alt: '[]' },
|
||||
{ url: '126.png', alt: '[]' },
|
||||
{ url: '127.png', alt: '[]' },
|
||||
{ url: '128.png', alt: '[]' },
|
||||
{ url: '129.png', alt: '[]' },
|
||||
{ url: '130.png', alt: '[]' },
|
||||
{ url: '131.png', alt: '[]' },
|
||||
{ url: '132.png', alt: '[]' },
|
||||
{ url: '133.png', alt: '[]' },
|
||||
{ url: '134.png', alt: '[]' },
|
||||
{ url: '135.png', alt: '[]' },
|
||||
{ url: '136.png', alt: '[]' },
|
||||
{ url: '137.png', alt: '[]' },
|
||||
{ url: '138.png', alt: '[]' },
|
||||
{ url: '139.png', alt: '[]' },
|
||||
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
],
|
||||
[
|
||||
{ url: '140.png', alt: '[]' },
|
||||
{ url: '141.png', alt: '[]' },
|
||||
{ url: 'https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/tab/delete2.png', alt: '[删除]' }
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
emojiName:"ajmdList",
|
||||
emojiSort:4,
|
||||
minEmoji:false,
|
||||
emojiPath:"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/ajmd/",
|
||||
emojiList: [
|
||||
[
|
||||
{ url: '0.png', alt: '[ajmd1]' },
|
||||
{ url: '1.png', alt: '[ajmd2]' },
|
||||
{ url: '2.png', alt: '[ajmd3]' },
|
||||
{ url: '3.png', alt: '[ajmd4]' },
|
||||
{ url: '4.png', alt: '[]' },
|
||||
{ url: '5.png', alt: '[]' },
|
||||
{ url: '6.png', alt: '[]' },
|
||||
{ url: '7.png', alt: '[]' },
|
||||
],
|
||||
[
|
||||
{ url: '8.png', alt: '[]' },
|
||||
{ url: '9.png', alt: '[]' },
|
||||
{ url: '10.png', alt: '[]' },
|
||||
{ url: '11.png', alt: '[]' },
|
||||
{ url: '12.png', alt: '[]' },
|
||||
{ url: '13.png', alt: '[]' },
|
||||
{ url: '14.png', alt: '[]' },
|
||||
{ url: '15.png', alt: '[]' },
|
||||
],
|
||||
[
|
||||
{ url: '16.png', alt: '[]' },
|
||||
{ url: '17.png', alt: '[]' },
|
||||
{ url: '18.png', alt: '[]' },
|
||||
{ url: '19.png', alt: '[]' },
|
||||
{ url: '20.png', alt: '[]' },
|
||||
{ url: '21.png', alt: '[]' },
|
||||
{ url: '22.png', alt: '[]' },
|
||||
{ url: '23.png', alt: '[]' },
|
||||
],
|
||||
[
|
||||
{ url: '24.png', alt: '[]' },
|
||||
{ url: '25.png', alt: '[]' },
|
||||
{ url: '26.png', alt: '[]' },
|
||||
{ url: '27.png', alt: '[]' },
|
||||
{ url: '28.png', alt: '[]' },
|
||||
{ url: '29.png', alt: '[]' },
|
||||
{ url: '30.png', alt: '[]' },
|
||||
{ url: '31.png', alt: '[]' },
|
||||
],
|
||||
[
|
||||
{ url: '32.png', alt: '[]' },
|
||||
{ url: '33.png', alt: '[]' },
|
||||
{ url: '34.png', alt: '[]' },
|
||||
{ url: '35.png', alt: '[]' },
|
||||
{ url: '36.png', alt: '[]' },
|
||||
{ url: '37.png', alt: '[]' },
|
||||
{ url: '38.png', alt: '[]' },
|
||||
{ url: '39.png', alt: '[]' },
|
||||
],
|
||||
[
|
||||
{ url: '40.png', alt: '[]' },
|
||||
{ url: '41.png', alt: '[]' },
|
||||
{ url: '42.png', alt: '[]' },
|
||||
{ url: '43.png', alt: '[]' },
|
||||
{ url: '44.png', alt: '[]' },
|
||||
{ url: '45.png', alt: '[]' },
|
||||
{ url: '46.png', alt: '[]' },
|
||||
{ url: '47.png', alt: '[]' },
|
||||
],
|
||||
]
|
||||
},
|
||||
{
|
||||
emojiName:"gongfuhuList",
|
||||
emojiSort:5,
|
||||
minEmoji:false,
|
||||
emojiPath:"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/gongfuhu/",
|
||||
emojiList: [
|
||||
[
|
||||
{ url: '0.gif', alt: '[]' },
|
||||
{ url: '1.gif', alt: '[]' },
|
||||
{ url: '2.gif', alt: '[]' },
|
||||
{ url: '3.gif', alt: '[]' },
|
||||
{ url: '4.gif', alt: '[]' },
|
||||
{ url: '5.gif', alt: '[]' },
|
||||
{ url: '6.gif', alt: '[]' },
|
||||
{ url: '7.gif', alt: '[]' },
|
||||
],
|
||||
[
|
||||
{ url: '8.gif', alt: '[]' },
|
||||
{ url: '9.gif', alt: '[]' },
|
||||
{ url: '10.gif', alt: '[]' },
|
||||
{ url: '11.gif', alt: '[]' },
|
||||
{ url: '12.gif', alt: '[]' },
|
||||
{ url: '13.gif', alt: '[]' },
|
||||
{ url: '14.gif', alt: '[]' },
|
||||
{ url: '15.gif', alt: '[]' },
|
||||
|
||||
],
|
||||
[
|
||||
{ url: '16.gif', alt: '[]' },
|
||||
{ url: '17.gif', alt: '[]' },
|
||||
{ url: '18.gif', alt: '[]' },
|
||||
{ url: '19.gif', alt: '[]' },
|
||||
{ url: '20.gif', alt: '[]' },
|
||||
{ url: '21.gif', alt: '[]' },
|
||||
{ url: '22.gif', alt: '[]' },
|
||||
{ url: '23.gif', alt: '[]' },
|
||||
],
|
||||
[
|
||||
{ url: '24.gif', alt: '[]' },
|
||||
{ url: '25.gif', alt: '[]' },
|
||||
{ url: '26.gif', alt: '[]' },
|
||||
{ url: '27.gif', alt: '[]' },
|
||||
{ url: '28.gif', alt: '[]' },
|
||||
{ url: '29.gif', alt: '[]' },
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
emojiName:"xxyList",
|
||||
emojiSort:6,
|
||||
minEmoji: false,
|
||||
emojiPath:"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/xxy/",
|
||||
emojiList: [
|
||||
[
|
||||
{ url: '0.png', alt: '[]' },
|
||||
{ url: '1.png', alt: '[]' },
|
||||
{ url: '2.png', alt: '[]' },
|
||||
{ url: '3.png', alt: '[]' },
|
||||
{ url: '4.png', alt: '[]' },
|
||||
{ url: '5.png', alt: '[]' },
|
||||
{ url: '6.png', alt: '[]' },
|
||||
{ url: '7.png', alt: '[]' },
|
||||
],
|
||||
[
|
||||
{ url: '8.png', alt: '[]' },
|
||||
{ url: '9.png', alt: '[]' },
|
||||
{ url: '10.png', alt: '[]' },
|
||||
{ url: '11.png', alt: '[]' },
|
||||
{ url: '12.png', alt: '[]' },
|
||||
{ url: '13.png', alt: '[]' },
|
||||
{ url: '14.png', alt: '[]' },
|
||||
{ url: '15.png', alt: '[]' },
|
||||
],
|
||||
[
|
||||
{ url: '16.png', alt: '[]' },
|
||||
{ url: '17.png', alt: '[]' },
|
||||
{ url: '18.png', alt: '[]' },
|
||||
{ url: '19.png', alt: '[]' },
|
||||
{ url: '20.png', alt: '[]' },
|
||||
{ url: '21.png', alt: '[]' },
|
||||
{ url: '22.png', alt: '[]' },
|
||||
{ url: '23.png', alt: '[]' },
|
||||
],
|
||||
[
|
||||
{ url: '24.png', alt: '[]' },
|
||||
{ url: '25.png', alt: '[]' },
|
||||
{ url: '26.png', alt: '[]' },
|
||||
{ url: '27.png', alt: '[]' },
|
||||
{ url: '28.png', alt: '[]' },
|
||||
{ url: '29.png', alt: '[]' },
|
||||
{ url: '30.png', alt: '[]' },
|
||||
{ url: '31.png', alt: '[]' },
|
||||
],
|
||||
[
|
||||
{ url: '32.png', alt: '[]' },
|
||||
{ url: '33.png', alt: '[]' },
|
||||
{ url: '34.png', alt: '[]' },
|
||||
{ url: '35.png', alt: '[]' },
|
||||
{ url: '36.png', alt: '[]' },
|
||||
{ url: '37.png', alt: '[]' },
|
||||
{ url: '38.png', alt: '[]' },
|
||||
{ url: '39.png', alt: '[]' },
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
emojiName:"feineneList",
|
||||
emojiSort:7,
|
||||
minEmoji: false,
|
||||
emojiPath:"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/im/img/feinene/",
|
||||
emojiList: [
|
||||
[
|
||||
{ url: '0.gif', alt: '[]' },
|
||||
{ url: '1.gif', alt: '[]' },
|
||||
{ url: '2.gif', alt: '[]' },
|
||||
{ url: '3.gif', alt: '[]' },
|
||||
{ url: '4.gif', alt: '[]' },
|
||||
{ url: '5.gif', alt: '[]' },
|
||||
{ url: '6.gif', alt: '[]' },
|
||||
{ url: '7.gif', alt: '[]' },
|
||||
],
|
||||
[
|
||||
{ url: '8.gif', alt: '[]' },
|
||||
{ url: '9.gif', alt: '[]' },
|
||||
{ url: '10.gif', alt: '[]' },
|
||||
{ url: '11.gif', alt: '[]' },
|
||||
{ url: '12.gif', alt: '[]' },
|
||||
{ url: '13.gif', alt: '[]' },
|
||||
{ url: '14.gif', alt: '[]' },
|
||||
{ url: '15.gif', alt: '[]' },
|
||||
],
|
||||
[
|
||||
{ url: '16.gif', alt: '[]' },
|
||||
{ url: '17.gif', alt: '[]' },
|
||||
{ url: '18.gif', alt: '[]' },
|
||||
{ url: '19.gif', alt: '[]' },
|
||||
{ url: '20.gif', alt: '[]' },
|
||||
{ url: '21.gif', alt: '[]' },
|
||||
{ url: '22.gif', alt: '[]' },
|
||||
{ url: '23.gif', alt: '[]' },
|
||||
],
|
||||
[
|
||||
{ url: '24.gif', alt: '[]' },
|
||||
{ url: '25.gif', alt: '[]' },
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
emojiName:"",
|
||||
emojiSort:8,
|
||||
minEmoji:false,
|
||||
emojiPath:"",
|
||||
emojiList: [
|
||||
[
|
||||
{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },
|
||||
{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },
|
||||
],
|
||||
[
|
||||
{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },
|
||||
{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },
|
||||
],
|
||||
[
|
||||
{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },
|
||||
{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },{ url: '', alt: '[]' },
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
// export与export default均可用于导出常量、函数、文件、模块等
|
||||
// 在一个文件或模块中,export、import可以有多个,export default仅有一个
|
||||
// 通过export方式导出,在导入时要加{ },export default则不需要
|
||||
// export能直接导出变量表达式,export default不行。
|
||||
|
||||
|
||||
export default emojiData;
|
||||
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/images/chat/fail.png
vendored
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/images/chat/user-avatar.jpg
vendored
Normal file
|
After Width: | Height: | Size: 619 B |
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/images/chat/voice.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/images/chat/voice.png
vendored
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/images/chat/voice2.png
vendored
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/images/chat/yinping.png
vendored
Normal file
|
After Width: | Height: | Size: 54 KiB |
@ -0,0 +1,56 @@
|
||||
<?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="shanchu2" unicode="" d="M571.733333 384l226.133334 226.133333c17.066667 17.066667 17.066667 42.666667 0 59.733334s-42.666667 17.066667-59.733334 0L512 443.733333 285.866667 669.866667c-17.066667 17.066667-42.666667 17.066667-59.733334 0s-17.066667-42.666667 0-59.733334l226.133334-226.133333-226.133334-226.133333c-17.066667-17.066667-17.066667-42.666667 0-59.733334 8.533333-8.533333 17.066667-12.8 29.866667-12.8s21.333333 4.266667 29.866667 12.8l226.133333 226.133334 226.133333-226.133334c8.533333-8.533333 21.333333-12.8 29.866667-12.8s21.333333 4.266667 29.866667 12.8c17.066667 17.066667 17.066667 42.666667 0 59.733334L571.733333 384z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="jiazai2" unicode="" d="M227.9 411.1c11.6-11.6 17.3-25.5 17.3-41.9s-5.8-30.2-17.3-41.9S202.4 310 186 310s-30.2 5.8-41.9 17.3-17.3 25.5-17.3 41.9 5.8 30.2 17.3 41.9c11.6 11.6 25.5 17.3 41.9 17.3s30.3-5.8 41.9-17.3zM333.7 652c14.5-14.5 21.8-32 21.8-52.3s-7.3-37.7-21.8-52.3c-14.5-14.6-32-21.9-52.3-21.9-20.3 0-37.7 7.2-52.3 21.8s-21.8 32-21.8 52.3c0 20.3 7.2 37.7 21.8 52.3s32 21.8 52.3 21.8c20.3 0 37.7-7.2 52.3-21.7z m-10.4-471.6c11.6-11.6 17.3-25.5 17.3-41.9s-5.8-30.2-17.3-41.9c-11.6-11.6-25.5-17.3-41.9-17.3-16.1 0-29.9 5.9-41.7 17.6-11.7 11.7-17.6 25.6-17.6 41.7 0 16.4 5.8 30.2 17.3 41.9 11.6 11.6 25.5 17.3 41.9 17.3s30.4-5.8 42-17.4zM575 758.1c17.2-17.3 25.9-38.2 25.9-63s-8.7-45.6-25.9-63c-17.3-17.3-38.2-25.9-63-25.9s-45.6 8.7-63 25.9c-17.3 17.2-25.9 38.2-25.9 63s8.7 45.6 25.9 63c17.2 17.2 38.2 25.9 63 25.9 24.7 0 45.6-8.7 63-25.9z m-21.2-673c11.6-11.6 17.3-25.5 17.3-41.9s-5.8-30.2-17.3-41.9c-11.6-11.6-25.5-17.3-41.9-17.3s-30.2 5.8-41.9 17.3c-11.7 11.6-17.3 25.5-17.3 41.9s5.8 30.2 17.3 41.9c11.6 11.6 25.5 17.3 41.9 17.3s30.3-5.8 41.9-17.3z m292.4 514.5c0-28.7-10.2-53.2-30.6-73.4-20.3-20.2-44.8-30.2-73.1-30.2-28.7 0-53.2 10.1-73.4 30.2-20.2 20.2-30.2 44.7-30.2 73.4 0 28.4 10.1 52.8 30.2 73.1 20.2 20.3 44.7 30.6 73.4 30.6 28.4 0 52.8-10.2 73.1-30.6 20.4-20.2 30.6-44.6 30.6-73.1z m-44.5-461.1c0-16.1-5.9-29.9-17.6-41.7-11.7-11.7-25.6-17.6-41.7-17.6-16.4 0-30.2 5.8-41.9 17.3-11.6 11.6-17.3 25.5-17.3 41.9s5.8 30.2 17.3 41.9c11.6 11.6 25.5 17.3 41.9 17.3s30.2-5.8 41.9-17.3c11.6-11.5 17.4-25.4 17.4-41.8z m78.1 272.6c11.6-11.6 17.3-25.5 17.3-41.9s-5.8-30.2-17.3-41.9S854.3 310 838 310s-30.2 5.8-41.9 17.3c-11.6 11.6-17.3 25.5-17.3 41.9s5.8 30.2 17.3 41.9c11.6 11.6 25.5 17.3 41.9 17.3 16.2 0 30.3-5.8 41.8-17.3z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="icontianjiatupian" unicode="" d="M986.4068 632.333902l-75.878155 0 0-75.877131c0-20.937868-16.997116-37.936007-37.934984-37.936007-20.945031 0-37.942147 16.999163-37.942147 37.936007l0 75.877131L758.774383 632.333902c-20.942985 0-37.936007 16.999163-37.936007 37.942147 0 20.942985 16.993023 37.934984 37.936007 37.934984l75.877131 0 0 75.878155c0 20.942985 16.997116 37.940101 37.942147 37.940101 20.937868 0 37.934984-16.997116 37.934984-37.940101l0-75.878155 75.878155 0c20.942985 0 37.940101-16.991999 37.940101-37.934984C1024.346901 649.332041 1007.349785 632.333902 986.4068 632.333902L986.4068 632.333902zM758.774383 499.552759c0-31.41243-25.491581-56.909128-56.909128-56.909128-31.413454 0-56.904011 25.497721-56.904011 56.909128s25.490557 56.904011 56.904011 56.904011C733.281779 556.45677 758.774383 530.964166 758.774383 499.552759L758.774383 499.552759zM607.019097 632.333902 75.877131 632.333902l0-528.748453c0.076748 0.265036 83.047438 372.255259 225.244021 372.255259 93.66731 0 188.932-287.689235 248.310366-374.648772 0 0 46.549176 188.480722 126.866433 189.69641 79.44233 1.177825 120.417557-187.301873 120.417557-187.301873l37.936007 0L834.651514 328.824353c0 20.942985 16.997116 37.942147 37.942147 37.942147 20.937868 0 37.934984-16.999163 37.934984-37.942147l0-303.509549c0-41.919738-33.989115-75.877131-75.877131-75.877131L75.877131-50.562327c-41.919738 0-75.877131 33.957393-75.877131 75.877131L0 632.333902c0 41.924855 33.957393 75.877131 75.877131 75.877131l531.141966 0c20.942985 0 37.942147-16.991999 37.942147-37.934984C644.961244 649.332041 627.962082 632.333902 607.019097 632.333902L607.019097 632.333902zM607.019097 632.333902" horiz-adv-x="1040" />
|
||||
|
||||
|
||||
<glyph glyph-name="shanchu" unicode="" d="M590.514383 407.959051 952.888054 44.874737C981.253371 16.453832 981.11016-29.804176 952.546629-58.423734 923.783934-87.242895 877.825294-87.196523 849.450322-58.76589L487.076651 304.318424 124.70298-58.76589C96.337663-87.186795 50.170204-87.043365 21.606672-58.423734-7.156023-29.604646-7.109798 16.444104 21.265175 44.874737L383.638845 407.959051 21.265175 771.043365C-7.100143 799.46427-6.956932 845.722278 21.606672 874.341836 50.369368 903.160997 96.328008 903.114625 124.70298 874.683992L487.076651 511.599678 849.450322 874.683992C877.815566 903.104897 923.983025 902.961467 952.546629 874.341836 981.309325 845.522748 981.263026 799.473998 952.888054 771.043365L590.514383 407.959051 590.514383 407.959051Z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="chenggong" unicode="" d="M1001.305115 620.125859 431.461709 50.281429c-28.221762-28.221762-73.977875-28.221762-102.20066 0L22.661116 356.883409c-28.222785 28.221762-28.222785 73.979922 0 102.20066 28.221762 28.221762 73.977875 28.221762 102.20066 0l255.500115-255.502162 518.743588 518.743588c28.221762 28.221762 73.977875 28.221762 102.199637 0C1029.5279 694.10578 1029.5279 648.34762 1001.305115 620.125859z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="caozuochenggong" unicode="" d="M376.87958 282.097122 158.344355 461.137845 61.411675 379.974313l377.931538-401.503397C504.790808 152.298917 710.793602 492.277052 962.587302 733.914438l-23.063275 55.614645C665.199171 614.05049 466.434222 393.327436 376.87958 282.097122z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="shanchu1" unicode="" d="M512 384m-512 0a512 512 0 1 1 1024 0 512 512 0 1 1-1024 0ZM729.6 512H294.4c-7.68 0-12.8 5.12-12.8 12.8v25.6c0 7.68 5.12 12.8 12.8 12.8h115.2v25.6c0 14.08 11.52 25.6 25.6 25.6h153.6c14.08 0 25.6-11.52 25.6-25.6v-25.6h115.2c7.68 0 12.8-5.12 12.8-12.8v-25.6c0-7.68-5.12-12.8-12.8-12.8z m-371.2-38.4h307.2c28.16 0 51.2-23.04 51.2-51.2v-217.6c0-28.16-23.04-51.2-51.2-51.2H358.4c-28.16 0-51.2 23.04-51.2 51.2V422.4c0 28.16 23.04 51.2 51.2 51.2z m192-243.2c0-7.68 5.12-12.8 12.8-12.8s12.8 5.12 12.8 12.8V358.4c0 7.68-5.12 12.8-12.8 12.8s-12.8-5.12-12.8-12.8v-128z m-102.4 0c0-7.68 5.12-12.8 12.8-12.8s12.8 5.12 12.8 12.8V358.4c0 7.68-5.12 12.8-12.8 12.8s-12.8-5.12-12.8-12.8v-128z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="jia" unicode="" d="M512.17594-127.648121c-29.52585 0-58.347943 6.397801-58.347943 37.395145V331.969885H37.459123c-23.76783 0-37.459123 22.392303-37.459123 51.182406 0 26.614851 10.076536 51.790197 35.187904 51.790198h425.005904V852.111087c0 28.054356 20.888819 43.888913 51.854176 43.888913 28.790103 0 51.182406-12.795602 51.182406-37.395145v-416.49683h430.156133c28.790103 0 30.261598-34.516135 30.261598-58.283965s-7.933273-51.182406-36.723376-51.182406H563.326357v-422.926619c0.735747-24.40761-21.592578-37.363156-51.150417-37.363156z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="jiazai" unicode="" d="M512.75 512.13c-11.24 0-20.55 8.74-21.25 19.96l-16.26 260.04c-1.35 21.63 15.83 39.92 37.5 39.92 21.68 0 38.86-18.29 37.5-39.92l-16.26-260.04c-0.69-11.22-9.99-19.96-21.23-19.96zM512.75 256.01c11.24 0 20.55-8.74 21.25-19.96l16.26-260.04c1.35-21.63-15.83-39.92-37.5-39.92-21.68 0-38.86 18.29-37.5 39.92l16.26 260.04c0.68 11.22 9.98 19.96 21.23 19.96zM640.19 382.78c0 11.24 8.74 20.55 19.96 21.25l260.04 16.26c21.63 1.35 39.92-15.83 39.92-37.5 0-21.68-18.29-38.86-39.92-37.5l-260.04 16.26c-11.22 0.68-19.96 9.98-19.96 21.23zM605.79 290.89c7.95 7.95 20.71 8.35 29.14 0.91L830.3 119.42c16.25-14.34 17.04-39.42 1.71-54.75-15.33-15.33-40.41-14.54-54.75 1.71L604.88 261.75c-7.44 8.43-7.04 21.19 0.91 29.14zM601.79 474.33c-7.95 7.95-8.35 20.71-0.91 29.14l172.38 195.37c14.34 16.25 39.42 17.04 54.75 1.71 15.33-15.33 14.54-40.41-1.71-54.75L630.93 473.42c-8.43-7.43-21.19-7.03-29.14 0.91zM383.26 382.44c0-11.24-8.74-20.55-19.96-21.25l-260.04-16.26c-21.63-1.35-39.92 15.83-39.92 37.5 0 21.68 18.29 38.86 39.92 37.5l260.04-16.26c11.21-0.68 19.96-9.98 19.96-21.23zM417.66 474.33c-7.95-7.95-20.71-8.35-29.14-0.91L193.15 645.81c-16.25 14.34-17.04 39.42-1.71 54.75 15.33 15.33 40.41 14.54 54.75-1.71l172.38-195.37c7.44-8.44 7.04-21.2-0.91-29.15zM421.66 290.89c7.95-7.95 8.35-20.71 0.91-29.14L250.19 66.38c-14.34-16.25-39.42-17.04-54.75-1.71-15.33 15.33-14.54 40.41 1.71 54.75L392.52 291.8c8.43 7.43 21.19 7.04 29.14-0.91z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="jiazai1" unicode="" d="M512.1 831.8c-35.4 0-64-28.7-64-64v-128c0-35.4 28.7-64 64-64 35.4 0 64 28.7 64 64v128c0 35.3-28.6 64-64 64zM320.4 567.7l-110.8 64c-30.6 17.7-69.8 7.2-87.4-23.4-17.7-30.6-7.2-69.8 23.4-87.4l110.8-64c30.6-17.7 69.8-7.2 87.4 23.4 17.7 30.6 7.2 69.8-23.4 87.4zM342.4 286.8c-17.7 30.6-56.8 41.1-87.4 23.4l-110.8-64c-30.6-17.7-41.1-56.8-23.4-87.4 17.7-30.6 56.8-41.1 87.4-23.4l110.8 64c30.6 17.7 41.1 56.8 23.4 87.4zM509.2 188.9c-35.4 0-64-28.7-64-64v-128c0-35.4 28.7-64 64-64 35.4 0 64 28.7 64 64v128c0 35.3-28.6 64-64 64zM875.8 243.8l-110.8 64c-30.6 17.7-69.8 7.2-87.4-23.4-17.7-30.6-7.2-69.8 23.4-87.4l110.8-64c30.6-17.7 69.8-7.2 87.4 23.4 17.7 30.6 7.2 69.7-23.4 87.4zM678.9 477.8c17.7-30.6 56.8-41.1 87.4-23.4l110.8 64c30.6 17.7 41.1 56.8 23.4 87.4-17.7 30.6-56.8 41.1-87.4 23.4l-110.8-64c-30.6-17.6-41.1-56.8-23.4-87.4z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
|
||||
|
||||
</font>
|
||||
</defs></svg>
|
||||
|
After Width: | Height: | Size: 9.8 KiB |
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/independent-account.png
vendored
Normal file
|
After Width: | Height: | Size: 93 KiB |
1
java-mall-app-shop-admin/unpackage/dist/build/web/static/index.2da1efab.css
vendored
Normal file
24
java-mall-app-shop-admin/unpackage/dist/build/web/static/js/chunk-vendors.30effb36.js
vendored
Normal file
1
java-mall-app-shop-admin/unpackage/dist/build/web/static/js/index.93a1619c.js
vendored
Normal file
1
java-mall-app-shop-admin/unpackage/dist/build/web/static/js/pages-IM-IM.73124d64.js
vendored
Normal file
1
java-mall-app-shop-admin/unpackage/dist/build/web/static/js/pages-IM-IMsetting.3ec0e9e2.js
vendored
Normal file
1
java-mall-app-shop-admin/unpackage/dist/build/web/static/js/pages-IM-complaint.f1207c3a.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-agreement-agreement"],{2732:function(e,n,t){var r=t("c86c");n=r(!1),n.push([e.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.agreement-container[data-v-7c3d9a64]{padding:%?56?%}',""]),e.exports=n},"4cba":function(e,n,t){"use strict";var r=t("a00a"),a=t.n(r);a.a},6216:function(e,n,t){"use strict";t("6a54");var r=t("f5bd").default;Object.defineProperty(n,"__esModule",{value:!0}),n.GetAgreement=function(e){return(0,a.default)({url:"/account/login/protocol",method:"get",params:e})};var a=r(t("436f"))},6820:function(e,n,t){"use strict";t.r(n);var r=t("e034"),a=t.n(r);for(var u in r)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(u);n["default"]=a.a},a00a:function(e,n,t){var r=t("2732");r.__esModule&&(r=r.default),"string"===typeof r&&(r=[[e.i,r,""]]),r.locals&&(e.exports=r.locals);var a=t("967d").default;a("74584014",r,!0,{sourceMap:!1,shadowMode:!1})},dd4a:function(e,n,t){"use strict";t.d(n,"b",(function(){return r})),t.d(n,"c",(function(){return a})),t.d(n,"a",(function(){}));var r=function(){var e=this.$createElement,n=this._self._c||e;return n("v-uni-view",{staticClass:"agreement-container"},[n("v-uni-view",{staticClass:"agreement-html",domProps:{innerHTML:this._s(this.agreementHtml)}})],1)},a=[]},e034:function(e,n,t){"use strict";t("6a54");var r=t("f5bd").default;Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var a=r(t("2634")),u=r(t("2fdc")),o=t("6216"),c={name:"agreement",data:function(){return{agreementHtml:""}},onShow:function(){this.getAgreement()},methods:{getAgreement:function(){var e=this;return(0,u.default)((0,a.default)().mark((function n(){var t;return(0,a.default)().wrap((function(n){while(1)switch(n.prev=n.next){case 0:return n.next=2,(0,o.GetAgreement)({protocols_key:"reg_protocols_description"});case 2:t=n.sent,200==t.status&&(e.agreementHtml=t.data.document);case 4:case"end":return n.stop()}}),n)})))()}}};n.default=c},fbf0:function(e,n,t){"use strict";t.r(n);var r=t("dd4a"),a=t("6820");for(var u in a)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return a[e]}))}(u);t("4cba");var o=t("828b"),c=Object(o["a"])(a["default"],r["b"],r["c"],!1,null,"7c3d9a64",null,!1,r["a"],void 0);n["default"]=c.exports}}]);
|
||||
@ -0,0 +1 @@
|
||||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-audit-contractSigning"],{"2bf7":function(n,t,a){"use strict";a.d(t,"b",(function(){return r})),a.d(t,"c",(function(){return e})),a.d(t,"a",(function(){}));var r=function(){var n=this,t=n.$createElement,a=n._self._c||t;return a("v-uni-view",{staticClass:"contractSigning-container"},[a("v-uni-web-view",{attrs:{src:n.contractUrl},on:{onPageStarted:function(t){arguments[0]=t=n.$handleEvent(t),n.onPageStarted.apply(void 0,arguments)},onPageFinished:function(t){arguments[0]=t=n.$handleEvent(t),n.onPageFinished.apply(void 0,arguments)}}})],1)},e=[]},"53d2":function(n,t,a){"use strict";a.r(t);var r=a("2bf7"),e=a("985d");for(var i in e)["default"].indexOf(i)<0&&function(n){a.d(t,n,(function(){return e[n]}))}(i);a("ccc5");var c=a("828b"),o=Object(c["a"])(e["default"],r["b"],r["c"],!1,null,"ce9da2ce",null,!1,r["a"],void 0);t["default"]=o.exports},"985d":function(n,t,a){"use strict";a.r(t);var r=a("bd28"),e=a.n(r);for(var i in r)["default"].indexOf(i)<0&&function(n){a.d(t,n,(function(){return r[n]}))}(i);t["default"]=e.a},b52a:function(n,t,a){var r=a("c86c");t=r(!1),t.push([n.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.contractSigning-container .loading[data-v-ce9da2ce]{margin:70% auto;display:flex}',""]),n.exports=t},bd28:function(n,t,a){"use strict";a("6a54");var r=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var e=r(a("9b1b")),i=(r(a("209f")),a("8f59")),c={data:function(){return{contractUrl:"",time:null}},onUnload:function(){this.backPage()},onLoad:function(n){n&&(clearTimeout(this.time),uni.showLoading({title:"合同页加载中...",mask:!0}),this.showLoading=!0,this.contractUrl=n.url,setTimeout((function(){uni.hideLoading()}),4e3))},methods:(0,e.default)({},(0,i.mapActions)("audit",["backPage"]))};t.default=c},ccc5:function(n,t,a){"use strict";var r=a("cff5"),e=a.n(r);e.a},cff5:function(n,t,a){var r=a("b52a");r.__esModule&&(r=r.default),"string"===typeof r&&(r=[[n.i,r,""]]),r.locals&&(n.exports=r.locals);var e=a("967d").default;e("7237327a",r,!0,{sourceMap:!1,shadowMode:!1})}}]);
|
||||
1
java-mall-app-shop-admin/unpackage/dist/build/web/static/js/pages-audit-help.fa92db52.js
vendored
Normal file
1
java-mall-app-shop-admin/unpackage/dist/build/web/static/js/pages-audit-shop1.43b77ead.js
vendored
Normal file
1
java-mall-app-shop-admin/unpackage/dist/build/web/static/js/pages-audit-shop2.30f22a96.js
vendored
Normal file
9
java-mall-app-shop-admin/unpackage/dist/build/web/static/js/pages-audit-shop3.9932f74c.js
vendored
Normal file
1
java-mall-app-shop-admin/unpackage/dist/build/web/static/js/pages-index-index.6574663e.js
vendored
Normal file
1
java-mall-app-shop-admin/unpackage/dist/build/web/static/js/pages-login-launch.8a1edf6b.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-login-launch"],{"183c":function(e,t,n){"use strict";n.d(t,"b",(function(){return o})),n.d(t,"c",(function(){return a})),n.d(t,"a",(function(){}));var o=function(){var e=this.$createElement,t=this._self._c||e;return t("v-uni-view",{staticClass:"container"})},a=[]},"22ff":function(e,t,n){"use strict";n.r(t);var o=n("183c"),a=n("2b0f");for(var r in a)["default"].indexOf(r)<0&&function(e){n.d(t,e,(function(){return a[e]}))}(r);n("4c1a");var c=n("828b"),i=Object(c["a"])(a["default"],o["b"],o["c"],!1,null,"00e65cf6",null,!1,o["a"],void 0);t["default"]=i.exports},"2b0f":function(e,t,n){"use strict";n.r(t);var o=n("2bd0"),a=n.n(o);for(var r in o)["default"].indexOf(r)<0&&function(e){n.d(t,e,(function(){return o[e]}))}(r);t["default"]=a.a},"2bd0":function(e,t,n){"use strict";n("6a54");var o=n("3639").default,a=n("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=a(n("2634")),c=a(n("2fdc")),i=n("3f2c"),u=(o(n("f771")),{name:"LaunchPage",data:function(){return{show:!1,content:"",isDisabled:!1,version:""}},mounted:function(){this.checkAppUpdate(),uni.redirectTo({url:"/pages/index/index"})},methods:{getProtoco:function(){var e=this;return(0,c.default)((0,r.default)().mark((function t(){var n,o;return(0,r.default)().wrap((function(t){while(1)switch(t.prev=t.next){case 0:return n={protocols_key:"joininPrivacyAgreement"},t.next=3,(0,i.GetProtoco)(n);case 3:o=t.sent,o&&200==o.status&&(e.content=o.data.document);case 5:case"end":return t.stop()}}),t)})))()},checkAppUpdate:function(e){e&&e()},close:function(){this.show=!1},open:function(){this.show=!0},disagreeHandle:function(){uni.setStorage({key:"isNeedAgreementDialog",data:!1,success:function(){plus.runtime.quit()}})},okHandle:function(){var e=this;uni.setStorage({key:"isNeedAgreementDialog",data:!0,success:function(){e.checkAppUpdate((function(){uni.redirectTo({url:"/pages/index/index"})}))}})},handerScrolltolower:function(e){this.isDisabled=!1}}});t.default=u},"3f2c":function(e,t,n){"use strict";n("6a54");var o=n("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.GetProtoco=function(e){return(0,a.default)({url:"/account/login/protocol",method:"get",params:e,baseURL:r.default.baseApi})};var a=o(n("436f")),r=o(n("d338"))},"415a":function(e,t,n){var o=n("c86c"),a=n("2ec5"),r=n("8980");t=o(!1);var c=a(r);t.push([e.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.container[data-v-00e65cf6]{background:url('+c+") no-repeat;background-size:contain;height:100vh}[data-v-00e65cf6] .u-popup__content{margin:%?40?%;width:86%;border-radius:%?24?%}.popup[data-v-00e65cf6]{padding:20px;font-size:%?30?%}.popup .popup_header[data-v-00e65cf6]{font-weight:700;text-align:center;font-size:%?36?%;color:#222}.popup .popup_body[data-v-00e65cf6]{margin:%?30?% auto;height:%?400?%;overflow:hidden}.popup .popup_body .webview[data-v-00e65cf6]{border:none;overflow-x:hidden}.popup .tool[data-v-00e65cf6]{padding-bottom:%?30?%}.popup .tool uni-text[data-v-00e65cf6]{color:#03ad7a}.popup .popup_foot[data-v-00e65cf6]{display:flex;align-items:center;justify-content:center}.popup .popup_foot .btn[data-v-00e65cf6]{width:%?234?%;height:%?80?%;border:%?1?% solid #999;border-radius:%?100?%;text-align:center}.popup .popup_foot .btn[data-v-00e65cf6]::after{border:none}.popup .popup_foot .btn_ok[data-v-00e65cf6]{color:#fff;background:#03ad7a;border-color:#03ad7a}",""]),e.exports=t},"4c1a":function(e,t,n){"use strict";var o=n("8b7f"),a=n.n(o);a.a},8980:function(e,t,n){e.exports=n.p+"static/xiaofa-bg.png"},"8b7f":function(e,t,n){var o=n("415a");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[e.i,o,""]]),o.locals&&(e.exports=o.locals);var a=n("967d").default;a("49505071",o,!0,{sourceMap:!1,shadowMode:!1})},f771:function(e,t){}}]);
|
||||
1
java-mall-app-shop-admin/unpackage/dist/build/web/static/js/pages-login-login.3d9d45d4.js
vendored
Normal file
1
java-mall-app-shop-admin/unpackage/dist/build/web/static/js/pages-manage-manage.13c221f2.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-my-aboutUs-records"],{"0abb":function(n,t,e){"use strict";e.d(t,"b",(function(){return u})),e.d(t,"c",(function(){return i})),e.d(t,"a",(function(){}));var u=function(){var n=this.$createElement,t=this._self._c||n;return t("v-uni-view",[t("v-uni-web-view",{attrs:{src:"https://beian.miit.gov.cn/"}})],1)},i=[]},9472:function(n,t,e){"use strict";e.r(t);var u=e("0abb"),i=e("fd3a");for(var r in i)["default"].indexOf(r)<0&&function(n){e.d(t,n,(function(){return i[n]}))}(r);var a=e("828b"),f=Object(a["a"])(i["default"],u["b"],u["c"],!1,null,"5dd346bb",null,!1,u["a"],void 0);t["default"]=f.exports},f4e3:function(n,t,e){"use strict";e("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default={}},fd3a:function(n,t,e){"use strict";e.r(t);var u=e("f4e3"),i=e.n(u);for(var r in u)["default"].indexOf(r)<0&&function(n){e.d(t,n,(function(){return u[n]}))}(r);t["default"]=i.a}}]);
|
||||
1
java-mall-app-shop-admin/unpackage/dist/build/web/static/js/pages-my-contract.2638297e.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-my-contract"],{"04bb":function(t,n,e){"use strict";e.r(n);var a=e("3176"),u=e.n(a);for(var o in a)["default"].indexOf(o)<0&&function(t){e.d(n,t,(function(){return a[t]}))}(o);n["default"]=u.a},3176:function(t,n,e){"use strict";e("6a54");var a=e("f5bd").default;Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var u=a(e("9b1b")),o=e("8f59"),r={data:function(){return{path:""}},computed:(0,u.default)({},(0,o.mapState)("user",["userInfo"])),onShow:function(){this.downloadAndSavePDF()},methods:{downloadAndSavePDF:function(){var t=uni.getStorageSync("contractDownloadUrl");this.path="/static/pdf/web/viewer.html?file=".concat(encodeURIComponent(t))}}};n.default=r},"5f5e":function(t,n,e){"use strict";e.d(n,"b",(function(){return a})),e.d(n,"c",(function(){return u})),e.d(n,"a",(function(){}));var a=function(){var t=this.$createElement,n=this._self._c||t;return n("v-uni-view",[n("v-uni-web-view",{attrs:{src:this.path}})],1)},u=[]},"98ca":function(t,n,e){"use strict";e.r(n);var a=e("5f5e"),u=e("04bb");for(var o in u)["default"].indexOf(o)<0&&function(t){e.d(n,t,(function(){return u[t]}))}(o);var r=e("828b"),i=Object(r["a"])(u["default"],a["b"],a["c"],!1,null,"900b1f16",null,!1,a["a"],void 0);n["default"]=i.exports}}]);
|
||||
1
java-mall-app-shop-admin/unpackage/dist/build/web/static/js/pages-my-delUser.432290bf.js
vendored
Normal file
1
java-mall-app-shop-admin/unpackage/dist/build/web/static/js/pages-my-my.bfde7b2e.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-my-protocol-protocol"],{"3f2c":function(t,n,r){"use strict";r("6a54");var e=r("f5bd").default;Object.defineProperty(n,"__esModule",{value:!0}),n.GetProtoco=function(t){return(0,o.default)({url:"/account/login/protocol",method:"get",params:t,baseURL:a.default.baseApi})};var o=e(r("436f")),a=e(r("d338"))},6481:function(t,n,r){"use strict";var e=r("913b"),o=r.n(e);o.a},"913b":function(t,n,r){var e=r("9a65");e.__esModule&&(e=e.default),"string"===typeof e&&(e=[[t.i,e,""]]),e.locals&&(t.exports=e.locals);var o=r("967d").default;o("a3fa9eec",e,!0,{sourceMap:!1,shadowMode:!1})},"9a65":function(t,n,r){var e=r("c86c");n=e(!1),n.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.protocol-container[data-v-55b9a2b4]{padding:%?40?%}',""]),t.exports=n},cf8c:function(t,n,r){"use strict";r.d(n,"b",(function(){return o})),r.d(n,"c",(function(){return a})),r.d(n,"a",(function(){return e}));var e={uParse:r("7bf8").default},o=function(){var t=this.$createElement,n=this._self._c||t;return n("v-uni-view",{staticClass:"protocol-container"},[n("u-parse",{attrs:{content:this.protocolData}})],1)},a=[]},e80c:function(t,n,r){"use strict";r.r(n);var e=r("cf8c"),o=r("ee15");for(var a in o)["default"].indexOf(a)<0&&function(t){r.d(n,t,(function(){return o[t]}))}(a);r("6481");var c=r("828b"),u=Object(c["a"])(o["default"],e["b"],e["c"],!1,null,"55b9a2b4",null,!1,e["a"],void 0);n["default"]=u.exports},ee15:function(t,n,r){"use strict";r.r(n);var e=r("fdc7"),o=r.n(e);for(var a in e)["default"].indexOf(a)<0&&function(t){r.d(n,t,(function(){return e[t]}))}(a);n["default"]=o.a},fdc7:function(t,n,r){"use strict";r("6a54");var e=r("f5bd").default;Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=e(r("2634")),a=e(r("2fdc")),c=r("3f2c"),u={data:function(){return{protocolData:""}},onShow:function(){this.getProtoco()},methods:{getProtoco:function(){var t=this;return(0,a.default)((0,o.default)().mark((function n(){var r,e;return(0,o.default)().wrap((function(n){while(1)switch(n.prev=n.next){case 0:return r={protocols_key:"reg_description"},n.next=3,(0,c.GetProtoco)(r);case 3:e=n.sent,e&&200==e.status&&(t.protocolData=e.data.document);case 5:case"end":return n.stop()}}),n)})))()}}};n.default=u}}]);
|
||||
1
java-mall-app-shop-admin/unpackage/dist/build/web/static/js/pages-my-rings-rings.607ecfa8.js
vendored
Normal file
1
java-mall-app-shop-admin/unpackage/dist/build/web/static/js/pages-my-setting.218cd8bb.js
vendored
Normal file
1
java-mall-app-shop-admin/unpackage/dist/build/web/static/js/pages-my-shopInfo.35b4b08b.js
vendored
Normal file
1
java-mall-app-shop-admin/unpackage/dist/build/web/static/js/pages-my-tipOff.deab4538.js
vendored
Normal file
1
java-mall-app-shop-admin/unpackage/dist/build/web/static/js/pages-my-userInfo.898188cc.js
vendored
Normal file
1
java-mall-app-shop-admin/unpackage/dist/build/web/static/js/pages-my-versions.bcf1219c.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-my-versions"],{"220f":function(n,t,r){"use strict";r.r(t);var e=r("22b0"),i=r("9557");for(var s in i)["default"].indexOf(s)<0&&function(n){r.d(t,n,(function(){return i[n]}))}(s);r("d15f");var o=r("828b"),a=Object(o["a"])(i["default"],e["b"],e["c"],!1,null,"794292e7",null,!1,e["a"],void 0);t["default"]=a.exports},"22b0":function(n,t,r){"use strict";r.d(t,"b",(function(){return e})),r.d(t,"c",(function(){return i})),r.d(t,"a",(function(){}));var e=function(){var n=this.$createElement,t=this._self._c||n;return t("v-uni-view",{staticClass:"versions-container"},[t("v-uni-view",{staticClass:"logo-content"}),t("v-uni-view",{staticClass:"versions-content"},[this._v("版本号:"+this._s(this.versionNumber))]),t("v-uni-view",{staticClass:"versions-content"},[this._v("appVersionCode:"+this._s(this.appVersionCode))])],1)},i=[]},"3af6":function(n,t,r){var e=r("5779");e.__esModule&&(e=e.default),"string"===typeof e&&(e=[[n.i,e,""]]),e.locals&&(n.exports=e.locals);var i=r("967d").default;i("dc62ccfc",e,!0,{sourceMap:!1,shadowMode:!1})},5779:function(n,t,r){var e=r("c86c"),i=r("2ec5"),s=r("bab9");t=e(!1);var o=i(s);t.push([n.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.versions-container .logo-content[data-v-794292e7]{margin:50% auto;margin-bottom:%?32?%;width:%?228?%;height:%?228?%;background-size:100% 100%;background-image:url('+o+");border-radius:%?12?%;overflow:hidden}.versions-container .versions-content[data-v-794292e7]{text-align:center}",""]),n.exports=t},"7a90":function(n,t,r){"use strict";r("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var e={data:function(){return{versionNumber:"",appVersionCode:""}},onShow:function(){var n=uni.getSystemInfoSync();this.versionNumber=n.appVersion,this.appVersionCode=n.appVersionCode}};t.default=e},9557:function(n,t,r){"use strict";r.r(t);var e=r("7a90"),i=r.n(e);for(var s in e)["default"].indexOf(s)<0&&function(n){r.d(t,n,(function(){return e[n]}))}(s);t["default"]=i.a},bab9:function(n,t,r){n.exports=r.p+"static/logo.jpg"},d15f:function(n,t,r){"use strict";var e=r("3af6"),i=r.n(e);i.a}}]);
|
||||
1
java-mall-app-shop-admin/unpackage/dist/build/web/static/js/pages-order-order.0b7a82df.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-warehouse-manage-brandList"],{a0ba:function(a,n,o){"use strict";o.r(n);var e=o("828b"),i=Object(e["a"])({},void 0,void 0,!1,null,null,null,!1,void 0,void 0);n["default"]=i.exports}}]);
|
||||
@ -0,0 +1 @@
|
||||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-warehouse-manage-photoGallery"],{"5e39":function(o,e,a){"use strict";a.r(e);var n=a("828b"),l=Object(n["a"])({},void 0,void 0,!1,null,null,null,!1,void 0,void 0);e["default"]=l.exports}}]);
|
||||
BIN
java-mall-app-shop-admin/unpackage/dist/build/web/static/logo.jpg
vendored
Normal file
|
After Width: | Height: | Size: 45 KiB |