diff --git a/env/.env.prod b/env/.env.prod index 9eb34b9..014585b 100644 --- a/env/.env.prod +++ b/env/.env.prod @@ -9,3 +9,4 @@ VITE_BASEURL = '//erpapi.test.fontree.cn:8081' # 文档查看 VITE_PAGE_URL="https://www.fiee.com" +VITE_API_BASE_URL="https://erpapi.fiee.com/api" \ No newline at end of file diff --git a/env/.env.test b/env/.env.test index 979d457..3dbe8f2 100644 --- a/env/.env.test +++ b/env/.env.test @@ -9,4 +9,5 @@ VITE_BASEURL = '//erpapi.test.fontree.cn:8081' # 文档查看 # VITE_PAGE_URL="http://172.16.100.22:8045" # VITE_PAGE_URL="http://192.168.88.50:5878" -VITE_PAGE_URL="https://www.fiee.com" \ No newline at end of file +VITE_PAGE_URL="https://www.fiee.com" +VITE_API_BASE_URL="http://erpapi.test.fontree.cn:8081/api" \ No newline at end of file diff --git a/src/views/email-alerts/size1440/index.vue b/src/views/email-alerts/size1440/index.vue index 4588bc9..d08a81b 100644 --- a/src/views/email-alerts/size1440/index.vue +++ b/src/views/email-alerts/size1440/index.vue @@ -27,7 +27,7 @@ async function handleSubmit(e) { message.warning(t("email_alerts.validation.field_length")); return; } - let url = "http://erpapi.test.fontree.cn:8081/api/fiee/emailalerts/submit"; + let url = `${import.meta.env.VITE_API_BASE_URL}/fiee/emailalerts/submit`; // let url = 'https://erpapi-out.szjixun.cn/api/fiee/emailalerts/submit' const res = await axios.post(url, form.value); if (res.data.status === 0) { diff --git a/src/views/email-alerts/size1920/index.vue b/src/views/email-alerts/size1920/index.vue index 9872c46..8e2cfbf 100644 --- a/src/views/email-alerts/size1920/index.vue +++ b/src/views/email-alerts/size1920/index.vue @@ -27,7 +27,7 @@ async function handleSubmit(e) { message.warning(t("email_alerts.validation.field_length")); return; } - let url = "http://erpapi.test.fontree.cn:8081/api/fiee/emailalerts/submit"; + let url = `${import.meta.env.VITE_API_BASE_URL}/fiee/emailalerts/submit`; // let url = 'https://erpapi-out.szjixun.cn/api/fiee/emailalerts/submit' const res = await axios.post(url, form.value); if (res.data.status === 0) { diff --git a/src/views/email-alerts/size375/index.vue b/src/views/email-alerts/size375/index.vue index b085f1e..eed75b0 100644 --- a/src/views/email-alerts/size375/index.vue +++ b/src/views/email-alerts/size375/index.vue @@ -27,7 +27,7 @@ async function handleSubmit(e) { message.warning(t("email_alerts.validation.field_length")); return; } - let url = "http://erpapi.test.fontree.cn:8081/api/fiee/emailalerts/submit"; + let url = `${import.meta.env.VITE_API_BASE_URL}/fiee/emailalerts/submit`; // let url = 'https://erpapi-out.szjixun.cn/api/fiee/emailalerts/submit' const res = await axios.post(url, form.value); if (res.data.status === 0) { diff --git a/src/views/email-alerts/size768/index.vue b/src/views/email-alerts/size768/index.vue index 5e55e28..1f02164 100644 --- a/src/views/email-alerts/size768/index.vue +++ b/src/views/email-alerts/size768/index.vue @@ -27,7 +27,7 @@ async function handleSubmit(e) { message.warning(t("email_alerts.validation.field_length")); return; } - let url = "http://erpapi.test.fontree.cn:8081/api/fiee/emailalerts/submit"; + let url = `${import.meta.env.VITE_API_BASE_URL}/fiee/emailalerts/submit`; // let url = 'https://erpapi-out.szjixun.cn/api/fiee/emailalerts/submit' const res = await axios.post(url, form.value); if (res.data.status === 0) { diff --git a/src/views/financialinformation/secfilings/size1440/index.vue b/src/views/financialinformation/secfilings/size1440/index.vue index df4f46d..e60387b 100644 --- a/src/views/financialinformation/secfilings/size1440/index.vue +++ b/src/views/financialinformation/secfilings/size1440/index.vue @@ -15,12 +15,16 @@
+
{{ $t("COMPANYOVERVIEW.TITLEFIVE.CONTENT").replace("•", "") }}
-
-
+
+
+
{{ $t("HOME.CONTAIN.TITLEONE.CONTENTTWO") }}
++ {{ $t("HOME.CONTAIN.TITLEONE.CONTENTTWO") }} +
{{ $t("COMPANYOVERVIEW.TITLETWO.CONTENT") }}
-+
+ {{ $t("COMPANYOVERVIEW.TITLETWO.CONTENT") }} +
+
{{ $t("COMPANYOVERVIEW.TITLETWO.CONTENTTHREE") }}
++ {{ $t("COMPANYOVERVIEW.TITLETWO.CONTENTTHREE") }} +
-
-
-
+
+
+
+
+
{{ $t("COMPANYOVERVIEW.TITLEFIVE.CONTENT").replace("•", "") }}
-
+
+
-
-
+
+
+
+