1
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -9,3 +9,4 @@ Store_vue/.specstory/
|
|||||||
Store_vue/unpackage/
|
Store_vue/unpackage/
|
||||||
Store_vue/.vscode/
|
Store_vue/.vscode/
|
||||||
SuperAdmin/.specstory/
|
SuperAdmin/.specstory/
|
||||||
|
Cunkebao/dist
|
||||||
|
|||||||
50
Cunkebao/dist/.vite/manifest.json
vendored
50
Cunkebao/dist/.vite/manifest.json
vendored
@@ -1,50 +0,0 @@
|
|||||||
{
|
|
||||||
"_charts-B449e2xS.js": {
|
|
||||||
"file": "assets/charts-B449e2xS.js",
|
|
||||||
"name": "charts",
|
|
||||||
"imports": [
|
|
||||||
"_ui-DDu9FCjt.js",
|
|
||||||
"_vendor-0WYR1k4q.js"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"_ui-D0C0OGrH.css": {
|
|
||||||
"file": "assets/ui-D0C0OGrH.css",
|
|
||||||
"src": "_ui-D0C0OGrH.css"
|
|
||||||
},
|
|
||||||
"_ui-DDu9FCjt.js": {
|
|
||||||
"file": "assets/ui-DDu9FCjt.js",
|
|
||||||
"name": "ui",
|
|
||||||
"imports": [
|
|
||||||
"_vendor-0WYR1k4q.js"
|
|
||||||
],
|
|
||||||
"css": [
|
|
||||||
"assets/ui-D0C0OGrH.css"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"_utils-DC06x9DY.js": {
|
|
||||||
"file": "assets/utils-DC06x9DY.js",
|
|
||||||
"name": "utils",
|
|
||||||
"imports": [
|
|
||||||
"_vendor-0WYR1k4q.js"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"_vendor-0WYR1k4q.js": {
|
|
||||||
"file": "assets/vendor-0WYR1k4q.js",
|
|
||||||
"name": "vendor"
|
|
||||||
},
|
|
||||||
"index.html": {
|
|
||||||
"file": "assets/index-DSkLRL1o.js",
|
|
||||||
"name": "index",
|
|
||||||
"src": "index.html",
|
|
||||||
"isEntry": true,
|
|
||||||
"imports": [
|
|
||||||
"_vendor-0WYR1k4q.js",
|
|
||||||
"_ui-DDu9FCjt.js",
|
|
||||||
"_utils-DC06x9DY.js",
|
|
||||||
"_charts-B449e2xS.js"
|
|
||||||
],
|
|
||||||
"css": [
|
|
||||||
"assets/index-QrS4Cvyc.css"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
1
Cunkebao/dist/assets/ui-D0C0OGrH.css
vendored
1
Cunkebao/dist/assets/ui-D0C0OGrH.css
vendored
File diff suppressed because one or more lines are too long
25
Cunkebao/dist/index.html
vendored
25
Cunkebao/dist/index.html
vendored
@@ -1,25 +0,0 @@
|
|||||||
<!doctype html>
|
|
||||||
<html lang="zh-CN">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
||||||
<title>存客宝</title>
|
|
||||||
<style>
|
|
||||||
html {
|
|
||||||
font-size: 1rem;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<!-- 引入 uni-app web-view SDK(必须) -->
|
|
||||||
<script type="text/javascript" src="/websdk.js"></script>
|
|
||||||
<script type="module" crossorigin src="/assets/index-DSkLRL1o.js"></script>
|
|
||||||
<link rel="modulepreload" crossorigin href="/assets/vendor-0WYR1k4q.js">
|
|
||||||
<link rel="modulepreload" crossorigin href="/assets/ui-DDu9FCjt.js">
|
|
||||||
<link rel="modulepreload" crossorigin href="/assets/utils-DC06x9DY.js">
|
|
||||||
<link rel="modulepreload" crossorigin href="/assets/charts-B449e2xS.js">
|
|
||||||
<link rel="stylesheet" crossorigin href="/assets/ui-D0C0OGrH.css">
|
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-QrS4Cvyc.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div id="root"></div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
BIN
Cunkebao/dist/logo.png
vendored
BIN
Cunkebao/dist/logo.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 488 KiB |
30
Cunkebao/dist/manifest.json
vendored
30
Cunkebao/dist/manifest.json
vendored
@@ -1,30 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Cunkebao",
|
|
||||||
"short_name": "Cunkebao",
|
|
||||||
"description": "Cunkebao Mobile App",
|
|
||||||
"theme_color": "#ffffff",
|
|
||||||
"background_color": "#ffffff",
|
|
||||||
"display": "standalone",
|
|
||||||
"orientation": "portrait",
|
|
||||||
"scope": "/",
|
|
||||||
"start_url": "/",
|
|
||||||
"icons": [
|
|
||||||
{
|
|
||||||
"src": "favicon.ico",
|
|
||||||
"sizes": "64x64 32x32 24x24 16x16",
|
|
||||||
"type": "image/x-icon"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "logo.png",
|
|
||||||
"sizes": "192x192",
|
|
||||||
"type": "image/png",
|
|
||||||
"purpose": "any maskable"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "logo.png",
|
|
||||||
"sizes": "512x512",
|
|
||||||
"type": "image/png",
|
|
||||||
"purpose": "any maskable"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
308
Cunkebao/dist/websdk.js
vendored
308
Cunkebao/dist/websdk.js
vendored
@@ -1,308 +0,0 @@
|
|||||||
!(function (e, n) {
|
|
||||||
"object" == typeof exports && "undefined" != typeof module
|
|
||||||
? (module.exports = n())
|
|
||||||
: "function" == typeof define && define.amd
|
|
||||||
? define(n)
|
|
||||||
: ((e = e || self).uni = n());
|
|
||||||
})(this, function () {
|
|
||||||
"use strict";
|
|
||||||
try {
|
|
||||||
var e = {};
|
|
||||||
(Object.defineProperty(e, "passive", {
|
|
||||||
get: function () {
|
|
||||||
!0;
|
|
||||||
},
|
|
||||||
}),
|
|
||||||
window.addEventListener("test-passive", null, e));
|
|
||||||
} catch (e) {}
|
|
||||||
var n = Object.prototype.hasOwnProperty;
|
|
||||||
function i(e, i) {
|
|
||||||
return n.call(e, i);
|
|
||||||
}
|
|
||||||
var t = [];
|
|
||||||
function o() {
|
|
||||||
return window.__dcloud_weex_postMessage || window.__dcloud_weex_;
|
|
||||||
}
|
|
||||||
function a() {
|
|
||||||
return window.__uniapp_x_postMessage || window.__uniapp_x_;
|
|
||||||
}
|
|
||||||
var r = function (e, n) {
|
|
||||||
var i = { options: { timestamp: +new Date() }, name: e, arg: n };
|
|
||||||
if (a()) {
|
|
||||||
if ("postMessage" === e) {
|
|
||||||
var r = { data: n };
|
|
||||||
return window.__uniapp_x_postMessage
|
|
||||||
? window.__uniapp_x_postMessage(r)
|
|
||||||
: window.__uniapp_x_.postMessage(JSON.stringify(r));
|
|
||||||
}
|
|
||||||
var d = {
|
|
||||||
type: "WEB_INVOKE_APPSERVICE",
|
|
||||||
args: { data: i, webviewIds: t },
|
|
||||||
};
|
|
||||||
window.__uniapp_x_postMessage
|
|
||||||
? window.__uniapp_x_postMessageToService(d)
|
|
||||||
: window.__uniapp_x_.postMessageToService(JSON.stringify(d));
|
|
||||||
} else if (o()) {
|
|
||||||
if ("postMessage" === e) {
|
|
||||||
var s = { data: [n] };
|
|
||||||
return window.__dcloud_weex_postMessage
|
|
||||||
? window.__dcloud_weex_postMessage(s)
|
|
||||||
: window.__dcloud_weex_.postMessage(JSON.stringify(s));
|
|
||||||
}
|
|
||||||
var w = {
|
|
||||||
type: "WEB_INVOKE_APPSERVICE",
|
|
||||||
args: { data: i, webviewIds: t },
|
|
||||||
};
|
|
||||||
window.__dcloud_weex_postMessage
|
|
||||||
? window.__dcloud_weex_postMessageToService(w)
|
|
||||||
: window.__dcloud_weex_.postMessageToService(JSON.stringify(w));
|
|
||||||
} else {
|
|
||||||
if (!window.plus)
|
|
||||||
return window.parent.postMessage(
|
|
||||||
{ type: "WEB_INVOKE_APPSERVICE", data: i, pageId: "" },
|
|
||||||
"*",
|
|
||||||
);
|
|
||||||
if (0 === t.length) {
|
|
||||||
var u = plus.webview.currentWebview();
|
|
||||||
if (!u) throw new Error("plus.webview.currentWebview() is undefined");
|
|
||||||
var g = u.parent(),
|
|
||||||
v = "";
|
|
||||||
((v = g ? g.id : u.id), t.push(v));
|
|
||||||
}
|
|
||||||
if (plus.webview.getWebviewById("__uniapp__service"))
|
|
||||||
plus.webview.postMessageToUniNView(
|
|
||||||
{ type: "WEB_INVOKE_APPSERVICE", args: { data: i, webviewIds: t } },
|
|
||||||
"__uniapp__service",
|
|
||||||
);
|
|
||||||
else {
|
|
||||||
var c = JSON.stringify(i);
|
|
||||||
plus.webview
|
|
||||||
.getLaunchWebview()
|
|
||||||
.evalJS(
|
|
||||||
'UniPlusBridge.subscribeHandler("'
|
|
||||||
.concat("WEB_INVOKE_APPSERVICE", '",')
|
|
||||||
.concat(c, ",")
|
|
||||||
.concat(JSON.stringify(t), ");"),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
d = {
|
|
||||||
navigateTo: function () {
|
|
||||||
var e =
|
|
||||||
arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},
|
|
||||||
n = e.url;
|
|
||||||
r("navigateTo", { url: encodeURI(n) });
|
|
||||||
},
|
|
||||||
navigateBack: function () {
|
|
||||||
var e =
|
|
||||||
arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},
|
|
||||||
n = e.delta;
|
|
||||||
r("navigateBack", { delta: parseInt(n) || 1 });
|
|
||||||
},
|
|
||||||
switchTab: function () {
|
|
||||||
var e =
|
|
||||||
arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},
|
|
||||||
n = e.url;
|
|
||||||
r("switchTab", { url: encodeURI(n) });
|
|
||||||
},
|
|
||||||
reLaunch: function () {
|
|
||||||
var e =
|
|
||||||
arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},
|
|
||||||
n = e.url;
|
|
||||||
r("reLaunch", { url: encodeURI(n) });
|
|
||||||
},
|
|
||||||
redirectTo: function () {
|
|
||||||
var e =
|
|
||||||
arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},
|
|
||||||
n = e.url;
|
|
||||||
r("redirectTo", { url: encodeURI(n) });
|
|
||||||
},
|
|
||||||
getEnv: function (e) {
|
|
||||||
a()
|
|
||||||
? e({ uvue: !0 })
|
|
||||||
: o()
|
|
||||||
? e({ nvue: !0 })
|
|
||||||
: window.plus
|
|
||||||
? e({ plus: !0 })
|
|
||||||
: e({ h5: !0 });
|
|
||||||
},
|
|
||||||
postMessage: function () {
|
|
||||||
var e =
|
|
||||||
arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {};
|
|
||||||
r("postMessage", e.data || {});
|
|
||||||
},
|
|
||||||
},
|
|
||||||
s = /uni-app/i.test(navigator.userAgent),
|
|
||||||
w = /Html5Plus/i.test(navigator.userAgent),
|
|
||||||
u = /complete|loaded|interactive/;
|
|
||||||
var g =
|
|
||||||
window.my &&
|
|
||||||
navigator.userAgent.indexOf(
|
|
||||||
["t", "n", "e", "i", "l", "C", "y", "a", "p", "i", "l", "A"]
|
|
||||||
.reverse()
|
|
||||||
.join(""),
|
|
||||||
) > -1;
|
|
||||||
var v =
|
|
||||||
window.swan && window.swan.webView && /swan/i.test(navigator.userAgent);
|
|
||||||
var c =
|
|
||||||
window.qq &&
|
|
||||||
window.qq.miniProgram &&
|
|
||||||
/QQ/i.test(navigator.userAgent) &&
|
|
||||||
/miniProgram/i.test(navigator.userAgent);
|
|
||||||
var p =
|
|
||||||
window.tt &&
|
|
||||||
window.tt.miniProgram &&
|
|
||||||
/toutiaomicroapp/i.test(navigator.userAgent);
|
|
||||||
var _ =
|
|
||||||
window.wx &&
|
|
||||||
window.wx.miniProgram &&
|
|
||||||
/micromessenger/i.test(navigator.userAgent) &&
|
|
||||||
/miniProgram/i.test(navigator.userAgent);
|
|
||||||
var m = window.qa && /quickapp/i.test(navigator.userAgent);
|
|
||||||
var f =
|
|
||||||
window.ks &&
|
|
||||||
window.ks.miniProgram &&
|
|
||||||
/micromessenger/i.test(navigator.userAgent) &&
|
|
||||||
/miniProgram/i.test(navigator.userAgent);
|
|
||||||
var l =
|
|
||||||
window.tt &&
|
|
||||||
window.tt.miniProgram &&
|
|
||||||
/Lark|Feishu/i.test(navigator.userAgent);
|
|
||||||
var E =
|
|
||||||
window.jd && window.jd.miniProgram && /jdmp/i.test(navigator.userAgent);
|
|
||||||
var x =
|
|
||||||
window.xhs &&
|
|
||||||
window.xhs.miniProgram &&
|
|
||||||
/xhsminiapp/i.test(navigator.userAgent);
|
|
||||||
for (
|
|
||||||
var S,
|
|
||||||
h = function () {
|
|
||||||
((window.UniAppJSBridge = !0),
|
|
||||||
document.dispatchEvent(
|
|
||||||
new CustomEvent("UniAppJSBridgeReady", {
|
|
||||||
bubbles: !0,
|
|
||||||
cancelable: !0,
|
|
||||||
}),
|
|
||||||
));
|
|
||||||
},
|
|
||||||
y = [
|
|
||||||
function (e) {
|
|
||||||
if (s || w)
|
|
||||||
return (
|
|
||||||
window.__uniapp_x_postMessage ||
|
|
||||||
window.__uniapp_x_ ||
|
|
||||||
window.__dcloud_weex_postMessage ||
|
|
||||||
window.__dcloud_weex_
|
|
||||||
? document.addEventListener("DOMContentLoaded", e)
|
|
||||||
: window.plus && u.test(document.readyState)
|
|
||||||
? setTimeout(e, 0)
|
|
||||||
: document.addEventListener("plusready", e),
|
|
||||||
d
|
|
||||||
);
|
|
||||||
},
|
|
||||||
function (e) {
|
|
||||||
if (_)
|
|
||||||
return (
|
|
||||||
window.WeixinJSBridge && window.WeixinJSBridge.invoke
|
|
||||||
? setTimeout(e, 0)
|
|
||||||
: document.addEventListener("WeixinJSBridgeReady", e),
|
|
||||||
window.wx.miniProgram
|
|
||||||
);
|
|
||||||
},
|
|
||||||
function (e) {
|
|
||||||
if (c)
|
|
||||||
return (
|
|
||||||
window.QQJSBridge && window.QQJSBridge.invoke
|
|
||||||
? setTimeout(e, 0)
|
|
||||||
: document.addEventListener("QQJSBridgeReady", e),
|
|
||||||
window.qq.miniProgram
|
|
||||||
);
|
|
||||||
},
|
|
||||||
function (e) {
|
|
||||||
if (g) {
|
|
||||||
document.addEventListener("DOMContentLoaded", e);
|
|
||||||
var n = window.my;
|
|
||||||
return {
|
|
||||||
navigateTo: n.navigateTo,
|
|
||||||
navigateBack: n.navigateBack,
|
|
||||||
switchTab: n.switchTab,
|
|
||||||
reLaunch: n.reLaunch,
|
|
||||||
redirectTo: n.redirectTo,
|
|
||||||
postMessage: n.postMessage,
|
|
||||||
getEnv: n.getEnv,
|
|
||||||
};
|
|
||||||
}
|
|
||||||
},
|
|
||||||
function (e) {
|
|
||||||
if (v)
|
|
||||||
return (
|
|
||||||
document.addEventListener("DOMContentLoaded", e),
|
|
||||||
window.swan.webView
|
|
||||||
);
|
|
||||||
},
|
|
||||||
function (e) {
|
|
||||||
if (p)
|
|
||||||
return (
|
|
||||||
document.addEventListener("DOMContentLoaded", e),
|
|
||||||
window.tt.miniProgram
|
|
||||||
);
|
|
||||||
},
|
|
||||||
function (e) {
|
|
||||||
if (m) {
|
|
||||||
window.QaJSBridge && window.QaJSBridge.invoke
|
|
||||||
? setTimeout(e, 0)
|
|
||||||
: document.addEventListener("QaJSBridgeReady", e);
|
|
||||||
var n = window.qa;
|
|
||||||
return {
|
|
||||||
navigateTo: n.navigateTo,
|
|
||||||
navigateBack: n.navigateBack,
|
|
||||||
switchTab: n.switchTab,
|
|
||||||
reLaunch: n.reLaunch,
|
|
||||||
redirectTo: n.redirectTo,
|
|
||||||
postMessage: n.postMessage,
|
|
||||||
getEnv: n.getEnv,
|
|
||||||
};
|
|
||||||
}
|
|
||||||
},
|
|
||||||
function (e) {
|
|
||||||
if (f)
|
|
||||||
return (
|
|
||||||
window.WeixinJSBridge && window.WeixinJSBridge.invoke
|
|
||||||
? setTimeout(e, 0)
|
|
||||||
: document.addEventListener("WeixinJSBridgeReady", e),
|
|
||||||
window.ks.miniProgram
|
|
||||||
);
|
|
||||||
},
|
|
||||||
function (e) {
|
|
||||||
if (l)
|
|
||||||
return (
|
|
||||||
document.addEventListener("DOMContentLoaded", e),
|
|
||||||
window.tt.miniProgram
|
|
||||||
);
|
|
||||||
},
|
|
||||||
function (e) {
|
|
||||||
if (E)
|
|
||||||
return (
|
|
||||||
window.JDJSBridgeReady && window.JDJSBridgeReady.invoke
|
|
||||||
? setTimeout(e, 0)
|
|
||||||
: document.addEventListener("JDJSBridgeReady", e),
|
|
||||||
window.jd.miniProgram
|
|
||||||
);
|
|
||||||
},
|
|
||||||
function (e) {
|
|
||||||
if (x) return window.xhs.miniProgram;
|
|
||||||
},
|
|
||||||
function (e) {
|
|
||||||
return (document.addEventListener("DOMContentLoaded", e), d);
|
|
||||||
},
|
|
||||||
],
|
|
||||||
M = 0;
|
|
||||||
M < y.length && !(S = y[M](h));
|
|
||||||
M++
|
|
||||||
);
|
|
||||||
S || (S = {});
|
|
||||||
var P = "undefined" != typeof uni ? uni : {};
|
|
||||||
if (!P.navigateTo) for (var b in S) i(S, b) && (P[b] = S[b]);
|
|
||||||
return ((P.webView = S), P);
|
|
||||||
});
|
|
||||||
Reference in New Issue
Block a user