mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-28 04:40:37 +00:00
no message
This commit is contained in:
parent
dd447de467
commit
0d74e8f04b
@ -32,7 +32,7 @@
|
||||
"@electron-forge/maker-squirrel": "^6.0.0-beta.64",
|
||||
"@electron-forge/maker-zip": "^6.0.0-beta.64",
|
||||
"dotenv": "^16.0.1",
|
||||
"electron": "^20.1.1",
|
||||
"electron": "^21.0.1",
|
||||
"electron-builder": "^23.3.3",
|
||||
"electron-notarize": "^1.2.1",
|
||||
"form-data": "^4.0.0",
|
||||
@ -43,7 +43,7 @@
|
||||
"crc": "^3.8.0",
|
||||
"electron-log": "^4.4.8",
|
||||
"electron-squirrel-startup": "^1.0.0",
|
||||
"electron-updater": "^5.0.5",
|
||||
"electron-updater": "^5.2.1",
|
||||
"fs-extra": "^10.1.0",
|
||||
"pdf-lib": "^1.17.1"
|
||||
},
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
{{ $L('更新客户端') }}
|
||||
</div>
|
||||
</template>
|
||||
<a v-if="showPrivacy" class="common-right-bottom-link" target="_blank" :href="$A.apiUrl('../privacy.html')">
|
||||
<a v-if="showPrivacy" class="common-right-bottom-link" target="_blank" :href="$A.apiUrl('privacy')">
|
||||
《{{ $L('隐私政策') }}》
|
||||
</a>
|
||||
<Modal
|
||||
|
||||
6
resources/assets/js/functions/web.js
vendored
6
resources/assets/js/functions/web.js
vendored
@ -15,6 +15,12 @@
|
||||
* @returns {string|string|*}
|
||||
*/
|
||||
apiUrl(str) {
|
||||
if (str == "privacy") {
|
||||
let apiHome = $A.getDomain(window.systemInfo.apiUrl)
|
||||
if (apiHome == "" || apiHome == "public") {
|
||||
return "https://www.dootask.com/privacy.html"
|
||||
}
|
||||
}
|
||||
if (str.substring(0, 2) === "//" ||
|
||||
str.substring(0, 7) === "http://" ||
|
||||
str.substring(0, 8) === "https://" ||
|
||||
|
||||
@ -131,7 +131,7 @@
|
||||
:mask-closable="false">
|
||||
<div class="privacy-content">
|
||||
<div>欢迎使用本软件!</div>
|
||||
<p>在您使用本软件前,请您认真阅读并了解相应的<a target="_blank" :href="$A.apiUrl('../privacy.html')">《{{ $L('隐私政策') }}》</a>,以了解我们的服务内容和您相关个人信息的处理规则。我们将严格的按照隐私服务协议为您提供服务,保护您的个人信息。</p>
|
||||
<p>在您使用本软件前,请您认真阅读并了解相应的<a target="_blank" :href="$A.apiUrl('privacy')">《{{ $L('隐私政策') }}》</a>,以了解我们的服务内容和您相关个人信息的处理规则。我们将严格的按照隐私服务协议为您提供服务,保护您的个人信息。</p>
|
||||
</div>
|
||||
<div slot="footer" class="adaption">
|
||||
<Button type="default" @click="onPrivacy(false)">{{$L('不同意')}}</Button>
|
||||
|
||||
@ -168,7 +168,7 @@ export default {
|
||||
},
|
||||
|
||||
openPrivacy() {
|
||||
const url = $A.apiUrl('../privacy.html')
|
||||
const url = $A.apiUrl('privacy')
|
||||
if (this.$isEEUiApp) {
|
||||
$A.eeuiAppOpenPage({
|
||||
pageType: 'app',
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 5a48bcd34e7c79a1818bbe61d84b5ce47b005538
|
||||
Subproject commit 35f6c38481bc1abacecbd26317286c691a279f78
|
||||
Loading…
x
Reference in New Issue
Block a user