Commit ea1feb49 authored by 罗超's avatar 罗超

修改主体JVS->PIC

parent fc89c9b2
{
"name": "bigwood",
"version": "0.0.1",
"description": "JVS 同業訂房網",
"productName": "JVS 同業訂房網",
"description": "PIC 同業訂房網",
"productName": "PIC 同業訂房網",
"author": "alex9012 <alex9012@vip.qq.com>",
"private": true,
"scripts": {
......
......@@ -257,7 +257,7 @@ module.exports = configure(function (ctx) {
// Full list of options: https://v2.quasar.dev/quasar-cli-vite/developing-browser-extensions/configuring-bex
bex: {
contentScripts: ['JVS']
contentScripts: ['PIC']
// extendBexScriptsConf (esbuildConf) {}
// extendBexManifestJson (json) {}
......
src/assets/images/home.png

61.1 KB | W: | H:

src/assets/images/home.png

121 KB | W: | H:

src/assets/images/home.png
src/assets/images/home.png
src/assets/images/home.png
src/assets/images/home.png
  • 2-up
  • Swipe
  • Onion skin
src/assets/images/jvs-log.png

48.2 KB | W: | H:

src/assets/images/jvs-log.png

56.8 KB | W: | H:

src/assets/images/jvs-log.png
src/assets/images/jvs-log.png
src/assets/images/jvs-log.png
src/assets/images/jvs-log.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -2,7 +2,7 @@
<div class="text-center">
<!-- <img src="../assets/images/lg-logo.png" style="height:200px;"/> -->
<img src="../assets/images/home.png" style="width: 50%;"/>
<!-- <div class="q-mt-lg text-h3 text-grey-4 text-center">歡迎使用JVS同業預定系統</div> -->
<!-- <div class="q-mt-lg text-h3 text-grey-4 text-center">歡迎使用PIC同業預定系統</div> -->
</div>
</template>
......
......@@ -4,7 +4,7 @@ export default {
success: '実行成功',
appsuffix: 'JVS予約システム',
appsuffix: 'PIC予約システム',
siteName: '同業予約システム',
......@@ -93,7 +93,7 @@ export default {
accountUpdate: 'アカウント情報修正プロンプト',
accountUpdateTips: 'あなたは以上予約したアカウントの資料を修正する必要があるならば,あなたに連絡してJVSと業務人員をドッキングして修正する',
accountUpdateTips: 'あなたは以上予約したアカウントの資料を修正する必要があるならば,あなたに連絡してPICと業務人員をドッキングして修正する',
resetPw: 'パスワードを変更する',
......
export default {
failed: '실행 실패',
success: '실행 성공',
appsuffix: 'JVS시스템',
appsuffix: 'PIC시스템',
siteName: '동업 예약 시스템',
lanuage: '시스템 언어',
loginout: '로그인 정보가 유효하지 않습니다. 다시 로그인해주세요',
......
......@@ -4,7 +4,7 @@
export default {
failed: '执行失败',
success: '执行成功',
appsuffix: "JVS同业预定系统",
appsuffix: "PIC同业预定系统",
siteName:"同业预定系统",
lanuage:"系统语言",
loginout:'登录信息失效,请重新登录',
......
......@@ -2,7 +2,7 @@ export default {
//#region ending v1.0.0
failed: "執行失敗",
success: "執行成功",
appsuffix: "JVS同業預定系統",
appsuffix: "PIC同業預定系統",
siteName: "同業預定系統",
lanuage: "系統語言",
loginout: "登錄信息失效,請重新登錄",
......@@ -49,7 +49,7 @@ export default {
profile: '概述',
security: '帳戶安全',
accountUpdate:'帳戶信息修改提示',
accountUpdateTips:'如果您需要修改以上預留的帳戶資料,請聯繫您與JVS對接業務人員進行修改',
accountUpdateTips:'如果您需要修改以上預留的帳戶資料,請聯繫您與PIC對接業務人員進行修改',
resetPw:'修改密碼',
cpw:'當前密碼',
npw:'新密碼',
......
......@@ -7,7 +7,7 @@
<q-btn dense flat round @click="toggleLeftDrawer" class="mobile-only">
<svg-icon icon="Text/Menu.svg" :size="32"></svg-icon>
</q-btn>
<div class="mobile-only q-ml-md text-dark text-h6 text-weight-bold">JVS</div>
<div class="mobile-only q-ml-md text-dark text-h6 text-weight-bold">PIC</div>
<div class="mls text-h6 text-dark desktop-only">{{childPageTitle}}</div>
</div>
<div class="rounded-borders header-item q-mr-lg">
......@@ -34,8 +34,8 @@
<q-drawer show-if-above v-model="leftDrawerOpen" style="background: #1e1e2d; width: 265px" side="left" class="column">
<div style="box-sizing: border-box; height: 66px; border-bottom: 1px dashed #444" class="row items-center q-px-md desktop-only">
<img src="../assets/images/jvs-log.png" alt="" style="height: 30px" />
<div class="text-white text-weight-bold text-subtitle1 q-ml-md">{{ $t('siteName') }}</div>
<img src="../assets/images/pic-log.png" alt="" style="height: 30px" />
<!-- <div class="text-white text-weight-bold text-subtitle1 q-ml-md">{{ $t('siteName') }}</div> -->
</div>
<q-scroll-area :thumb-style="scrollStyle.thumbStyle" :bar-style="scrollStyle.barStyle" class="col nav-list q-pl-lg">
<navs></navs>
......@@ -51,7 +51,7 @@
<!-- <q-footer class="bg-white text-dark">
<q-toolbar>
<q-toolbar-title>
<div class="text-body2">2022© JVS</div>
<div class="text-body2">2022© PIC</div>
</q-toolbar-title>
</q-toolbar>
</q-footer> -->
......
......@@ -55,7 +55,7 @@
<div style="width:450px;" class="column justify-between content-between">
<div :class="{'row':$q.platform.is.desktop,'column':$q.platform.is.mobile}">
<div class="col" :class="{'text-center q-mb-md':$q.platform.is.mobile}">
<img src="../../assets/images/lg-logo.png" style="width:80%;" />
<img src="../../assets/images/jvs-log.png" style="width:80%;" />
</div>
<!-- <div class="text-grey-6 text-weight-bold col" :class="{'text-right':$q.platform.is.desktop,'text-center':$q.platform.is.mobile}">
<span>{{$t("login.notaccess")}}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment