mirror of
https://gitee.com/niucloud-team/niucloud.git
synced 2025-12-12 18:02:47 +00:00
up
This commit is contained in:
parent
934d7c6dba
commit
5f9ff5bfbe
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'version' => '1.1.5',
|
'version' => '1.1.6',
|
||||||
'code' => '202509120001'
|
'code' => '202509130001'
|
||||||
];
|
];
|
||||||
|
|||||||
10
uni-app/package-lock.json
generated
10
uni-app/package-lock.json
generated
@ -11222,17 +11222,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/uview-plus": {
|
"node_modules/uview-plus": {
|
||||||
"version": "3.5.32",
|
"version": "3.2.22",
|
||||||
"resolved": "https://registry.npmmirror.com/uview-plus/-/uview-plus-3.5.32.tgz",
|
"resolved": "https://registry.npmmirror.com/uview-plus/-/uview-plus-3.2.22.tgz",
|
||||||
"integrity": "sha512-HZzerNYdkeszDZQzDLiDi9iaIVCzp2BEITh/mg9Tbkf3ua9n1vxdwcfmdgZAg+6vFmNcX45cJS+XyRLNoHONwQ==",
|
"integrity": "sha512-ouhq0CCGP/ElR7eCCu0rBFNPTGW/EctcrxKIerjj1DOkEIY9BwKBbdI0VTSSkMFnr6RFejSQLBw/aKkqd6Q+7g==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"clipboard": "^2.0.11",
|
"clipboard": "^2.0.11",
|
||||||
"dayjs": "^1.11.3"
|
"dayjs": "^1.11.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"HBuilderX": "^3.1.0",
|
"HBuilderX": "^3.1.0"
|
||||||
"uni-app": "^4.66",
|
|
||||||
"uni-app-x": ""
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/v8-to-istanbul": {
|
"node_modules/v8-to-istanbul": {
|
||||||
|
|||||||
@ -45,16 +45,16 @@ export const useShare = () => {
|
|||||||
if (currRoute() == '' || currRoute().indexOf('app/pages/index/close') != -1 || currRoute().indexOf('app/pages/index/nosite') != -1) return;
|
if (currRoute() == '' || currRoute().indexOf('app/pages/index/close') != -1 || currRoute().indexOf('app/pages/index/nosite') != -1) return;
|
||||||
|
|
||||||
let queryStr = getQuery();
|
let queryStr = getQuery();
|
||||||
|
let h5Link = '';
|
||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
let h5Link = location.origin + location.pathname + (queryStr.length > 0 ? '?' + queryStr.join('&') : '');
|
h5Link = location.origin + location.pathname + (queryStr.length > 0 ? '?' + queryStr.join('&') : '');
|
||||||
wechatOptions = {
|
wechatOptions = {
|
||||||
link: h5Link
|
link: h5Link
|
||||||
}
|
}
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
// #ifdef APP-PLUS
|
// #ifdef APP-PLUS
|
||||||
let h5Link = systemStore.site.wap_url + currShareRoute().path + (queryStr.length > 0 ? '?' + queryStr.join('&') : '');
|
h5Link = systemStore.site.wap_url + currShareRoute().path + (queryStr.length > 0 ? '?' + queryStr.join('&') : '');
|
||||||
wechatOptions = {
|
wechatOptions = {
|
||||||
link: h5Link
|
link: h5Link
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user