Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
b7767f0bfa | |||
07bbe8fbdf | |||
9fb3db0ced |
3
env/.env.prod
vendored
3
env/.env.prod
vendored
@ -5,3 +5,6 @@ VITE_DELETE_CONSOLE = true
|
||||
# 是否开启sourcemap
|
||||
VITE_SHOW_SOURCEMAP = false
|
||||
VITE_BASEURL = '//appointteam.szjixun.cn'
|
||||
|
||||
# 文档查看
|
||||
VITE_PAGE_URL="http://172.16.100.22:8045"
|
||||
|
4
env/.env.test
vendored
4
env/.env.test
vendored
@ -3,3 +3,7 @@ NODE_ENV = 'test'
|
||||
# 是否去除console 和 debugger
|
||||
VITE_DELETE_CONSOLE = false
|
||||
VITE_BASEURL = '//kid-art-test.szjixun.cn'
|
||||
|
||||
# 文档查看
|
||||
VITE_PAGE_URL="http://172.16.100.22:8045"
|
||||
# VITE_PAGE_URL="http://192.168.88.50:5878"
|
||||
|
@ -12,6 +12,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@fingerprintjs/fingerprintjs": "^4.4.3",
|
||||
"@onlyoffice/document-editor-vue": "^1.5.0",
|
||||
"@unocss/reset": "^0.61.9",
|
||||
"@vicons/ionicons5": "^0.13.0",
|
||||
"@vicons/utils": "^0.1.4",
|
||||
|
@ -11,6 +11,9 @@ importers:
|
||||
'@fingerprintjs/fingerprintjs':
|
||||
specifier: ^4.4.3
|
||||
version: 4.4.3
|
||||
'@onlyoffice/document-editor-vue':
|
||||
specifier: ^1.5.0
|
||||
version: 1.5.0(vue@3.4.35)
|
||||
'@unocss/reset':
|
||||
specifier: ^0.61.9
|
||||
version: 0.61.9
|
||||
@ -1279,6 +1282,11 @@ packages:
|
||||
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
|
||||
engines: {node: '>= 8'}
|
||||
|
||||
'@onlyoffice/document-editor-vue@1.5.0':
|
||||
resolution: {integrity: sha512-HZEebUhBloP4LomspI5BddgoQdhtPq91h57yA9K/Lk70MMc1vgOTQ4Wq+N5TZYXNxdDTv+TSsEVFLnBCl1Y71A==}
|
||||
peerDependencies:
|
||||
vue: ^3.0.0
|
||||
|
||||
'@polka/url@1.0.0-next.25':
|
||||
resolution: {integrity: sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==}
|
||||
|
||||
@ -5536,6 +5544,11 @@ snapshots:
|
||||
'@nodelib/fs.scandir': 2.1.5
|
||||
fastq: 1.17.1
|
||||
|
||||
'@onlyoffice/document-editor-vue@1.5.0(vue@3.4.35)':
|
||||
dependencies:
|
||||
lodash: 4.17.21
|
||||
vue: 3.4.35
|
||||
|
||||
'@polka/url@1.0.0-next.25': {}
|
||||
|
||||
'@rollup/plugin-babel@6.0.4(@babel/core@7.25.2)(rollup@4.20.0)':
|
||||
|
@ -143,6 +143,11 @@ const routes = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: '/office',
|
||||
name: 'office',
|
||||
component: () => import('@/views/office/index.vue'),
|
||||
},
|
||||
|
||||
// {
|
||||
// path: '/companyprofil',
|
||||
|
@ -44,10 +44,10 @@
|
||||
</div>
|
||||
<div class="mt-auto">
|
||||
<a
|
||||
:href="item.url"
|
||||
class="inline-flex items-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-[#895bff] hover:bg-[#7a4de6] transition-all duration-300 transform hover:scale-105 shadow-md"
|
||||
target="_blank"
|
||||
style="font-size: 16px"
|
||||
style="font-size: 16px; cursor: pointer;"
|
||||
@click="handleViewDocument(item)"
|
||||
>
|
||||
View Document
|
||||
<svg
|
||||
@ -72,46 +72,83 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { reactive } from "vue";
|
||||
import quarterlyPdfone from "@/assets/file/FiEE, Inc._Audit Committee Charter.pdf";
|
||||
import quarterlyPdftwo from "@/assets/file/FiEE, Inc. _Code of Business Conduct and Ethics.pdf";
|
||||
import { reactive, onMounted } from 'vue'
|
||||
import axios from 'axios'
|
||||
|
||||
import quarterlyPdfthree from "@/assets/file/FiEE, Inc._Compensation Committee Charter.pdf";
|
||||
import quarterlyPdfone from '@/assets/file/FiEE, Inc._Audit Committee Charter.pdf'
|
||||
import quarterlyPdftwo from '@/assets/file/FiEE, Inc. _Code of Business Conduct and Ethics.pdf'
|
||||
|
||||
import quarterlyPdffour from "@/assets/file/FiEE, Inc. _Nominating and Corporate Governance Committee Charter.pdf";
|
||||
import quarterlyPdfthree from '@/assets/file/FiEE, Inc._Compensation Committee Charter.pdf'
|
||||
|
||||
import quarterlyPdffour from '@/assets/file/FiEE, Inc. _Nominating and Corporate Governance Committee Charter.pdf'
|
||||
|
||||
const state = reactive({
|
||||
list: [
|
||||
{
|
||||
title: "AUDIT COMMITTEE CHARTER",
|
||||
description:
|
||||
"Defines the purpose, composition, and responsibilities of the Audit Committee in overseeing financial reporting and disclosure.",
|
||||
url: quarterlyPdfone,
|
||||
date: "May 30, 2025",
|
||||
},
|
||||
{
|
||||
title: "CODE OF BUSINESS CONDUCT AND ETHICS",
|
||||
description:
|
||||
"Establishes the ethical standards and legal compliance expectations for all directors, officers and employees.",
|
||||
url: quarterlyPdftwo,
|
||||
date: "May 30, 2025",
|
||||
},
|
||||
{
|
||||
title: "COMPENSATION COMMITTEE CHARTER",
|
||||
description:
|
||||
"Outlines the duties and responsibilities for overseeing executive compensation and benefit plans.",
|
||||
url: quarterlyPdfthree,
|
||||
date: "May 30, 2025",
|
||||
},
|
||||
{
|
||||
title: "NOMINATING AND CORPORATE GOVERNANCE COMMITTEE CHARTER",
|
||||
description:
|
||||
"Provides the framework for director nominations and corporate governance matters.",
|
||||
url: quarterlyPdffour,
|
||||
date: "May 30, 2025",
|
||||
},
|
||||
// {
|
||||
// title: 'AUDIT COMMITTEE CHARTER',
|
||||
// description:
|
||||
// 'Defines the purpose, composition, and responsibilities of the Audit Committee in overseeing financial reporting and disclosure.',
|
||||
// url: quarterlyPdfone,
|
||||
// date: 'May 30, 2025',
|
||||
// },
|
||||
// {
|
||||
// title: 'CODE OF BUSINESS CONDUCT AND ETHICS',
|
||||
// description:
|
||||
// 'Establishes the ethical standards and legal compliance expectations for all directors, officers and employees.',
|
||||
// url: quarterlyPdftwo,
|
||||
// date: 'May 30, 2025',
|
||||
// },
|
||||
// {
|
||||
// title: 'COMPENSATION COMMITTEE CHARTER',
|
||||
// description:
|
||||
// 'Outlines the duties and responsibilities for overseeing executive compensation and benefit plans.',
|
||||
// url: quarterlyPdfthree,
|
||||
// date: 'May 30, 2025',
|
||||
// },
|
||||
// {
|
||||
// title: 'NOMINATING AND CORPORATE GOVERNANCE COMMITTEE CHARTER',
|
||||
// description:
|
||||
// 'Provides the framework for director nominations and corporate governance matters.',
|
||||
// url: quarterlyPdffour,
|
||||
// date: 'May 30, 2025',
|
||||
// },
|
||||
],
|
||||
});
|
||||
})
|
||||
|
||||
onMounted(() => {
|
||||
getGovernanceDisplay()
|
||||
})
|
||||
|
||||
//获取官网展示文档
|
||||
const getGovernanceDisplay = () => {
|
||||
// let url = 'https://common.szjixun.cn/api/fiee/governance/display'
|
||||
let url = 'http://172.16.100.93:9020/api/fiee/governance/display'
|
||||
let params = {}
|
||||
axios
|
||||
.get(url, { params })
|
||||
.then((res) => {
|
||||
// console.log(res)
|
||||
if (res.status === 200) {
|
||||
if (res.data.status === 0) {
|
||||
state.list = res.data.data.data || []
|
||||
}
|
||||
}
|
||||
})
|
||||
.catch((err) => {
|
||||
// console.log(err)
|
||||
})
|
||||
}
|
||||
|
||||
// 查看文档
|
||||
const handleViewDocument = (item) => {
|
||||
// console.log(item)
|
||||
window.open(
|
||||
`${import.meta.env.VITE_PAGE_URL}/office?url=${
|
||||
item.attachment
|
||||
}&attachmentName=${item.attachmentName}`,
|
||||
'_blank',
|
||||
)
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
@ -44,10 +44,10 @@
|
||||
</div>
|
||||
<div class="mt-auto">
|
||||
<a
|
||||
:href="item.url"
|
||||
class="inline-flex items-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-[#895bff] hover:bg-[#7a4de6] transition-all duration-300 transform hover:scale-105 shadow-md"
|
||||
target="_blank"
|
||||
style="font-size: 16px"
|
||||
style="font-size: 16px; cursor: pointer;"
|
||||
@click="handleViewDocument(item)"
|
||||
>
|
||||
View Document
|
||||
<svg
|
||||
@ -72,46 +72,83 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { reactive } from "vue";
|
||||
import quarterlyPdfone from "@/assets/file/FiEE, Inc._Audit Committee Charter.pdf";
|
||||
import quarterlyPdftwo from "@/assets/file/FiEE, Inc. _Code of Business Conduct and Ethics.pdf";
|
||||
import { reactive, onMounted } from 'vue'
|
||||
import axios from 'axios'
|
||||
|
||||
import quarterlyPdfthree from "@/assets/file/FiEE, Inc._Compensation Committee Charter.pdf";
|
||||
import quarterlyPdfone from '@/assets/file/FiEE, Inc._Audit Committee Charter.pdf'
|
||||
import quarterlyPdftwo from '@/assets/file/FiEE, Inc. _Code of Business Conduct and Ethics.pdf'
|
||||
|
||||
import quarterlyPdffour from "@/assets/file/FiEE, Inc. _Nominating and Corporate Governance Committee Charter.pdf";
|
||||
import quarterlyPdfthree from '@/assets/file/FiEE, Inc._Compensation Committee Charter.pdf'
|
||||
|
||||
import quarterlyPdffour from '@/assets/file/FiEE, Inc. _Nominating and Corporate Governance Committee Charter.pdf'
|
||||
|
||||
const state = reactive({
|
||||
list: [
|
||||
{
|
||||
title: "AUDIT COMMITTEE CHARTER",
|
||||
description:
|
||||
"Defines the purpose, composition, and responsibilities of the Audit Committee in overseeing financial reporting and disclosure.",
|
||||
url: quarterlyPdfone,
|
||||
date: "May 30, 2025",
|
||||
},
|
||||
{
|
||||
title: "CODE OF BUSINESS CONDUCT AND ETHICS",
|
||||
description:
|
||||
"Establishes the ethical standards and legal compliance expectations for all directors, officers and employees.",
|
||||
url: quarterlyPdftwo,
|
||||
date: "May 30, 2025",
|
||||
},
|
||||
{
|
||||
title: "COMPENSATION COMMITTEE CHARTER",
|
||||
description:
|
||||
"Outlines the duties and responsibilities for overseeing executive compensation and benefit plans.",
|
||||
url: quarterlyPdfthree,
|
||||
date: "May 30, 2025",
|
||||
},
|
||||
{
|
||||
title: "NOMINATING AND CORPORATE GOVERNANCE COMMITTEE CHARTER",
|
||||
description:
|
||||
"Provides the framework for director nominations and corporate governance matters.",
|
||||
url: quarterlyPdffour,
|
||||
date: "May 30, 2025",
|
||||
},
|
||||
// {
|
||||
// title: 'AUDIT COMMITTEE CHARTER',
|
||||
// description:
|
||||
// 'Defines the purpose, composition, and responsibilities of the Audit Committee in overseeing financial reporting and disclosure.',
|
||||
// url: quarterlyPdfone,
|
||||
// date: 'May 30, 2025',
|
||||
// },
|
||||
// {
|
||||
// title: 'CODE OF BUSINESS CONDUCT AND ETHICS',
|
||||
// description:
|
||||
// 'Establishes the ethical standards and legal compliance expectations for all directors, officers and employees.',
|
||||
// url: quarterlyPdftwo,
|
||||
// date: 'May 30, 2025',
|
||||
// },
|
||||
// {
|
||||
// title: 'COMPENSATION COMMITTEE CHARTER',
|
||||
// description:
|
||||
// 'Outlines the duties and responsibilities for overseeing executive compensation and benefit plans.',
|
||||
// url: quarterlyPdfthree,
|
||||
// date: 'May 30, 2025',
|
||||
// },
|
||||
// {
|
||||
// title: 'NOMINATING AND CORPORATE GOVERNANCE COMMITTEE CHARTER',
|
||||
// description:
|
||||
// 'Provides the framework for director nominations and corporate governance matters.',
|
||||
// url: quarterlyPdffour,
|
||||
// date: 'May 30, 2025',
|
||||
// },
|
||||
],
|
||||
});
|
||||
})
|
||||
|
||||
onMounted(() => {
|
||||
getGovernanceDisplay()
|
||||
})
|
||||
|
||||
//获取官网展示文档
|
||||
const getGovernanceDisplay = () => {
|
||||
// let url = 'https://common.szjixun.cn/api/fiee/governance/display'
|
||||
let url = 'http://172.16.100.93:9020/api/fiee/governance/display'
|
||||
let params = {}
|
||||
axios
|
||||
.get(url, { params })
|
||||
.then((res) => {
|
||||
// console.log(res)
|
||||
if (res.status === 200) {
|
||||
if (res.data.status === 0) {
|
||||
state.list = res.data.data.data || []
|
||||
}
|
||||
}
|
||||
})
|
||||
.catch((err) => {
|
||||
// console.log(err)
|
||||
})
|
||||
}
|
||||
|
||||
// 查看文档
|
||||
const handleViewDocument = (item) => {
|
||||
// console.log(item)
|
||||
window.open(
|
||||
`${import.meta.env.VITE_PAGE_URL}/office?url=${
|
||||
item.attachment
|
||||
}&attachmentName=${item.attachmentName}`,
|
||||
'_blank',
|
||||
)
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
@ -41,9 +41,10 @@
|
||||
</div>
|
||||
<div class="mt-auto">
|
||||
<a
|
||||
:href="item.url"
|
||||
class="inline-flex items-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-[#895bff] hover:bg-[#7a4de6] transition-all duration-300 transform hover:scale-105 shadow-md"
|
||||
target="_blank"
|
||||
style="cursor: pointer;"
|
||||
@click="handleViewDocument(item)"
|
||||
>
|
||||
View Document
|
||||
<svg
|
||||
@ -68,46 +69,83 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { reactive } from "vue";
|
||||
import quarterlyPdfone from "@/assets/file/FiEE, Inc._Audit Committee Charter.pdf";
|
||||
import quarterlyPdftwo from "@/assets/file/FiEE, Inc. _Code of Business Conduct and Ethics.pdf";
|
||||
import { reactive, onMounted } from 'vue'
|
||||
import axios from 'axios'
|
||||
|
||||
import quarterlyPdfthree from "@/assets/file/FiEE, Inc._Compensation Committee Charter.pdf";
|
||||
import quarterlyPdfone from '@/assets/file/FiEE, Inc._Audit Committee Charter.pdf'
|
||||
import quarterlyPdftwo from '@/assets/file/FiEE, Inc. _Code of Business Conduct and Ethics.pdf'
|
||||
|
||||
import quarterlyPdffour from "@/assets/file/FiEE, Inc. _Nominating and Corporate Governance Committee Charter.pdf";
|
||||
import quarterlyPdfthree from '@/assets/file/FiEE, Inc._Compensation Committee Charter.pdf'
|
||||
|
||||
import quarterlyPdffour from '@/assets/file/FiEE, Inc. _Nominating and Corporate Governance Committee Charter.pdf'
|
||||
|
||||
const state = reactive({
|
||||
list: [
|
||||
{
|
||||
title: "AUDIT COMMITTEE CHARTER",
|
||||
description:
|
||||
"Defines the purpose, composition, and responsibilities of the Audit Committee in overseeing financial reporting and disclosure.",
|
||||
url: quarterlyPdfone,
|
||||
date: "May 30, 2025",
|
||||
},
|
||||
{
|
||||
title: "CODE OF BUSINESS CONDUCT AND ETHICS",
|
||||
description:
|
||||
"Establishes the ethical standards and legal compliance expectations for all directors, officers and employees.",
|
||||
url: quarterlyPdftwo,
|
||||
date: "May 30, 2025",
|
||||
},
|
||||
{
|
||||
title: "COMPENSATION COMMITTEE CHARTER",
|
||||
description:
|
||||
"Outlines the duties and responsibilities for overseeing executive compensation and benefit plans.",
|
||||
url: quarterlyPdfthree,
|
||||
date: "May 30, 2025",
|
||||
},
|
||||
{
|
||||
title: "NOMINATING AND CORPORATE GOVERNANCE COMMITTEE CHARTER",
|
||||
description:
|
||||
"Provides the framework for director nominations and corporate governance matters.",
|
||||
url: quarterlyPdffour,
|
||||
date: "May 30, 2025",
|
||||
},
|
||||
// {
|
||||
// title: 'AUDIT COMMITTEE CHARTER',
|
||||
// description:
|
||||
// 'Defines the purpose, composition, and responsibilities of the Audit Committee in overseeing financial reporting and disclosure.',
|
||||
// url: quarterlyPdfone,
|
||||
// date: 'May 30, 2025',
|
||||
// },
|
||||
// {
|
||||
// title: 'CODE OF BUSINESS CONDUCT AND ETHICS',
|
||||
// description:
|
||||
// 'Establishes the ethical standards and legal compliance expectations for all directors, officers and employees.',
|
||||
// url: quarterlyPdftwo,
|
||||
// date: 'May 30, 2025',
|
||||
// },
|
||||
// {
|
||||
// title: 'COMPENSATION COMMITTEE CHARTER',
|
||||
// description:
|
||||
// 'Outlines the duties and responsibilities for overseeing executive compensation and benefit plans.',
|
||||
// url: quarterlyPdfthree,
|
||||
// date: 'May 30, 2025',
|
||||
// },
|
||||
// {
|
||||
// title: 'NOMINATING AND CORPORATE GOVERNANCE COMMITTEE CHARTER',
|
||||
// description:
|
||||
// 'Provides the framework for director nominations and corporate governance matters.',
|
||||
// url: quarterlyPdffour,
|
||||
// date: 'May 30, 2025',
|
||||
// },
|
||||
],
|
||||
});
|
||||
})
|
||||
|
||||
onMounted(() => {
|
||||
getGovernanceDisplay()
|
||||
})
|
||||
|
||||
//获取官网展示文档
|
||||
const getGovernanceDisplay = () => {
|
||||
// let url = 'https://common.szjixun.cn/api/fiee/governance/display'
|
||||
let url = 'http://172.16.100.93:9020/api/fiee/governance/display'
|
||||
let params = {}
|
||||
axios
|
||||
.get(url, { params })
|
||||
.then((res) => {
|
||||
// console.log(res)
|
||||
if (res.status === 200) {
|
||||
if (res.data.status === 0) {
|
||||
state.list = res.data.data.data || []
|
||||
}
|
||||
}
|
||||
})
|
||||
.catch((err) => {
|
||||
// console.log(err)
|
||||
})
|
||||
}
|
||||
|
||||
// 查看文档
|
||||
const handleViewDocument = (item) => {
|
||||
// console.log(item)
|
||||
window.open(
|
||||
`${import.meta.env.VITE_PAGE_URL}/office?url=${
|
||||
item.attachment
|
||||
}&attachmentName=${item.attachmentName}`,
|
||||
'_blank',
|
||||
)
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
@ -41,9 +41,10 @@
|
||||
</div>
|
||||
<div class="mt-auto">
|
||||
<a
|
||||
:href="item.url"
|
||||
class="inline-flex items-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-[#895bff] hover:bg-[#7a4de6] transition-all duration-300 transform hover:scale-105 shadow-md"
|
||||
target="_blank"
|
||||
style="cursor: pointer;"
|
||||
@click="handleViewDocument(item)"
|
||||
>
|
||||
View Document
|
||||
<svg
|
||||
@ -68,46 +69,83 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { reactive } from "vue";
|
||||
import quarterlyPdfone from "@/assets/file/FiEE, Inc._Audit Committee Charter.pdf";
|
||||
import quarterlyPdftwo from "@/assets/file/FiEE, Inc. _Code of Business Conduct and Ethics.pdf";
|
||||
import { reactive, onMounted } from 'vue'
|
||||
import axios from 'axios'
|
||||
|
||||
import quarterlyPdfthree from "@/assets/file/FiEE, Inc._Compensation Committee Charter.pdf";
|
||||
import quarterlyPdfone from '@/assets/file/FiEE, Inc._Audit Committee Charter.pdf'
|
||||
import quarterlyPdftwo from '@/assets/file/FiEE, Inc. _Code of Business Conduct and Ethics.pdf'
|
||||
|
||||
import quarterlyPdffour from "@/assets/file/FiEE, Inc. _Nominating and Corporate Governance Committee Charter.pdf";
|
||||
import quarterlyPdfthree from '@/assets/file/FiEE, Inc._Compensation Committee Charter.pdf'
|
||||
|
||||
import quarterlyPdffour from '@/assets/file/FiEE, Inc. _Nominating and Corporate Governance Committee Charter.pdf'
|
||||
|
||||
const state = reactive({
|
||||
list: [
|
||||
{
|
||||
title: "AUDIT COMMITTEE CHARTER",
|
||||
description:
|
||||
"Defines the purpose, composition, and responsibilities of the Audit Committee in overseeing financial reporting and disclosure.",
|
||||
url: quarterlyPdfone,
|
||||
date: "May 30, 2025",
|
||||
},
|
||||
{
|
||||
title: "CODE OF BUSINESS CONDUCT AND ETHICS",
|
||||
description:
|
||||
"Establishes the ethical standards and legal compliance expectations for all directors, officers and employees.",
|
||||
url: quarterlyPdftwo,
|
||||
date: "May 30, 2025",
|
||||
},
|
||||
{
|
||||
title: "COMPENSATION COMMITTEE CHARTER",
|
||||
description:
|
||||
"Outlines the duties and responsibilities for overseeing executive compensation and benefit plans.",
|
||||
url: quarterlyPdfthree,
|
||||
date: "May 30, 2025",
|
||||
},
|
||||
{
|
||||
title: "NOMINATING AND CORPORATE GOVERNANCE COMMITTEE CHARTER",
|
||||
description:
|
||||
"Provides the framework for director nominations and corporate governance matters.",
|
||||
url: quarterlyPdffour,
|
||||
date: "May 30, 2025",
|
||||
},
|
||||
// {
|
||||
// title: 'AUDIT COMMITTEE CHARTER',
|
||||
// description:
|
||||
// 'Defines the purpose, composition, and responsibilities of the Audit Committee in overseeing financial reporting and disclosure.',
|
||||
// url: quarterlyPdfone,
|
||||
// date: 'May 30, 2025',
|
||||
// },
|
||||
// {
|
||||
// title: 'CODE OF BUSINESS CONDUCT AND ETHICS',
|
||||
// description:
|
||||
// 'Establishes the ethical standards and legal compliance expectations for all directors, officers and employees.',
|
||||
// url: quarterlyPdftwo,
|
||||
// date: 'May 30, 2025',
|
||||
// },
|
||||
// {
|
||||
// title: 'COMPENSATION COMMITTEE CHARTER',
|
||||
// description:
|
||||
// 'Outlines the duties and responsibilities for overseeing executive compensation and benefit plans.',
|
||||
// url: quarterlyPdfthree,
|
||||
// date: 'May 30, 2025',
|
||||
// },
|
||||
// {
|
||||
// title: 'NOMINATING AND CORPORATE GOVERNANCE COMMITTEE CHARTER',
|
||||
// description:
|
||||
// 'Provides the framework for director nominations and corporate governance matters.',
|
||||
// url: quarterlyPdffour,
|
||||
// date: 'May 30, 2025',
|
||||
// },
|
||||
],
|
||||
});
|
||||
})
|
||||
|
||||
onMounted(() => {
|
||||
getGovernanceDisplay()
|
||||
})
|
||||
|
||||
//获取官网展示文档
|
||||
const getGovernanceDisplay = () => {
|
||||
// let url = 'https://common.szjixun.cn/api/fiee/governance/display'
|
||||
let url = 'http://172.16.100.93:9020/api/fiee/governance/display'
|
||||
let params = {}
|
||||
axios
|
||||
.get(url, { params })
|
||||
.then((res) => {
|
||||
// console.log(res)
|
||||
if (res.status === 200) {
|
||||
if (res.data.status === 0) {
|
||||
state.list = res.data.data.data || []
|
||||
}
|
||||
}
|
||||
})
|
||||
.catch((err) => {
|
||||
// console.log(err)
|
||||
})
|
||||
}
|
||||
|
||||
// 查看文档
|
||||
const handleViewDocument = (item) => {
|
||||
// console.log(item)
|
||||
window.open(
|
||||
`${import.meta.env.VITE_PAGE_URL}/office?url=${
|
||||
item.attachment
|
||||
}&attachmentName=${item.attachmentName}`,
|
||||
'_blank',
|
||||
)
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
@ -1,16 +1,17 @@
|
||||
<script setup>
|
||||
import customHeader from '@/components/customHeader/index.vue'
|
||||
import customFooter from '@/components/customFooter/index.vue'
|
||||
import { NScrollbar } from 'naive-ui'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex flex-col h-screen">
|
||||
<customHeader></customHeader>
|
||||
<div
|
||||
class="bg-[url('@/assets/image/bg-pc.png')] bg-cover bg-center flex-1 overflow-auto"
|
||||
>
|
||||
<router-view />
|
||||
</div>
|
||||
<n-scrollbar class="bg-[url('@/assets/image/bg-pc.png')] bg-cover bg-center flex-1">
|
||||
<div>
|
||||
<router-view />
|
||||
</div>
|
||||
</n-scrollbar>
|
||||
<customFooter></customFooter>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -1,16 +1,19 @@
|
||||
<script setup>
|
||||
import customHeader from '@/components/customHeader/index.vue'
|
||||
import customFooter from '@/components/customFooter/index.vue'
|
||||
import { NScrollbar } from 'naive-ui'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex flex-col h-100svh">
|
||||
<customHeader />
|
||||
<div
|
||||
class="bg-[url('@/assets/image/bg-mobile.png')] bg-cover bg-center flex-1 overflow-auto"
|
||||
<n-scrollbar
|
||||
class="bg-[url('@/assets/image/bg-mobile.png')] bg-cover bg-center flex-1"
|
||||
>
|
||||
<router-view />
|
||||
</div>
|
||||
<div>
|
||||
<router-view />
|
||||
</div>
|
||||
</n-scrollbar>
|
||||
<customFooter />
|
||||
</div>
|
||||
</template>
|
||||
|
@ -83,7 +83,7 @@
|
||||
<div
|
||||
style="font-size: 18px"
|
||||
class="cursor-pointer"
|
||||
@click="handleLink(item.router, item.time)"
|
||||
@click="handleLink(item)"
|
||||
>
|
||||
View Press Release<img
|
||||
class="ml-[10px]"
|
||||
@ -205,6 +205,7 @@
|
||||
import { onMounted, ref, onUnmounted, computed } from "vue";
|
||||
import { useI18n } from "vue-i18n";
|
||||
import { useStockQuote } from "@/store/stock-quote/index.js";
|
||||
import axios from 'axios'
|
||||
const { getStockQuate, stockQuote, formatted } = useStockQuote();
|
||||
|
||||
getStockQuate();
|
||||
@ -214,17 +215,44 @@ const contentRef = ref(null);
|
||||
const isInView = ref(false);
|
||||
let observer = null;
|
||||
const newList = ref([
|
||||
{
|
||||
time: "June 3, 2025",
|
||||
title: "FiEE, Inc. seized market opportunities through 2025 Osaka Expo",
|
||||
router: "/news",
|
||||
},
|
||||
{
|
||||
time: "June 2, 2025",
|
||||
title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ",
|
||||
router: "/news",
|
||||
},
|
||||
// {
|
||||
// time: "June 3, 2025",
|
||||
// title: "FiEE, Inc. seized market opportunities through 2025 Osaka Expo",
|
||||
// router: "/news",
|
||||
// },
|
||||
// {
|
||||
// time: "June 2, 2025",
|
||||
// title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ",
|
||||
// router: "/news",
|
||||
// },
|
||||
]);
|
||||
|
||||
// 获取新闻发布(展示在首页的)
|
||||
const getPressReleasesDisplay = () => {
|
||||
let url = 'http://172.16.100.93:9020/api/fiee/pressreleases/display'
|
||||
let params = {
|
||||
page: 1,
|
||||
pageSize: 10,
|
||||
display: 2, // 1: 不展示在首页 2: 展示在首页
|
||||
}
|
||||
// console.log(params)
|
||||
axios.post(url, params).then((res) => {
|
||||
// console.log(res)
|
||||
if (res.status === 200) {
|
||||
if (res.data.status === 0) {
|
||||
res.data.data?.data?.forEach((item) => {
|
||||
item.time = new Date(item.createdAt).toLocaleDateString('en-US', {
|
||||
month: 'long',
|
||||
day: 'numeric',
|
||||
year: 'numeric',
|
||||
})
|
||||
})
|
||||
newList.value = res.data.data?.data || []
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
if (contentRef.value && "IntersectionObserver" in window) {
|
||||
observer = new IntersectionObserver(
|
||||
@ -249,6 +277,7 @@ onMounted(() => {
|
||||
// 回退方案:如果不支持IntersectionObserver则直接显示
|
||||
isInView.value = true;
|
||||
}
|
||||
getPressReleasesDisplay()
|
||||
});
|
||||
|
||||
onUnmounted(() => {
|
||||
@ -258,11 +287,11 @@ onUnmounted(() => {
|
||||
});
|
||||
import { useRouter } from "vue-router";
|
||||
const router = useRouter();
|
||||
const handleLink = (routers, index) => {
|
||||
const handleLink = (item) => {
|
||||
router.push({
|
||||
path: routers,
|
||||
path: "/news",
|
||||
query: {
|
||||
date: index,
|
||||
id: item.id,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
@ -82,7 +82,7 @@
|
||||
<div
|
||||
style="font-size: 18px"
|
||||
class="cursor-pointer"
|
||||
@click="handleLink(item.router, item.time)"
|
||||
@click="handleLink(item)"
|
||||
>
|
||||
View Press Release<img
|
||||
class="ml-[10px]"
|
||||
@ -194,24 +194,51 @@
|
||||
import { onMounted, ref, onUnmounted, computed } from "vue";
|
||||
import { useI18n } from "vue-i18n";
|
||||
import { useStockQuote } from "@/store/stock-quote/index.js";
|
||||
import axios from 'axios'
|
||||
const { getStockQuate, stockQuote, formatted } = useStockQuote();
|
||||
getStockQuate();
|
||||
// 示例数据
|
||||
const sampleDate = ref(formatted);
|
||||
|
||||
const newList = ref([
|
||||
{
|
||||
time: "June 3, 2025",
|
||||
title: "FiEE, Inc. seized market opportunities through 2025 Osaka Expo",
|
||||
router: "/news",
|
||||
},
|
||||
{
|
||||
time: "June 2, 2025",
|
||||
title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ",
|
||||
router: "/news",
|
||||
},
|
||||
// {
|
||||
// time: "June 3, 2025",
|
||||
// title: "FiEE, Inc. seized market opportunities through 2025 Osaka Expo",
|
||||
// router: "/news",
|
||||
// },
|
||||
// {
|
||||
// time: "June 2, 2025",
|
||||
// title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ",
|
||||
// router: "/news",
|
||||
// },
|
||||
]);
|
||||
|
||||
// 获取新闻发布(展示在首页的)
|
||||
const getPressReleasesDisplay = () => {
|
||||
let url = 'http://172.16.100.93:9020/api/fiee/pressreleases/display'
|
||||
let params = {
|
||||
page: 1,
|
||||
pageSize: 10,
|
||||
display: 2, // 1: 不展示在首页 2: 展示在首页
|
||||
}
|
||||
// console.log(params)
|
||||
axios.post(url, params).then((res) => {
|
||||
// console.log(res)
|
||||
if (res.status === 200) {
|
||||
if (res.data.status === 0) {
|
||||
res.data.data?.data?.forEach((item) => {
|
||||
item.time = new Date(item.createdAt).toLocaleDateString('en-US', {
|
||||
month: 'long',
|
||||
day: 'numeric',
|
||||
year: 'numeric',
|
||||
})
|
||||
})
|
||||
newList.value = res.data.data?.data || []
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
const { t: $t } = useI18n();
|
||||
const contentRef = ref(null);
|
||||
const isInView = ref(false);
|
||||
@ -240,6 +267,7 @@ onMounted(() => {
|
||||
// 回退方案:如果不支持IntersectionObserver则直接显示
|
||||
isInView.value = true;
|
||||
}
|
||||
getPressReleasesDisplay()
|
||||
});
|
||||
|
||||
onUnmounted(() => {
|
||||
@ -249,11 +277,11 @@ onUnmounted(() => {
|
||||
});
|
||||
import { useRouter } from "vue-router";
|
||||
const router = useRouter();
|
||||
const handleLink = (routers, index) => {
|
||||
const handleLink = (item) => {
|
||||
router.push({
|
||||
path: routers,
|
||||
path: "/news",
|
||||
query: {
|
||||
date: index,
|
||||
id: item.id,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
@ -83,7 +83,7 @@
|
||||
<div
|
||||
style="font-size: 18px"
|
||||
class="cursor-pointer"
|
||||
@click="handleLink(item.router, item.time)"
|
||||
@click="handleLink(item)"
|
||||
>
|
||||
View Press Release<img
|
||||
class="ml-[10px]"
|
||||
@ -205,6 +205,7 @@
|
||||
import { onMounted, ref, onUnmounted, computed } from "vue";
|
||||
import { useI18n } from "vue-i18n";
|
||||
import { useStockQuote } from "@/store/stock-quote/index.js";
|
||||
import axios from 'axios'
|
||||
const { getStockQuate, stockQuote, formatted } = useStockQuote();
|
||||
getStockQuate();
|
||||
const { t: $t } = useI18n();
|
||||
@ -212,17 +213,44 @@ const contentRef = ref(null);
|
||||
const isInView = ref(false);
|
||||
let observer = null;
|
||||
const newList = ref([
|
||||
{
|
||||
time: "June 3, 2025",
|
||||
title: "FiEE, Inc. seized market opportunities through 2025 Osaka Expo",
|
||||
router: "/news",
|
||||
},
|
||||
{
|
||||
time: "June 2, 2025",
|
||||
title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ",
|
||||
router: "/news",
|
||||
},
|
||||
// {
|
||||
// time: "June 3, 2025",
|
||||
// title: "FiEE, Inc. seized market opportunities through 2025 Osaka Expo",
|
||||
// router: "/news",
|
||||
// },
|
||||
// {
|
||||
// time: "June 2, 2025",
|
||||
// title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ",
|
||||
// router: "/news",
|
||||
// },
|
||||
]);
|
||||
|
||||
// 获取新闻发布(展示在首页的)
|
||||
const getPressReleasesDisplay = () => {
|
||||
let url = 'http://172.16.100.93:9020/api/fiee/pressreleases/display'
|
||||
let params = {
|
||||
page: 1,
|
||||
pageSize: 10,
|
||||
display: 2, // 1: 不展示在首页 2: 展示在首页
|
||||
}
|
||||
// console.log(params)
|
||||
axios.post(url, params).then((res) => {
|
||||
// console.log(res)
|
||||
if (res.status === 200) {
|
||||
if (res.data.status === 0) {
|
||||
res.data.data?.data?.forEach((item) => {
|
||||
item.time = new Date(item.createdAt).toLocaleDateString('en-US', {
|
||||
month: 'long',
|
||||
day: 'numeric',
|
||||
year: 'numeric',
|
||||
})
|
||||
})
|
||||
newList.value = res.data.data?.data || []
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
if (contentRef.value && "IntersectionObserver" in window) {
|
||||
observer = new IntersectionObserver(
|
||||
@ -247,6 +275,7 @@ onMounted(() => {
|
||||
// 回退方案:如果不支持IntersectionObserver则直接显示
|
||||
isInView.value = true;
|
||||
}
|
||||
getPressReleasesDisplay()
|
||||
});
|
||||
|
||||
onUnmounted(() => {
|
||||
@ -256,11 +285,11 @@ onUnmounted(() => {
|
||||
});
|
||||
import { useRouter } from "vue-router";
|
||||
const router = useRouter();
|
||||
const handleLink = (routers, index) => {
|
||||
const handleLink = (item) => {
|
||||
router.push({
|
||||
path: routers,
|
||||
path: "/news",
|
||||
query: {
|
||||
date: index,
|
||||
id: item.id,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
@ -83,7 +83,7 @@
|
||||
<div
|
||||
style="font-size: 18px"
|
||||
class="cursor-pointer"
|
||||
@click="handleLink(item.router, item.time)"
|
||||
@click="handleLink(item)"
|
||||
>
|
||||
View Press Release<img
|
||||
class="ml-[10px]"
|
||||
@ -205,6 +205,7 @@
|
||||
import { onMounted, ref, onUnmounted, computed } from "vue";
|
||||
import { useI18n } from "vue-i18n";
|
||||
import { useStockQuote } from "@/store/stock-quote/index.js";
|
||||
import axios from 'axios'
|
||||
const { getStockQuate, stockQuote, formatted } = useStockQuote();
|
||||
|
||||
getStockQuate();
|
||||
@ -238,20 +239,47 @@ onMounted(() => {
|
||||
// 回退方案:如果不支持IntersectionObserver则直接显示
|
||||
isInView.value = true;
|
||||
}
|
||||
getPressReleasesDisplay()
|
||||
});
|
||||
const newList = ref([
|
||||
{
|
||||
time: "June 3, 2025",
|
||||
title: "FiEE, Inc. seized market opportunities through 2025 Osaka Expo",
|
||||
router: "/news",
|
||||
},
|
||||
{
|
||||
time: "June 2, 2025",
|
||||
title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ",
|
||||
router: "/news",
|
||||
},
|
||||
// {
|
||||
// time: "June 3, 2025",
|
||||
// title: "FiEE, Inc. seized market opportunities through 2025 Osaka Expo",
|
||||
// router: "/news",
|
||||
// },
|
||||
// {
|
||||
// time: "June 2, 2025",
|
||||
// title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ",
|
||||
// router: "/news",
|
||||
// },
|
||||
]);
|
||||
|
||||
// 获取新闻发布(展示在首页的)
|
||||
const getPressReleasesDisplay = () => {
|
||||
let url = 'http://172.16.100.93:9020/api/fiee/pressreleases/display'
|
||||
let params = {
|
||||
page: 1,
|
||||
pageSize: 10,
|
||||
display: 2, // 1: 不展示在首页 2: 展示在首页
|
||||
}
|
||||
// console.log(params)
|
||||
axios.post(url, params).then((res) => {
|
||||
// console.log(res)
|
||||
if (res.status === 200) {
|
||||
if (res.data.status === 0) {
|
||||
res.data.data?.data?.forEach((item) => {
|
||||
item.time = new Date(item.createdAt).toLocaleDateString('en-US', {
|
||||
month: 'long',
|
||||
day: 'numeric',
|
||||
year: 'numeric',
|
||||
})
|
||||
})
|
||||
newList.value = res.data.data?.data || []
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
onUnmounted(() => {
|
||||
if (observer) {
|
||||
observer.disconnect();
|
||||
@ -259,11 +287,11 @@ onUnmounted(() => {
|
||||
});
|
||||
import { useRouter } from "vue-router";
|
||||
const router = useRouter();
|
||||
const handleLink = (routers, index) => {
|
||||
const handleLink = (item) => {
|
||||
router.push({
|
||||
path: routers,
|
||||
path: "/news",
|
||||
query: {
|
||||
date: index,
|
||||
id: item.id,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
@ -1,339 +1,6 @@
|
||||
<template>
|
||||
<div class="page-container">
|
||||
<template v-if="state.date === 'May 30, 2025'">
|
||||
<h2>
|
||||
<strong>FiEE, Inc. Announces Reinitiation of Trading on Nasdaq</strong>
|
||||
</h2>
|
||||
<p>May 30, 2025</p>
|
||||
<p>
|
||||
<em>Company will resume trading under its existing symbol "MINM"</em>
|
||||
</p>
|
||||
<p>
|
||||
<strong>Hong Kong, May 30, 2025 </strong>— FiEE, Inc. (“FiEE, Inc.” or
|
||||
the “Company”), a technology company integrating IoT, connectivity and
|
||||
AI to redefine brand management solutions in the digital era, is pleased
|
||||
to announce that following a hearing before the Nasdaq Hearings Panel
|
||||
(the “Panel”) on May 13, 2025, the Panel issued a decision on May 29,
|
||||
2025, stating that Nasdaq will reinstate trading of the Company's common
|
||||
stock on the Nasdaq Capital Market at the open of business on Monday,
|
||||
June 2, 2025 under the ticker symbol "MINM".
|
||||
</p>
|
||||
<p>
|
||||
<strong>Rafael Li, Chief Executive Officer of FiEE, </strong>commented,
|
||||
"We are honored to announce the reinitiation of trading of our common
|
||||
stock on Nasdaq, a significant milestone that reflects our unwavering
|
||||
commitment to operational excellence and strategic growth. We extend our
|
||||
sincere gratitude to the Nasdaq team for their prompt review and
|
||||
approval of our request, affirming our compliance with all applicable
|
||||
criteria for continued listing on the Nasdaq Capital Market.
|
||||
</p>
|
||||
<p>
|
||||
FiEE, Inc. is currently undergoing a strategic transformation aimed at
|
||||
capitalizing on broader market opportunities. Central to this evolution
|
||||
is our integrated approach, where cyber-hardened IoT connectivity
|
||||
converges with AI-driven content creation and audience targeting. This
|
||||
synergy is designed to empower Key Opinion Leaders (KOLs) and brands to
|
||||
achieve accelerated growth and deeper audience engagement. Leveraging
|
||||
IoT-connectivity solutions, AI and big data analytics, we are capable of
|
||||
delivering intelligent, multimedia and multilingual content tailored to
|
||||
diverse audiences. Coupling with AI targeting analysis, we enhance
|
||||
audience targeting capabilities, ensuring effective content placement
|
||||
and personalized promotions.
|
||||
</p>
|
||||
<p>
|
||||
As we advance, our focus remains on continuous innovation and strategic
|
||||
initiatives that drive long- term growth and shareholder value."
|
||||
</p>
|
||||
<h3>About FiEE, Inc.</h3>
|
||||
<p>
|
||||
FiEE, Inc. (NASDAQ: MINM), formerly Minim, Inc., was founded in 1977. It
|
||||
has a historical track record of delivering comprehensive WiFi/Software
|
||||
as a Service platform in the market. After years of development, it made
|
||||
the strategic decision to transition to a Software First Model in 2023
|
||||
to expand our technology portfolio and revenue streams. In 2025, FiEE,
|
||||
Inc. rebranded itself as a technology company leveraging the expertise
|
||||
in IoT, connectivity, and artificial intelligence ("AI") to explore new
|
||||
business prospects and extend our global footprint.
|
||||
</p>
|
||||
<p>
|
||||
Our services are structured into four key categories: Cloud-Managed
|
||||
Connectivity (WiFi) Platform, IoT Hardware Sales & Licensing, SAAS
|
||||
Solutions, and Professional To-C and To-B Services & Support.
|
||||
Notably, we have introduced our innovative Software as a Service
|
||||
("SaaS") solutions, which integrate our AI and data analytics
|
||||
capabilities into content creation and brand management. This initiative
|
||||
has led to the nurturing of a robust pool of Key Opinion Leaders (KOLs)
|
||||
on major social media platforms worldwide, assisting them in developing,
|
||||
managing, and optimizing their digital presence across global platforms.
|
||||
Our services include customized graphics and posts, short videos, and
|
||||
editorial calendars tailored to align with brand objectives.
|
||||
</p>
|
||||
<h3>Forward-Looking Statements</h3>
|
||||
<p>
|
||||
This communication contains forward-looking statements which include,
|
||||
but are not limited to, statements regarding the Company's listing of
|
||||
its common stock on Nasdaq; the impact of the listing; the Company's
|
||||
business strategy, including its strategic transformation; and the
|
||||
Company's ability to drive long-term growth and shareholder value. These
|
||||
forward-looking statements are subject to the safe harbor provisions
|
||||
under the Private Securities Litigation Reform Act of 1995. The
|
||||
Company's expectations and beliefs regarding these matters may not
|
||||
materialize. Actual outcomes and results may differ materially from
|
||||
those contemplated by these forward-looking statements as a result of
|
||||
uncertainties, risks, and changes in circumstances, including but not
|
||||
limited to risks and uncertainties related to: the ability of the
|
||||
Company to maintain compliance with the Nasdaq continued listing
|
||||
standards; the impact of fluctuations in global financial markets on the
|
||||
Company's business and the actions it may take in response thereto; the
|
||||
Company's ability to execute its plans and strategies; and the impact of
|
||||
government laws and regulations. Additional risks and uncertainties that
|
||||
could cause actual outcomes and results to differ materially from those
|
||||
contemplated by the forward- looking statements are included under the
|
||||
caption "Risk Factors" in the Company's Quarterly Report on Form 10-Q
|
||||
for the quarter ended March 31, 2025 and elsewhere in the Company's
|
||||
subsequent reports on Form 10-K, Form 10-Q or Form 8-K filed with the
|
||||
U.S. Securities and Exchange Commission from time to time and available
|
||||
at
|
||||
<a href="http://www.sec.gov/">www.sec.gov.</a>
|
||||
</p>
|
||||
<div><strong>Media </strong></div>
|
||||
<a href="mailto:fiee@dlkadvisory.com">fiee@dlkadvisory.com</a>
|
||||
<div>Source: FiEE, Inc.</div>
|
||||
</template>
|
||||
<template v-if="state.date === 'June 2, 2025'">
|
||||
<h2>
|
||||
<strong>FiEE, Inc. Closes Its First Day of Trading on NASDAQ </strong>
|
||||
</h2>
|
||||
<p>June 2, 2025</p>
|
||||
<p><em>Company resumed trading under its existing symbol "MINM" </em></p>
|
||||
<p>
|
||||
<strong>Hong Kong, 2 June 2025 </strong>— FiEE, Inc. (NASDAQ:MINM)
|
||||
(“FiEE, Inc.” or the “Company”), a technology company integrating IoT,
|
||||
connectivity and AI to redefine brand management solutions in the
|
||||
digital era, commenced the trading of its common stock on Monday, June
|
||||
2, 2025 on the Nasdaq Capital Market under the ticker symbol "MINM".
|
||||
</p>
|
||||
<p>
|
||||
With the vision of growing Key Opinion Leaders (“KOLs”) in the market,
|
||||
FiEE, Inc. is currently strategically transforming to seize market
|
||||
opportunities with its innovative brand management solutions for the
|
||||
underrecognized talents. Since 2023, FiEE, Inc. has been pivoting to a
|
||||
Software First business model through enhancing its MinimOS cloud
|
||||
platform and API suite for ISPs/OEMs, as well merging with e2Companies
|
||||
to broaden its technology and revenue base. Currently, it is offering
|
||||
multi-faceted IoT-enabled Connectivity Solutions for the talented
|
||||
individuals in the market, including Cloud-Managed Connectivity (WiFi)
|
||||
Platform, IoT Hardware Sales & Licensing, SAAS Solutions, and
|
||||
Professional To-C and To-B Services & Support.
|
||||
</p>
|
||||
<p>
|
||||
With its innovative positioning, FiEE, Inc. is addressing significant
|
||||
challenges faced by talented individuals in the market, such as
|
||||
insufficient promotion channels, overdependence on offline events, and
|
||||
high costs of conventional advertising. It is establishing a
|
||||
comprehensive value ecosystem that offers a secure, diverse and enduring
|
||||
platform for these talents, aiming to elevate their personal brand and
|
||||
influence. Leveraging robust technological foundation on cybersecurity,
|
||||
market analysis, AI and big data analysis, the Company is also
|
||||
positioned to safeguard original creations, digital arts, NFTs and
|
||||
exclusive content for these talented individuals.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Rafael Li, Chief Executive Officer of FiEE, Inc.</strong> added,
|
||||
"We are glad to witness our common stock resumed trading on Nasdaq. In
|
||||
the foreseeable future, I plan to lead the team to continuously enhance
|
||||
our technological capabilities, utilizing AI, big data analysis, and our
|
||||
long-standing IoT-enabled Connectivity Solutions to match potential
|
||||
users in the market and provide them with comprehensive solutions. Our
|
||||
long-term goal is to build a unique KOL community with billions of fans,
|
||||
empowering them to achieve sustained success in the digital landscape.
|
||||
We are confident that with our new positioning, FiEE, Inc. will reach
|
||||
new heights and create long-lasting value for our shareholders.”
|
||||
</p>
|
||||
<p><strong>About FiEE, Inc.</strong></p>
|
||||
<p>
|
||||
FiEE, Inc. (NASDAQ:MINM), formerly Minim, Inc., was founded in 1977. It
|
||||
has a historical track record of delivering comprehensive WiFi/Software
|
||||
as a Service platform in the market. After years of development, it made
|
||||
the strategic decision to transition to a Software First Model in 2023
|
||||
to expand its technology portfolio and revenue streams. In 2025, FiEE,
|
||||
Inc. rebranded itself as a technology company leveraging the expertise
|
||||
in IoT, connectivity, and AI to explore new business prospects and
|
||||
extend its global footprint.
|
||||
</p>
|
||||
<p>
|
||||
FiEE, Inc.'s services are structured into four key categories:
|
||||
Cloud-Managed Connectivity (WiFi) Platform, IoT Hardware Sales &
|
||||
Licensing, SAAS Solutions, and Professional To-C and To-B Services &
|
||||
Support. Notably, FiEE, Inc. has introduced its innovative Software as a
|
||||
Service solutions, which integrate its AI and data analytics
|
||||
capabilities into content creation and brand management. This initiative
|
||||
has led to the nurturing of a robust pool of KOLs on major social media
|
||||
platforms worldwide, assisting them in developing, managing, and
|
||||
optimizing their digital presence across global platforms. FiEE Inc.'s
|
||||
services include customized graphics and posts, short videos, and
|
||||
editorial calendars tailored to align with brand objectives.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Forward-Looking Statements</strong><br />This communication
|
||||
contains forward-looking statements which include, but are not limited
|
||||
to, statements regarding the Company's listing of its common stock on
|
||||
Nasdaq; the impact of the listing; the Company's business strategy,
|
||||
including its strategic transformation; and the Company's ability to
|
||||
drive long-term growth and shareholder value. These forward-looking
|
||||
statements are subject to the safe harbor provisions under the Private
|
||||
Securities Litigation Reform Act of 1995. The Company's expectations and
|
||||
beliefs regarding these matters may not materialize. Actual outcomes and
|
||||
results may differ materially from those contemplated by these
|
||||
forward-looking statements as a result of uncertainties, risks, and
|
||||
changes in circumstances, including but not limited to risks and
|
||||
uncertainties related to: the ability of the Company to maintain
|
||||
compliance with the Nasdaq continued listing standards; the impact of
|
||||
fluctuations in global financial markets on the Company's business and
|
||||
the actions it may take in response thereto; the Company's ability to
|
||||
execute its plans and strategies; and the impact of government laws and
|
||||
regulations. Additional risks and uncertainties that could cause actual
|
||||
outcomes and results to differ materially from those contemplated by the
|
||||
forward-looking statements are included under the caption "Risk Factors"
|
||||
in the Company's Quarterly Report on Form 10-Q for the quarter ended
|
||||
March 31, 2025 and elsewhere in the Company's subsequent reports on Form
|
||||
10-K, Form 10-Q or Form 8-K filed with the U.S. Securities and Exchange
|
||||
Commission from time to time and available at www.sec.gov.
|
||||
</p>
|
||||
|
||||
<div><strong>Media </strong></div>
|
||||
<a href="mailto:fiee@dlkadvisory.com">fiee@dlkadvisory.com</a>
|
||||
<div>Source: FiEE, Inc.</div>
|
||||
</template>
|
||||
<template v-if="state.date === 'June 3, 2025'">
|
||||
<h2>
|
||||
<strong
|
||||
>FiEE, Inc. seized market opportunities through 2025 Osaka
|
||||
Expo</strong
|
||||
>
|
||||
</h2>
|
||||
<p>3 June, 2025</p>
|
||||
<p>
|
||||
<strong>Hong Kong, 3 June 2025 </strong>— FiEE, Inc. (NASDAQ:MINM)
|
||||
(“FiEE, Inc.” or the “Company”), a technology company integrating IoT,
|
||||
connectivity and AI to redefine brand management solutions in the
|
||||
digital era, is pleased to announce significant business updates.
|
||||
</p>
|
||||
<p>
|
||||
Recently, FiEE, Inc. has entered into a strategic agency and cooperation
|
||||
agreement with Beijing Yilian World Expo Business Management Group Co.,
|
||||
Ltd. (“Beijing Yilian”). The Company is appointed as the agent to
|
||||
introduce businesses to participate in the international trade fair held
|
||||
at INTEX Osaka. The trade fair will be held from mid-June to August
|
||||
2025, featuring a diverse range of categories, including International
|
||||
Wine, Food and Equipment; International Leather and Footwear;
|
||||
International Tea, Ceramics, Jewelry, Watches, Crafts and Art;
|
||||
International Hardware, Building Materials and Interior Decoration;
|
||||
International New Energy and Emerging Industries Technology.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Rafael Li, Chief Executive Officer of FiEE, Inc.</strong>,
|
||||
commented, “INTEX Osaka is a famous International Trade Fair and
|
||||
Exhibition in Collaboration with the 2025 Osaka Expo. It is expected to
|
||||
draw numerous visitors, presenting a valuable opportunity for marketing
|
||||
and exposure. This strategic cooperation highlights the Company's
|
||||
extensive network resources, facilitating the identification of suitable
|
||||
businesses or Key Opinion Leaders (“KOLs”) to participate in
|
||||
international trade fairs, bolstering their reputation and influence.”
|
||||
</p>
|
||||
<p>
|
||||
In addition, the Company launched its new SaaS products for the talented
|
||||
individuals in March 2025, which is anticipated to generate recurring
|
||||
revenue streams while also scaling rapidly to capture a large customer
|
||||
base over time. The talented individuals subscribing for our SaaS
|
||||
products would gain access to abundant resources, such as brand /
|
||||
product partnership and sponsorship, affiliate marketing and product
|
||||
placement, IP protection services, among others. FiEE Inc. has signed
|
||||
sales contracts with 40 new customers, securing over US$200,000 in
|
||||
expected revenue in less than two months.
|
||||
</p>
|
||||
<p>
|
||||
FiEE, Inc. is currently undergoing a strategic transformation to seize
|
||||
market opportunities with its innovative brand management solutions for
|
||||
underrecognized talents. It is offering multi-faceted IoT-enabled
|
||||
Connectivity Solutions for the talented individuals in the market,
|
||||
including Cloud-Managed Connectivity (WiFi) Platform, IoT Hardware Sales
|
||||
& Licensing, SAAS Solutions, and Professional To-C and To-B Services
|
||||
& Support.
|
||||
</p>
|
||||
<p>
|
||||
With its innovative positioning, FiEE, Inc. is establishing a
|
||||
comprehensive value ecosystem that offers a secure, diverse and enduring
|
||||
platform for the talented individuals, aiming to elevate their personal
|
||||
brand and influence. Leveraging a robust technological foundation on
|
||||
cybersecurity, market analysis, AI and big data analysis, the Company is
|
||||
also positioned to safeguard original creations, digital arts, NFTs and
|
||||
exclusive content for these talented individuals.
|
||||
</p>
|
||||
<p>
|
||||
FiEE, Inc.’s long-term goal is to build a unique KOL community with
|
||||
billions of fans, empowering them to achieve sustained success in the
|
||||
digital landscape. With its new positioning, the Company believes it
|
||||
will reach new heights and create long-lasting value for its
|
||||
shareholders.
|
||||
</p>
|
||||
<p><strong>About FiEE, Inc.</strong></p>
|
||||
<p>
|
||||
FiEE, Inc. (NASDAQ:MINM), formerly Minim, Inc., was founded in 1977. It
|
||||
has a historical track record of delivering comprehensive WiFi/Software
|
||||
as a Service platform in the market. After years of development, it made
|
||||
the strategic decision to transition to a Software First Model in 2023
|
||||
to expand its technology portfolio and revenue streams. In 2025, FiEE,
|
||||
Inc. rebranded itself as a technology company leveraging its expertise
|
||||
in IoT, connectivity, and AI to explore new business prospects and
|
||||
extend its global footprint.
|
||||
</p>
|
||||
<p>
|
||||
FiEE, Inc.’s services are structured into four key categories:
|
||||
Cloud-Managed Connectivity (WiFi) Platform, IoT Hardware Sales &
|
||||
Licensing, SAAS Solutions, and Professional To-C and To-B Services &
|
||||
Support. Notably, FiEE, Inc. has introduced its innovative Software as a
|
||||
Service solutions, which integrate its AI and data analytics
|
||||
capabilities into content creation and brand management. This initiative
|
||||
has led to the nurturing of a robust pool of KOLs on major social media
|
||||
platforms worldwide, assisting them in developing, managing, and
|
||||
optimizing their digital presence across global platforms. FiEE Inc.’s
|
||||
services include customized graphics and posts, short videos, and
|
||||
editorial calendars tailored to align with brand objectives.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Forward-Looking Statements</strong><br />This communication
|
||||
contains forward-looking statements which include, but are not limited
|
||||
to, statements regarding the benefits of the strategic agency and
|
||||
cooperation agreement entered into with Beijing Yilian; the expected
|
||||
success of the Company’s new SaaS products; the Company’s business
|
||||
strategy, including its strategic transformation; and the Company’s
|
||||
ability to drive long-term growth and shareholder value. These
|
||||
forward-looking statements are subject to the safe harbor provisions
|
||||
under the Private Securities Litigation Reform Act of 1995. The
|
||||
Company’s expectations and beliefs regarding these matters may not
|
||||
materialize. Actual outcomes and results may differ materially from
|
||||
those contemplated by these forward-looking statements as a result of
|
||||
uncertainties, risks, and changes in circumstances, including but not
|
||||
limited to risks and uncertainties related to: the ability of the
|
||||
Company to maintain compliance with the Nasdaq continued listing
|
||||
standards; the impact of fluctuations in global financial markets on the
|
||||
Company’s business and the actions it may take in response thereto; the
|
||||
Company’s ability to execute its plans and strategies; and the impact of
|
||||
government laws and regulations. Additional risks and uncertainties that
|
||||
could cause actual outcomes and results to differ materially from those
|
||||
contemplated by the forward-looking statements are included under the
|
||||
caption “Risk Factors” in the Company’s Quarterly Report on Form 10-Q
|
||||
for the quarter ended March 31, 2025 and elsewhere in the Company’s
|
||||
subsequent reports on Form 10-K, Form 10-Q or Form 8-K filed with the
|
||||
U.S. Securities and Exchange Commission from time to time and available
|
||||
at www.sec.gov.
|
||||
</p>
|
||||
|
||||
<div><strong>Media </strong></div>
|
||||
<a href="mailto:fiee@dlkadvisory.com">fiee@dlkadvisory.com</a>
|
||||
<div>Source: FiEE, Inc.</div>
|
||||
</template>
|
||||
<div id="my-richText"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -345,15 +12,31 @@ import { useI18n } from "vue-i18n";
|
||||
const { t } = useI18n();
|
||||
import { useRoute } from "vue-router";
|
||||
const route = useRoute();
|
||||
import axios from 'axios'
|
||||
|
||||
const state = reactive({
|
||||
date: "",
|
||||
id: "", // 新闻id
|
||||
});
|
||||
onMounted(() => {
|
||||
if (route.query.date) {
|
||||
state.date = route.query.date;
|
||||
if (route.query.id) {
|
||||
state.id = route.query.id;
|
||||
}
|
||||
getPressReleasesInfo();
|
||||
});
|
||||
|
||||
//获取新闻信息
|
||||
const getPressReleasesInfo = () => {
|
||||
let url = 'http://172.16.100.93:9020/api/fiee/pressreleases?id=' + state.id
|
||||
axios.get(url).then((res) => {
|
||||
// console.log(res)
|
||||
if (res.status === 200) {
|
||||
if (res.data.status === 0) {
|
||||
const myRichText = document.getElementById('my-richText')
|
||||
myRichText.innerHTML = res.data.data.content
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
@ -1,339 +1,6 @@
|
||||
<template>
|
||||
<div class="page-container">
|
||||
<template v-if="state.date === 'May 30, 2025'">
|
||||
<h2>
|
||||
<strong>FiEE, Inc. Announces Reinitiation of Trading on Nasdaq</strong>
|
||||
</h2>
|
||||
<p>May 30, 2025</p>
|
||||
<p>
|
||||
<em>Company will resume trading under its existing symbol "MINM"</em>
|
||||
</p>
|
||||
<p>
|
||||
<strong>Hong Kong, May 30, 2025 </strong>— FiEE, Inc. (“FiEE, Inc.” or
|
||||
the “Company”), a technology company integrating IoT, connectivity and
|
||||
AI to redefine brand management solutions in the digital era, is pleased
|
||||
to announce that following a hearing before the Nasdaq Hearings Panel
|
||||
(the “Panel”) on May 13, 2025, the Panel issued a decision on May 29,
|
||||
2025, stating that Nasdaq will reinstate trading of the Company's common
|
||||
stock on the Nasdaq Capital Market at the open of business on Monday,
|
||||
June 2, 2025 under the ticker symbol "MINM".
|
||||
</p>
|
||||
<p>
|
||||
<strong>Rafael Li, Chief Executive Officer of FiEE, </strong>commented,
|
||||
"We are honored to announce the reinitiation of trading of our common
|
||||
stock on Nasdaq, a significant milestone that reflects our unwavering
|
||||
commitment to operational excellence and strategic growth. We extend our
|
||||
sincere gratitude to the Nasdaq team for their prompt review and
|
||||
approval of our request, affirming our compliance with all applicable
|
||||
criteria for continued listing on the Nasdaq Capital Market.
|
||||
</p>
|
||||
<p>
|
||||
FiEE, Inc. is currently undergoing a strategic transformation aimed at
|
||||
capitalizing on broader market opportunities. Central to this evolution
|
||||
is our integrated approach, where cyber-hardened IoT connectivity
|
||||
converges with AI-driven content creation and audience targeting. This
|
||||
synergy is designed to empower Key Opinion Leaders (KOLs) and brands to
|
||||
achieve accelerated growth and deeper audience engagement. Leveraging
|
||||
IoT-connectivity solutions, AI and big data analytics, we are capable of
|
||||
delivering intelligent, multimedia and multilingual content tailored to
|
||||
diverse audiences. Coupling with AI targeting analysis, we enhance
|
||||
audience targeting capabilities, ensuring effective content placement
|
||||
and personalized promotions.
|
||||
</p>
|
||||
<p>
|
||||
As we advance, our focus remains on continuous innovation and strategic
|
||||
initiatives that drive long- term growth and shareholder value."
|
||||
</p>
|
||||
<h3>About FiEE, Inc.</h3>
|
||||
<p>
|
||||
FiEE, Inc. (NASDAQ: MINM), formerly Minim, Inc., was founded in 1977. It
|
||||
has a historical track record of delivering comprehensive WiFi/Software
|
||||
as a Service platform in the market. After years of development, it made
|
||||
the strategic decision to transition to a Software First Model in 2023
|
||||
to expand our technology portfolio and revenue streams. In 2025, FiEE,
|
||||
Inc. rebranded itself as a technology company leveraging the expertise
|
||||
in IoT, connectivity, and artificial intelligence ("AI") to explore new
|
||||
business prospects and extend our global footprint.
|
||||
</p>
|
||||
<p>
|
||||
Our services are structured into four key categories: Cloud-Managed
|
||||
Connectivity (WiFi) Platform, IoT Hardware Sales & Licensing, SAAS
|
||||
Solutions, and Professional To-C and To-B Services & Support.
|
||||
Notably, we have introduced our innovative Software as a Service
|
||||
("SaaS") solutions, which integrate our AI and data analytics
|
||||
capabilities into content creation and brand management. This initiative
|
||||
has led to the nurturing of a robust pool of Key Opinion Leaders (KOLs)
|
||||
on major social media platforms worldwide, assisting them in developing,
|
||||
managing, and optimizing their digital presence across global platforms.
|
||||
Our services include customized graphics and posts, short videos, and
|
||||
editorial calendars tailored to align with brand objectives.
|
||||
</p>
|
||||
<h3>Forward-Looking Statements</h3>
|
||||
<p>
|
||||
This communication contains forward-looking statements which include,
|
||||
but are not limited to, statements regarding the Company's listing of
|
||||
its common stock on Nasdaq; the impact of the listing; the Company's
|
||||
business strategy, including its strategic transformation; and the
|
||||
Company's ability to drive long-term growth and shareholder value. These
|
||||
forward-looking statements are subject to the safe harbor provisions
|
||||
under the Private Securities Litigation Reform Act of 1995. The
|
||||
Company's expectations and beliefs regarding these matters may not
|
||||
materialize. Actual outcomes and results may differ materially from
|
||||
those contemplated by these forward-looking statements as a result of
|
||||
uncertainties, risks, and changes in circumstances, including but not
|
||||
limited to risks and uncertainties related to: the ability of the
|
||||
Company to maintain compliance with the Nasdaq continued listing
|
||||
standards; the impact of fluctuations in global financial markets on the
|
||||
Company's business and the actions it may take in response thereto; the
|
||||
Company's ability to execute its plans and strategies; and the impact of
|
||||
government laws and regulations. Additional risks and uncertainties that
|
||||
could cause actual outcomes and results to differ materially from those
|
||||
contemplated by the forward- looking statements are included under the
|
||||
caption "Risk Factors" in the Company's Quarterly Report on Form 10-Q
|
||||
for the quarter ended March 31, 2025 and elsewhere in the Company's
|
||||
subsequent reports on Form 10-K, Form 10-Q or Form 8-K filed with the
|
||||
U.S. Securities and Exchange Commission from time to time and available
|
||||
at
|
||||
<a href="http://www.sec.gov/">www.sec.gov.</a>
|
||||
</p>
|
||||
<div><strong>Media </strong></div>
|
||||
<a href="mailto:fiee@dlkadvisory.com">fiee@dlkadvisory.com</a>
|
||||
<div>Source: FiEE, Inc.</div>
|
||||
</template>
|
||||
<template v-if="state.date === 'June 2, 2025'">
|
||||
<h2>
|
||||
<strong>FiEE, Inc. Closes Its First Day of Trading on NASDAQ </strong>
|
||||
</h2>
|
||||
<p>June 2, 2025</p>
|
||||
<p><em>Company resumed trading under its existing symbol "MINM" </em></p>
|
||||
<p>
|
||||
<strong>Hong Kong, 2 June 2025 </strong>— FiEE, Inc. (NASDAQ:MINM)
|
||||
(“FiEE, Inc.” or the “Company”), a technology company integrating IoT,
|
||||
connectivity and AI to redefine brand management solutions in the
|
||||
digital era, commenced the trading of its common stock on Monday, June
|
||||
2, 2025 on the Nasdaq Capital Market under the ticker symbol "MINM".
|
||||
</p>
|
||||
<p>
|
||||
With the vision of growing Key Opinion Leaders (“KOLs”) in the market,
|
||||
FiEE, Inc. is currently strategically transforming to seize market
|
||||
opportunities with its innovative brand management solutions for the
|
||||
underrecognized talents. Since 2023, FiEE, Inc. has been pivoting to a
|
||||
Software First business model through enhancing its MinimOS cloud
|
||||
platform and API suite for ISPs/OEMs, as well merging with e2Companies
|
||||
to broaden its technology and revenue base. Currently, it is offering
|
||||
multi-faceted IoT-enabled Connectivity Solutions for the talented
|
||||
individuals in the market, including Cloud-Managed Connectivity (WiFi)
|
||||
Platform, IoT Hardware Sales & Licensing, SAAS Solutions, and
|
||||
Professional To-C and To-B Services & Support.
|
||||
</p>
|
||||
<p>
|
||||
With its innovative positioning, FiEE, Inc. is addressing significant
|
||||
challenges faced by talented individuals in the market, such as
|
||||
insufficient promotion channels, overdependence on offline events, and
|
||||
high costs of conventional advertising. It is establishing a
|
||||
comprehensive value ecosystem that offers a secure, diverse and enduring
|
||||
platform for these talents, aiming to elevate their personal brand and
|
||||
influence. Leveraging robust technological foundation on cybersecurity,
|
||||
market analysis, AI and big data analysis, the Company is also
|
||||
positioned to safeguard original creations, digital arts, NFTs and
|
||||
exclusive content for these talented individuals.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Rafael Li, Chief Executive Officer of FiEE, Inc.</strong> added,
|
||||
"We are glad to witness our common stock resumed trading on Nasdaq. In
|
||||
the foreseeable future, I plan to lead the team to continuously enhance
|
||||
our technological capabilities, utilizing AI, big data analysis, and our
|
||||
long-standing IoT-enabled Connectivity Solutions to match potential
|
||||
users in the market and provide them with comprehensive solutions. Our
|
||||
long-term goal is to build a unique KOL community with billions of fans,
|
||||
empowering them to achieve sustained success in the digital landscape.
|
||||
We are confident that with our new positioning, FiEE, Inc. will reach
|
||||
new heights and create long-lasting value for our shareholders.”
|
||||
</p>
|
||||
<p><strong>About FiEE, Inc.</strong></p>
|
||||
<p>
|
||||
FiEE, Inc. (NASDAQ:MINM), formerly Minim, Inc., was founded in 1977. It
|
||||
has a historical track record of delivering comprehensive WiFi/Software
|
||||
as a Service platform in the market. After years of development, it made
|
||||
the strategic decision to transition to a Software First Model in 2023
|
||||
to expand its technology portfolio and revenue streams. In 2025, FiEE,
|
||||
Inc. rebranded itself as a technology company leveraging the expertise
|
||||
in IoT, connectivity, and AI to explore new business prospects and
|
||||
extend its global footprint.
|
||||
</p>
|
||||
<p>
|
||||
FiEE, Inc.'s services are structured into four key categories:
|
||||
Cloud-Managed Connectivity (WiFi) Platform, IoT Hardware Sales &
|
||||
Licensing, SAAS Solutions, and Professional To-C and To-B Services &
|
||||
Support. Notably, FiEE, Inc. has introduced its innovative Software as a
|
||||
Service solutions, which integrate its AI and data analytics
|
||||
capabilities into content creation and brand management. This initiative
|
||||
has led to the nurturing of a robust pool of KOLs on major social media
|
||||
platforms worldwide, assisting them in developing, managing, and
|
||||
optimizing their digital presence across global platforms. FiEE Inc.'s
|
||||
services include customized graphics and posts, short videos, and
|
||||
editorial calendars tailored to align with brand objectives.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Forward-Looking Statements</strong><br />This communication
|
||||
contains forward-looking statements which include, but are not limited
|
||||
to, statements regarding the Company's listing of its common stock on
|
||||
Nasdaq; the impact of the listing; the Company's business strategy,
|
||||
including its strategic transformation; and the Company's ability to
|
||||
drive long-term growth and shareholder value. These forward-looking
|
||||
statements are subject to the safe harbor provisions under the Private
|
||||
Securities Litigation Reform Act of 1995. The Company's expectations and
|
||||
beliefs regarding these matters may not materialize. Actual outcomes and
|
||||
results may differ materially from those contemplated by these
|
||||
forward-looking statements as a result of uncertainties, risks, and
|
||||
changes in circumstances, including but not limited to risks and
|
||||
uncertainties related to: the ability of the Company to maintain
|
||||
compliance with the Nasdaq continued listing standards; the impact of
|
||||
fluctuations in global financial markets on the Company's business and
|
||||
the actions it may take in response thereto; the Company's ability to
|
||||
execute its plans and strategies; and the impact of government laws and
|
||||
regulations. Additional risks and uncertainties that could cause actual
|
||||
outcomes and results to differ materially from those contemplated by the
|
||||
forward-looking statements are included under the caption "Risk Factors"
|
||||
in the Company's Quarterly Report on Form 10-Q for the quarter ended
|
||||
March 31, 2025 and elsewhere in the Company's subsequent reports on Form
|
||||
10-K, Form 10-Q or Form 8-K filed with the U.S. Securities and Exchange
|
||||
Commission from time to time and available at www.sec.gov.
|
||||
</p>
|
||||
|
||||
<div><strong>Media </strong></div>
|
||||
<a href="mailto:fiee@dlkadvisory.com">fiee@dlkadvisory.com</a>
|
||||
<div>Source: FiEE, Inc.</div>
|
||||
</template>
|
||||
<template v-if="state.date === 'June 3, 2025'">
|
||||
<h2>
|
||||
<strong
|
||||
>FiEE, Inc. seized market opportunities through 2025 Osaka
|
||||
Expo</strong
|
||||
>
|
||||
</h2>
|
||||
<p>3 June, 2025</p>
|
||||
<p>
|
||||
<strong>Hong Kong, 3 June 2025 </strong>— FiEE, Inc. (NASDAQ:MINM)
|
||||
(“FiEE, Inc.” or the “Company”), a technology company integrating IoT,
|
||||
connectivity and AI to redefine brand management solutions in the
|
||||
digital era, is pleased to announce significant business updates.
|
||||
</p>
|
||||
<p>
|
||||
Recently, FiEE, Inc. has entered into a strategic agency and cooperation
|
||||
agreement with Beijing Yilian World Expo Business Management Group Co.,
|
||||
Ltd. (“Beijing Yilian”). The Company is appointed as the agent to
|
||||
introduce businesses to participate in the international trade fair held
|
||||
at INTEX Osaka. The trade fair will be held from mid-June to August
|
||||
2025, featuring a diverse range of categories, including International
|
||||
Wine, Food and Equipment; International Leather and Footwear;
|
||||
International Tea, Ceramics, Jewelry, Watches, Crafts and Art;
|
||||
International Hardware, Building Materials and Interior Decoration;
|
||||
International New Energy and Emerging Industries Technology.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Rafael Li, Chief Executive Officer of FiEE, Inc.</strong>,
|
||||
commented, “INTEX Osaka is a famous International Trade Fair and
|
||||
Exhibition in Collaboration with the 2025 Osaka Expo. It is expected to
|
||||
draw numerous visitors, presenting a valuable opportunity for marketing
|
||||
and exposure. This strategic cooperation highlights the Company's
|
||||
extensive network resources, facilitating the identification of suitable
|
||||
businesses or Key Opinion Leaders (“KOLs”) to participate in
|
||||
international trade fairs, bolstering their reputation and influence.”
|
||||
</p>
|
||||
<p>
|
||||
In addition, the Company launched its new SaaS products for the talented
|
||||
individuals in March 2025, which is anticipated to generate recurring
|
||||
revenue streams while also scaling rapidly to capture a large customer
|
||||
base over time. The talented individuals subscribing for our SaaS
|
||||
products would gain access to abundant resources, such as brand /
|
||||
product partnership and sponsorship, affiliate marketing and product
|
||||
placement, IP protection services, among others. FiEE Inc. has signed
|
||||
sales contracts with 40 new customers, securing over US$200,000 in
|
||||
expected revenue in less than two months.
|
||||
</p>
|
||||
<p>
|
||||
FiEE, Inc. is currently undergoing a strategic transformation to seize
|
||||
market opportunities with its innovative brand management solutions for
|
||||
underrecognized talents. It is offering multi-faceted IoT-enabled
|
||||
Connectivity Solutions for the talented individuals in the market,
|
||||
including Cloud-Managed Connectivity (WiFi) Platform, IoT Hardware Sales
|
||||
& Licensing, SAAS Solutions, and Professional To-C and To-B Services
|
||||
& Support.
|
||||
</p>
|
||||
<p>
|
||||
With its innovative positioning, FiEE, Inc. is establishing a
|
||||
comprehensive value ecosystem that offers a secure, diverse and enduring
|
||||
platform for the talented individuals, aiming to elevate their personal
|
||||
brand and influence. Leveraging a robust technological foundation on
|
||||
cybersecurity, market analysis, AI and big data analysis, the Company is
|
||||
also positioned to safeguard original creations, digital arts, NFTs and
|
||||
exclusive content for these talented individuals.
|
||||
</p>
|
||||
<p>
|
||||
FiEE, Inc.’s long-term goal is to build a unique KOL community with
|
||||
billions of fans, empowering them to achieve sustained success in the
|
||||
digital landscape. With its new positioning, the Company believes it
|
||||
will reach new heights and create long-lasting value for its
|
||||
shareholders.
|
||||
</p>
|
||||
<p><strong>About FiEE, Inc.</strong></p>
|
||||
<p>
|
||||
FiEE, Inc. (NASDAQ:MINM), formerly Minim, Inc., was founded in 1977. It
|
||||
has a historical track record of delivering comprehensive WiFi/Software
|
||||
as a Service platform in the market. After years of development, it made
|
||||
the strategic decision to transition to a Software First Model in 2023
|
||||
to expand its technology portfolio and revenue streams. In 2025, FiEE,
|
||||
Inc. rebranded itself as a technology company leveraging its expertise
|
||||
in IoT, connectivity, and AI to explore new business prospects and
|
||||
extend its global footprint.
|
||||
</p>
|
||||
<p>
|
||||
FiEE, Inc.’s services are structured into four key categories:
|
||||
Cloud-Managed Connectivity (WiFi) Platform, IoT Hardware Sales &
|
||||
Licensing, SAAS Solutions, and Professional To-C and To-B Services &
|
||||
Support. Notably, FiEE, Inc. has introduced its innovative Software as a
|
||||
Service solutions, which integrate its AI and data analytics
|
||||
capabilities into content creation and brand management. This initiative
|
||||
has led to the nurturing of a robust pool of KOLs on major social media
|
||||
platforms worldwide, assisting them in developing, managing, and
|
||||
optimizing their digital presence across global platforms. FiEE Inc.’s
|
||||
services include customized graphics and posts, short videos, and
|
||||
editorial calendars tailored to align with brand objectives.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Forward-Looking Statements</strong><br />This communication
|
||||
contains forward-looking statements which include, but are not limited
|
||||
to, statements regarding the benefits of the strategic agency and
|
||||
cooperation agreement entered into with Beijing Yilian; the expected
|
||||
success of the Company’s new SaaS products; the Company’s business
|
||||
strategy, including its strategic transformation; and the Company’s
|
||||
ability to drive long-term growth and shareholder value. These
|
||||
forward-looking statements are subject to the safe harbor provisions
|
||||
under the Private Securities Litigation Reform Act of 1995. The
|
||||
Company’s expectations and beliefs regarding these matters may not
|
||||
materialize. Actual outcomes and results may differ materially from
|
||||
those contemplated by these forward-looking statements as a result of
|
||||
uncertainties, risks, and changes in circumstances, including but not
|
||||
limited to risks and uncertainties related to: the ability of the
|
||||
Company to maintain compliance with the Nasdaq continued listing
|
||||
standards; the impact of fluctuations in global financial markets on the
|
||||
Company’s business and the actions it may take in response thereto; the
|
||||
Company’s ability to execute its plans and strategies; and the impact of
|
||||
government laws and regulations. Additional risks and uncertainties that
|
||||
could cause actual outcomes and results to differ materially from those
|
||||
contemplated by the forward-looking statements are included under the
|
||||
caption “Risk Factors” in the Company’s Quarterly Report on Form 10-Q
|
||||
for the quarter ended March 31, 2025 and elsewhere in the Company’s
|
||||
subsequent reports on Form 10-K, Form 10-Q or Form 8-K filed with the
|
||||
U.S. Securities and Exchange Commission from time to time and available
|
||||
at www.sec.gov.
|
||||
</p>
|
||||
|
||||
<div><strong>Media </strong></div>
|
||||
<a href="mailto:fiee@dlkadvisory.com">fiee@dlkadvisory.com</a>
|
||||
<div>Source: FiEE, Inc.</div>
|
||||
</template>
|
||||
<div id="my-richText"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -345,15 +12,31 @@ import { useI18n } from "vue-i18n";
|
||||
const { t } = useI18n();
|
||||
import { useRoute } from "vue-router";
|
||||
const route = useRoute();
|
||||
import axios from 'axios'
|
||||
|
||||
const state = reactive({
|
||||
date: "",
|
||||
id: "", // 新闻id
|
||||
});
|
||||
onMounted(() => {
|
||||
if (route.query.date) {
|
||||
state.date = route.query.date;
|
||||
if (route.query.id) {
|
||||
state.id = route.query.id;
|
||||
}
|
||||
getPressReleasesInfo();
|
||||
});
|
||||
|
||||
//获取新闻信息
|
||||
const getPressReleasesInfo = () => {
|
||||
let url = 'http://172.16.100.93:9020/api/fiee/pressreleases?id=' + state.id
|
||||
axios.get(url).then((res) => {
|
||||
// console.log(res)
|
||||
if (res.status === 200) {
|
||||
if (res.data.status === 0) {
|
||||
const myRichText = document.getElementById('my-richText')
|
||||
myRichText.innerHTML = res.data.data.content
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
</script>
|
||||
<style scoped lang="scss">
|
||||
.page-container {
|
||||
|
@ -1,340 +1,6 @@
|
||||
<template>
|
||||
<div class="page-container">
|
||||
<template v-if="state.date === 'May 30, 2025'">
|
||||
<h2>
|
||||
<strong>FiEE, Inc. Announces Reinitiation of Trading on Nasdaq</strong>
|
||||
</h2>
|
||||
<p>May 30, 2025</p>
|
||||
<p>
|
||||
<em>Company will resume trading under its existing symbol "MINM"</em>
|
||||
</p>
|
||||
<p>
|
||||
<strong>Hong Kong, May 30, 2025 </strong>— FiEE, Inc. (“FiEE, Inc.” or
|
||||
the “Company”), a technology company integrating IoT, connectivity and
|
||||
AI to redefine brand management solutions in the digital era, is pleased
|
||||
to announce that following a hearing before the Nasdaq Hearings Panel
|
||||
(the “Panel”) on May 13, 2025, the Panel issued a decision on May 29,
|
||||
2025, stating that Nasdaq will reinstate trading of the Company's common
|
||||
stock on the Nasdaq Capital Market at the open of business on Monday,
|
||||
June 2, 2025 under the ticker symbol "MINM".
|
||||
</p>
|
||||
<p>
|
||||
<strong>Rafael Li, Chief Executive Officer of FiEE, </strong>commented,
|
||||
"We are honored to announce the reinitiation of trading of our common
|
||||
stock on Nasdaq, a significant milestone that reflects our unwavering
|
||||
commitment to operational excellence and strategic growth. We extend our
|
||||
sincere gratitude to the Nasdaq team for their prompt review and
|
||||
approval of our request, affirming our compliance with all applicable
|
||||
criteria for continued listing on the Nasdaq Capital Market.
|
||||
</p>
|
||||
<p>
|
||||
FiEE, Inc. is currently undergoing a strategic transformation aimed at
|
||||
capitalizing on broader market opportunities. Central to this evolution
|
||||
is our integrated approach, where cyber-hardened IoT connectivity
|
||||
converges with AI-driven content creation and audience targeting. This
|
||||
synergy is designed to empower Key Opinion Leaders (KOLs) and brands to
|
||||
achieve accelerated growth and deeper audience engagement. Leveraging
|
||||
IoT-connectivity solutions, AI and big data analytics, we are capable of
|
||||
delivering intelligent, multimedia and multilingual content tailored to
|
||||
diverse audiences. Coupling with AI targeting analysis, we enhance
|
||||
audience targeting capabilities, ensuring effective content placement
|
||||
and personalized promotions.
|
||||
</p>
|
||||
<p>
|
||||
As we advance, our focus remains on continuous innovation and strategic
|
||||
initiatives that drive long- term growth and shareholder value."
|
||||
</p>
|
||||
<h3>About FiEE, Inc.</h3>
|
||||
<p>
|
||||
FiEE, Inc. (NASDAQ: MINM), formerly Minim, Inc., was founded in 1977. It
|
||||
has a historical track record of delivering comprehensive WiFi/Software
|
||||
as a Service platform in the market. After years of development, it made
|
||||
the strategic decision to transition to a Software First Model in 2023
|
||||
to expand our technology portfolio and revenue streams. In 2025, FiEE,
|
||||
Inc. rebranded itself as a technology company leveraging the expertise
|
||||
in IoT, connectivity, and artificial intelligence ("AI") to explore new
|
||||
business prospects and extend our global footprint.
|
||||
</p>
|
||||
<p>
|
||||
Our services are structured into four key categories: Cloud-Managed
|
||||
Connectivity (WiFi) Platform, IoT Hardware Sales & Licensing, SAAS
|
||||
Solutions, and Professional To-C and To-B Services & Support.
|
||||
Notably, we have introduced our innovative Software as a Service
|
||||
("SaaS") solutions, which integrate our AI and data analytics
|
||||
capabilities into content creation and brand management. This initiative
|
||||
has led to the nurturing of a robust pool of Key Opinion Leaders (KOLs)
|
||||
on major social media platforms worldwide, assisting them in developing,
|
||||
managing, and optimizing their digital presence across global platforms.
|
||||
Our services include customized graphics and posts, short videos, and
|
||||
editorial calendars tailored to align with brand objectives.
|
||||
</p>
|
||||
<h3>Forward-Looking Statements</h3>
|
||||
<p>
|
||||
This communication contains forward-looking statements which include,
|
||||
but are not limited to, statements regarding the Company's listing of
|
||||
its common stock on Nasdaq; the impact of the listing; the Company's
|
||||
business strategy, including its strategic transformation; and the
|
||||
Company's ability to drive long-term growth and shareholder value. These
|
||||
forward-looking statements are subject to the safe harbor provisions
|
||||
under the Private Securities Litigation Reform Act of 1995. The
|
||||
Company's expectations and beliefs regarding these matters may not
|
||||
materialize. Actual outcomes and results may differ materially from
|
||||
those contemplated by these forward-looking statements as a result of
|
||||
uncertainties, risks, and changes in circumstances, including but not
|
||||
limited to risks and uncertainties related to: the ability of the
|
||||
Company to maintain compliance with the Nasdaq continued listing
|
||||
standards; the impact of fluctuations in global financial markets on the
|
||||
Company's business and the actions it may take in response thereto; the
|
||||
Company's ability to execute its plans and strategies; and the impact of
|
||||
government laws and regulations. Additional risks and uncertainties that
|
||||
could cause actual outcomes and results to differ materially from those
|
||||
contemplated by the forward- looking statements are included under the
|
||||
caption "Risk Factors" in the Company's Quarterly Report on Form 10-Q
|
||||
for the quarter ended March 31, 2025 and elsewhere in the Company's
|
||||
subsequent reports on Form 10-K, Form 10-Q or Form 8-K filed with the
|
||||
U.S. Securities and Exchange Commission from time to time and available
|
||||
at
|
||||
<a href="http://www.sec.gov/">www.sec.gov.</a>
|
||||
</p>
|
||||
<div><strong>Media </strong></div>
|
||||
<a href="mailto:fiee@dlkadvisory.com">fiee@dlkadvisory.com</a>
|
||||
<div>Source: FiEE, Inc.</div>
|
||||
</template>
|
||||
<template v-if="state.date === 'June 2, 2025'">
|
||||
<h2>
|
||||
<strong>FiEE, Inc. Closes Its First Day of Trading on NASDAQ </strong>
|
||||
</h2>
|
||||
<p>June 2, 2025</p>
|
||||
<p><em>Company resumed trading under its existing symbol "MINM" </em></p>
|
||||
<p>
|
||||
<strong>Hong Kong, 2 June 2025 </strong>— FiEE, Inc. (NASDAQ:MINM)
|
||||
(“FiEE, Inc.” or the “Company”), a technology company integrating IoT,
|
||||
connectivity and AI to redefine brand management solutions in the
|
||||
digital era, commenced the trading of its common stock on Monday, June
|
||||
2, 2025 on the Nasdaq Capital Market under the ticker symbol "MINM".
|
||||
</p>
|
||||
<p>
|
||||
With the vision of growing Key Opinion Leaders (“KOLs”) in the market,
|
||||
FiEE, Inc. is currently strategically transforming to seize market
|
||||
opportunities with its innovative brand management solutions for the
|
||||
underrecognized talents. Since 2023, FiEE, Inc. has been pivoting to a
|
||||
Software First business model through enhancing its MinimOS cloud
|
||||
platform and API suite for ISPs/OEMs, as well merging with e2Companies
|
||||
to broaden its technology and revenue base. Currently, it is offering
|
||||
multi-faceted IoT-enabled Connectivity Solutions for the talented
|
||||
individuals in the market, including Cloud-Managed Connectivity (WiFi)
|
||||
Platform, IoT Hardware Sales & Licensing, SAAS Solutions, and
|
||||
Professional To-C and To-B Services & Support.
|
||||
</p>
|
||||
<p>
|
||||
With its innovative positioning, FiEE, Inc. is addressing significant
|
||||
challenges faced by talented individuals in the market, such as
|
||||
insufficient promotion channels, overdependence on offline events, and
|
||||
high costs of conventional advertising. It is establishing a
|
||||
comprehensive value ecosystem that offers a secure, diverse and enduring
|
||||
platform for these talents, aiming to elevate their personal brand and
|
||||
influence. Leveraging robust technological foundation on cybersecurity,
|
||||
market analysis, AI and big data analysis, the Company is also
|
||||
positioned to safeguard original creations, digital arts, NFTs and
|
||||
exclusive content for these talented individuals.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Rafael Li, Chief Executive Officer of FiEE, Inc.</strong> added,
|
||||
"We are glad to witness our common stock resumed trading on Nasdaq. In
|
||||
the foreseeable future, I plan to lead the team to continuously enhance
|
||||
our technological capabilities, utilizing AI, big data analysis, and our
|
||||
long-standing IoT-enabled Connectivity Solutions to match potential
|
||||
users in the market and provide them with comprehensive solutions. Our
|
||||
long-term goal is to build a unique KOL community with billions of fans,
|
||||
empowering them to achieve sustained success in the digital landscape.
|
||||
We are confident that with our new positioning, FiEE, Inc. will reach
|
||||
new heights and create long-lasting value for our shareholders.”
|
||||
</p>
|
||||
<p><strong>About FiEE, Inc.</strong></p>
|
||||
<p>
|
||||
FiEE, Inc. (NASDAQ:MINM), formerly Minim, Inc., was founded in 1977. It
|
||||
has a historical track record of delivering comprehensive WiFi/Software
|
||||
as a Service platform in the market. After years of development, it made
|
||||
the strategic decision to transition to a Software First Model in 2023
|
||||
to expand its technology portfolio and revenue streams. In 2025, FiEE,
|
||||
Inc. rebranded itself as a technology company leveraging the expertise
|
||||
in IoT, connectivity, and AI to explore new business prospects and
|
||||
extend its global footprint.
|
||||
</p>
|
||||
<p>
|
||||
FiEE, Inc.'s services are structured into four key categories:
|
||||
Cloud-Managed Connectivity (WiFi) Platform, IoT Hardware Sales &
|
||||
Licensing, SAAS Solutions, and Professional To-C and To-B Services &
|
||||
Support. Notably, FiEE, Inc. has introduced its innovative Software as a
|
||||
Service solutions, which integrate its AI and data analytics
|
||||
capabilities into content creation and brand management. This initiative
|
||||
has led to the nurturing of a robust pool of KOLs on major social media
|
||||
platforms worldwide, assisting them in developing, managing, and
|
||||
optimizing their digital presence across global platforms. FiEE Inc.'s
|
||||
services include customized graphics and posts, short videos, and
|
||||
editorial calendars tailored to align with brand objectives.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Forward-Looking Statements</strong><br />This communication
|
||||
contains forward-looking statements which include, but are not limited
|
||||
to, statements regarding the Company's listing of its common stock on
|
||||
Nasdaq; the impact of the listing; the Company's business strategy,
|
||||
including its strategic transformation; and the Company's ability to
|
||||
drive long-term growth and shareholder value. These forward-looking
|
||||
statements are subject to the safe harbor provisions under the Private
|
||||
Securities Litigation Reform Act of 1995. The Company's expectations and
|
||||
beliefs regarding these matters may not materialize. Actual outcomes and
|
||||
results may differ materially from those contemplated by these
|
||||
forward-looking statements as a result of uncertainties, risks, and
|
||||
changes in circumstances, including but not limited to risks and
|
||||
uncertainties related to: the ability of the Company to maintain
|
||||
compliance with the Nasdaq continued listing standards; the impact of
|
||||
fluctuations in global financial markets on the Company's business and
|
||||
the actions it may take in response thereto; the Company's ability to
|
||||
execute its plans and strategies; and the impact of government laws and
|
||||
regulations. Additional risks and uncertainties that could cause actual
|
||||
outcomes and results to differ materially from those contemplated by the
|
||||
forward-looking statements are included under the caption "Risk Factors"
|
||||
in the Company's Quarterly Report on Form 10-Q for the quarter ended
|
||||
March 31, 2025 and elsewhere in the Company's subsequent reports on Form
|
||||
10-K, Form 10-Q or Form 8-K filed with the U.S. Securities and Exchange
|
||||
Commission from time to time and available at www.sec.gov.
|
||||
</p>
|
||||
|
||||
<div><strong>Media </strong></div>
|
||||
<a href="mailto:fiee@dlkadvisory.com">fiee@dlkadvisory.com</a>
|
||||
<div>Source: FiEE, Inc.</div>
|
||||
</template>
|
||||
|
||||
<template v-if="state.date === 'June 3, 2025'">
|
||||
<h2>
|
||||
<strong
|
||||
>FiEE, Inc. seized market opportunities through 2025 Osaka
|
||||
Expo</strong
|
||||
>
|
||||
</h2>
|
||||
<p>3 June, 2025</p>
|
||||
<p>
|
||||
<strong>Hong Kong, 3 June 2025 </strong>— FiEE, Inc. (NASDAQ:MINM)
|
||||
(“FiEE, Inc.” or the “Company”), a technology company integrating IoT,
|
||||
connectivity and AI to redefine brand management solutions in the
|
||||
digital era, is pleased to announce significant business updates.
|
||||
</p>
|
||||
<p>
|
||||
Recently, FiEE, Inc. has entered into a strategic agency and cooperation
|
||||
agreement with Beijing Yilian World Expo Business Management Group Co.,
|
||||
Ltd. (“Beijing Yilian”). The Company is appointed as the agent to
|
||||
introduce businesses to participate in the international trade fair held
|
||||
at INTEX Osaka. The trade fair will be held from mid-June to August
|
||||
2025, featuring a diverse range of categories, including International
|
||||
Wine, Food and Equipment; International Leather and Footwear;
|
||||
International Tea, Ceramics, Jewelry, Watches, Crafts and Art;
|
||||
International Hardware, Building Materials and Interior Decoration;
|
||||
International New Energy and Emerging Industries Technology.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Rafael Li, Chief Executive Officer of FiEE, Inc.</strong>,
|
||||
commented, “INTEX Osaka is a famous International Trade Fair and
|
||||
Exhibition in Collaboration with the 2025 Osaka Expo. It is expected to
|
||||
draw numerous visitors, presenting a valuable opportunity for marketing
|
||||
and exposure. This strategic cooperation highlights the Company's
|
||||
extensive network resources, facilitating the identification of suitable
|
||||
businesses or Key Opinion Leaders (“KOLs”) to participate in
|
||||
international trade fairs, bolstering their reputation and influence.”
|
||||
</p>
|
||||
<p>
|
||||
In addition, the Company launched its new SaaS products for the talented
|
||||
individuals in March 2025, which is anticipated to generate recurring
|
||||
revenue streams while also scaling rapidly to capture a large customer
|
||||
base over time. The talented individuals subscribing for our SaaS
|
||||
products would gain access to abundant resources, such as brand /
|
||||
product partnership and sponsorship, affiliate marketing and product
|
||||
placement, IP protection services, among others. FiEE Inc. has signed
|
||||
sales contracts with 40 new customers, securing over US$200,000 in
|
||||
expected revenue in less than two months.
|
||||
</p>
|
||||
<p>
|
||||
FiEE, Inc. is currently undergoing a strategic transformation to seize
|
||||
market opportunities with its innovative brand management solutions for
|
||||
underrecognized talents. It is offering multi-faceted IoT-enabled
|
||||
Connectivity Solutions for the talented individuals in the market,
|
||||
including Cloud-Managed Connectivity (WiFi) Platform, IoT Hardware Sales
|
||||
& Licensing, SAAS Solutions, and Professional To-C and To-B Services
|
||||
& Support.
|
||||
</p>
|
||||
<p>
|
||||
With its innovative positioning, FiEE, Inc. is establishing a
|
||||
comprehensive value ecosystem that offers a secure, diverse and enduring
|
||||
platform for the talented individuals, aiming to elevate their personal
|
||||
brand and influence. Leveraging a robust technological foundation on
|
||||
cybersecurity, market analysis, AI and big data analysis, the Company is
|
||||
also positioned to safeguard original creations, digital arts, NFTs and
|
||||
exclusive content for these talented individuals.
|
||||
</p>
|
||||
<p>
|
||||
FiEE, Inc.’s long-term goal is to build a unique KOL community with
|
||||
billions of fans, empowering them to achieve sustained success in the
|
||||
digital landscape. With its new positioning, the Company believes it
|
||||
will reach new heights and create long-lasting value for its
|
||||
shareholders.
|
||||
</p>
|
||||
<p><strong>About FiEE, Inc.</strong></p>
|
||||
<p>
|
||||
FiEE, Inc. (NASDAQ:MINM), formerly Minim, Inc., was founded in 1977. It
|
||||
has a historical track record of delivering comprehensive WiFi/Software
|
||||
as a Service platform in the market. After years of development, it made
|
||||
the strategic decision to transition to a Software First Model in 2023
|
||||
to expand its technology portfolio and revenue streams. In 2025, FiEE,
|
||||
Inc. rebranded itself as a technology company leveraging its expertise
|
||||
in IoT, connectivity, and AI to explore new business prospects and
|
||||
extend its global footprint.
|
||||
</p>
|
||||
<p>
|
||||
FiEE, Inc.’s services are structured into four key categories:
|
||||
Cloud-Managed Connectivity (WiFi) Platform, IoT Hardware Sales &
|
||||
Licensing, SAAS Solutions, and Professional To-C and To-B Services &
|
||||
Support. Notably, FiEE, Inc. has introduced its innovative Software as a
|
||||
Service solutions, which integrate its AI and data analytics
|
||||
capabilities into content creation and brand management. This initiative
|
||||
has led to the nurturing of a robust pool of KOLs on major social media
|
||||
platforms worldwide, assisting them in developing, managing, and
|
||||
optimizing their digital presence across global platforms. FiEE Inc.’s
|
||||
services include customized graphics and posts, short videos, and
|
||||
editorial calendars tailored to align with brand objectives.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Forward-Looking Statements</strong><br />This communication
|
||||
contains forward-looking statements which include, but are not limited
|
||||
to, statements regarding the benefits of the strategic agency and
|
||||
cooperation agreement entered into with Beijing Yilian; the expected
|
||||
success of the Company’s new SaaS products; the Company’s business
|
||||
strategy, including its strategic transformation; and the Company’s
|
||||
ability to drive long-term growth and shareholder value. These
|
||||
forward-looking statements are subject to the safe harbor provisions
|
||||
under the Private Securities Litigation Reform Act of 1995. The
|
||||
Company’s expectations and beliefs regarding these matters may not
|
||||
materialize. Actual outcomes and results may differ materially from
|
||||
those contemplated by these forward-looking statements as a result of
|
||||
uncertainties, risks, and changes in circumstances, including but not
|
||||
limited to risks and uncertainties related to: the ability of the
|
||||
Company to maintain compliance with the Nasdaq continued listing
|
||||
standards; the impact of fluctuations in global financial markets on the
|
||||
Company’s business and the actions it may take in response thereto; the
|
||||
Company’s ability to execute its plans and strategies; and the impact of
|
||||
government laws and regulations. Additional risks and uncertainties that
|
||||
could cause actual outcomes and results to differ materially from those
|
||||
contemplated by the forward-looking statements are included under the
|
||||
caption “Risk Factors” in the Company’s Quarterly Report on Form 10-Q
|
||||
for the quarter ended March 31, 2025 and elsewhere in the Company’s
|
||||
subsequent reports on Form 10-K, Form 10-Q or Form 8-K filed with the
|
||||
U.S. Securities and Exchange Commission from time to time and available
|
||||
at www.sec.gov.
|
||||
</p>
|
||||
|
||||
<div><strong>Media </strong></div>
|
||||
<a href="mailto:fiee@dlkadvisory.com">fiee@dlkadvisory.com</a>
|
||||
<div>Source: FiEE, Inc.</div>
|
||||
</template>
|
||||
<div id="my-richText"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -346,15 +12,31 @@ import { useI18n } from "vue-i18n";
|
||||
const { t } = useI18n();
|
||||
import { useRoute } from "vue-router";
|
||||
const route = useRoute();
|
||||
import axios from 'axios'
|
||||
|
||||
const state = reactive({
|
||||
date: "",
|
||||
id: "", // 新闻id
|
||||
});
|
||||
onMounted(() => {
|
||||
if (route.query.date) {
|
||||
state.date = route.query.date;
|
||||
if (route.query.id) {
|
||||
state.id = route.query.id;
|
||||
}
|
||||
getPressReleasesInfo();
|
||||
});
|
||||
|
||||
//获取新闻信息
|
||||
const getPressReleasesInfo = () => {
|
||||
let url = 'http://172.16.100.93:9020/api/fiee/pressreleases?id=' + state.id
|
||||
axios.get(url).then((res) => {
|
||||
// console.log(res)
|
||||
if (res.status === 200) {
|
||||
if (res.data.status === 0) {
|
||||
const myRichText = document.getElementById('my-richText')
|
||||
myRichText.innerHTML = res.data.data.content
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
@ -1,340 +1,6 @@
|
||||
<template>
|
||||
<div class="page-container">
|
||||
<template v-if="state.date === 'May 30, 2025'">
|
||||
<h2>
|
||||
<strong>FiEE, Inc. Announces Reinitiation of Trading on Nasdaq</strong>
|
||||
</h2>
|
||||
<p>May 30, 2025</p>
|
||||
<p>
|
||||
<em>Company will resume trading under its existing symbol "MINM"</em>
|
||||
</p>
|
||||
<p>
|
||||
<strong>Hong Kong, May 30, 2025 </strong>— FiEE, Inc. (“FiEE, Inc.” or
|
||||
the “Company”), a technology company integrating IoT, connectivity and
|
||||
AI to redefine brand management solutions in the digital era, is pleased
|
||||
to announce that following a hearing before the Nasdaq Hearings Panel
|
||||
(the “Panel”) on May 13, 2025, the Panel issued a decision on May 29,
|
||||
2025, stating that Nasdaq will reinstate trading of the Company's common
|
||||
stock on the Nasdaq Capital Market at the open of business on Monday,
|
||||
June 2, 2025 under the ticker symbol "MINM".
|
||||
</p>
|
||||
<p>
|
||||
<strong>Rafael Li, Chief Executive Officer of FiEE, </strong>commented,
|
||||
"We are honored to announce the reinitiation of trading of our common
|
||||
stock on Nasdaq, a significant milestone that reflects our unwavering
|
||||
commitment to operational excellence and strategic growth. We extend our
|
||||
sincere gratitude to the Nasdaq team for their prompt review and
|
||||
approval of our request, affirming our compliance with all applicable
|
||||
criteria for continued listing on the Nasdaq Capital Market.
|
||||
</p>
|
||||
<p>
|
||||
FiEE, Inc. is currently undergoing a strategic transformation aimed at
|
||||
capitalizing on broader market opportunities. Central to this evolution
|
||||
is our integrated approach, where cyber-hardened IoT connectivity
|
||||
converges with AI-driven content creation and audience targeting. This
|
||||
synergy is designed to empower Key Opinion Leaders (KOLs) and brands to
|
||||
achieve accelerated growth and deeper audience engagement. Leveraging
|
||||
IoT-connectivity solutions, AI and big data analytics, we are capable of
|
||||
delivering intelligent, multimedia and multilingual content tailored to
|
||||
diverse audiences. Coupling with AI targeting analysis, we enhance
|
||||
audience targeting capabilities, ensuring effective content placement
|
||||
and personalized promotions.
|
||||
</p>
|
||||
<p>
|
||||
As we advance, our focus remains on continuous innovation and strategic
|
||||
initiatives that drive long- term growth and shareholder value."
|
||||
</p>
|
||||
<h3>About FiEE, Inc.</h3>
|
||||
<p>
|
||||
FiEE, Inc. (NASDAQ: MINM), formerly Minim, Inc., was founded in 1977. It
|
||||
has a historical track record of delivering comprehensive WiFi/Software
|
||||
as a Service platform in the market. After years of development, it made
|
||||
the strategic decision to transition to a Software First Model in 2023
|
||||
to expand our technology portfolio and revenue streams. In 2025, FiEE,
|
||||
Inc. rebranded itself as a technology company leveraging the expertise
|
||||
in IoT, connectivity, and artificial intelligence ("AI") to explore new
|
||||
business prospects and extend our global footprint.
|
||||
</p>
|
||||
<p>
|
||||
Our services are structured into four key categories: Cloud-Managed
|
||||
Connectivity (WiFi) Platform, IoT Hardware Sales & Licensing, SAAS
|
||||
Solutions, and Professional To-C and To-B Services & Support.
|
||||
Notably, we have introduced our innovative Software as a Service
|
||||
("SaaS") solutions, which integrate our AI and data analytics
|
||||
capabilities into content creation and brand management. This initiative
|
||||
has led to the nurturing of a robust pool of Key Opinion Leaders (KOLs)
|
||||
on major social media platforms worldwide, assisting them in developing,
|
||||
managing, and optimizing their digital presence across global platforms.
|
||||
Our services include customized graphics and posts, short videos, and
|
||||
editorial calendars tailored to align with brand objectives.
|
||||
</p>
|
||||
<h3>Forward-Looking Statements</h3>
|
||||
<p>
|
||||
This communication contains forward-looking statements which include,
|
||||
but are not limited to, statements regarding the Company's listing of
|
||||
its common stock on Nasdaq; the impact of the listing; the Company's
|
||||
business strategy, including its strategic transformation; and the
|
||||
Company's ability to drive long-term growth and shareholder value. These
|
||||
forward-looking statements are subject to the safe harbor provisions
|
||||
under the Private Securities Litigation Reform Act of 1995. The
|
||||
Company's expectations and beliefs regarding these matters may not
|
||||
materialize. Actual outcomes and results may differ materially from
|
||||
those contemplated by these forward-looking statements as a result of
|
||||
uncertainties, risks, and changes in circumstances, including but not
|
||||
limited to risks and uncertainties related to: the ability of the
|
||||
Company to maintain compliance with the Nasdaq continued listing
|
||||
standards; the impact of fluctuations in global financial markets on the
|
||||
Company's business and the actions it may take in response thereto; the
|
||||
Company's ability to execute its plans and strategies; and the impact of
|
||||
government laws and regulations. Additional risks and uncertainties that
|
||||
could cause actual outcomes and results to differ materially from those
|
||||
contemplated by the forward- looking statements are included under the
|
||||
caption "Risk Factors" in the Company's Quarterly Report on Form 10-Q
|
||||
for the quarter ended March 31, 2025 and elsewhere in the Company's
|
||||
subsequent reports on Form 10-K, Form 10-Q or Form 8-K filed with the
|
||||
U.S. Securities and Exchange Commission from time to time and available
|
||||
at
|
||||
<a href="http://www.sec.gov/">www.sec.gov.</a>
|
||||
</p>
|
||||
<div><strong>Media </strong></div>
|
||||
<a href="mailto:fiee@dlkadvisory.com">fiee@dlkadvisory.com</a>
|
||||
<div>Source: FiEE, Inc.</div>
|
||||
</template>
|
||||
<template v-if="state.date === 'June 2, 2025'">
|
||||
<h2>
|
||||
<strong>FiEE, Inc. Closes Its First Day of Trading on NASDAQ </strong>
|
||||
</h2>
|
||||
<p>June 2, 2025</p>
|
||||
<p><em>Company resumed trading under its existing symbol "MINM" </em></p>
|
||||
<p>
|
||||
<strong>Hong Kong, 2 June 2025 </strong>— FiEE, Inc. (NASDAQ:MINM)
|
||||
(“FiEE, Inc.” or the “Company”), a technology company integrating IoT,
|
||||
connectivity and AI to redefine brand management solutions in the
|
||||
digital era, commenced the trading of its common stock on Monday, June
|
||||
2, 2025 on the Nasdaq Capital Market under the ticker symbol "MINM".
|
||||
</p>
|
||||
<p>
|
||||
With the vision of growing Key Opinion Leaders (“KOLs”) in the market,
|
||||
FiEE, Inc. is currently strategically transforming to seize market
|
||||
opportunities with its innovative brand management solutions for the
|
||||
underrecognized talents. Since 2023, FiEE, Inc. has been pivoting to a
|
||||
Software First business model through enhancing its MinimOS cloud
|
||||
platform and API suite for ISPs/OEMs, as well merging with e2Companies
|
||||
to broaden its technology and revenue base. Currently, it is offering
|
||||
multi-faceted IoT-enabled Connectivity Solutions for the talented
|
||||
individuals in the market, including Cloud-Managed Connectivity (WiFi)
|
||||
Platform, IoT Hardware Sales & Licensing, SAAS Solutions, and
|
||||
Professional To-C and To-B Services & Support.
|
||||
</p>
|
||||
<p>
|
||||
With its innovative positioning, FiEE, Inc. is addressing significant
|
||||
challenges faced by talented individuals in the market, such as
|
||||
insufficient promotion channels, overdependence on offline events, and
|
||||
high costs of conventional advertising. It is establishing a
|
||||
comprehensive value ecosystem that offers a secure, diverse and enduring
|
||||
platform for these talents, aiming to elevate their personal brand and
|
||||
influence. Leveraging robust technological foundation on cybersecurity,
|
||||
market analysis, AI and big data analysis, the Company is also
|
||||
positioned to safeguard original creations, digital arts, NFTs and
|
||||
exclusive content for these talented individuals.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Rafael Li, Chief Executive Officer of FiEE, Inc.</strong> added,
|
||||
"We are glad to witness our common stock resumed trading on Nasdaq. In
|
||||
the foreseeable future, I plan to lead the team to continuously enhance
|
||||
our technological capabilities, utilizing AI, big data analysis, and our
|
||||
long-standing IoT-enabled Connectivity Solutions to match potential
|
||||
users in the market and provide them with comprehensive solutions. Our
|
||||
long-term goal is to build a unique KOL community with billions of fans,
|
||||
empowering them to achieve sustained success in the digital landscape.
|
||||
We are confident that with our new positioning, FiEE, Inc. will reach
|
||||
new heights and create long-lasting value for our shareholders.”
|
||||
</p>
|
||||
<p><strong>About FiEE, Inc.</strong></p>
|
||||
<p>
|
||||
FiEE, Inc. (NASDAQ:MINM), formerly Minim, Inc., was founded in 1977. It
|
||||
has a historical track record of delivering comprehensive WiFi/Software
|
||||
as a Service platform in the market. After years of development, it made
|
||||
the strategic decision to transition to a Software First Model in 2023
|
||||
to expand its technology portfolio and revenue streams. In 2025, FiEE,
|
||||
Inc. rebranded itself as a technology company leveraging the expertise
|
||||
in IoT, connectivity, and AI to explore new business prospects and
|
||||
extend its global footprint.
|
||||
</p>
|
||||
<p>
|
||||
FiEE, Inc.'s services are structured into four key categories:
|
||||
Cloud-Managed Connectivity (WiFi) Platform, IoT Hardware Sales &
|
||||
Licensing, SAAS Solutions, and Professional To-C and To-B Services &
|
||||
Support. Notably, FiEE, Inc. has introduced its innovative Software as a
|
||||
Service solutions, which integrate its AI and data analytics
|
||||
capabilities into content creation and brand management. This initiative
|
||||
has led to the nurturing of a robust pool of KOLs on major social media
|
||||
platforms worldwide, assisting them in developing, managing, and
|
||||
optimizing their digital presence across global platforms. FiEE Inc.'s
|
||||
services include customized graphics and posts, short videos, and
|
||||
editorial calendars tailored to align with brand objectives.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Forward-Looking Statements</strong><br />This communication
|
||||
contains forward-looking statements which include, but are not limited
|
||||
to, statements regarding the Company's listing of its common stock on
|
||||
Nasdaq; the impact of the listing; the Company's business strategy,
|
||||
including its strategic transformation; and the Company's ability to
|
||||
drive long-term growth and shareholder value. These forward-looking
|
||||
statements are subject to the safe harbor provisions under the Private
|
||||
Securities Litigation Reform Act of 1995. The Company's expectations and
|
||||
beliefs regarding these matters may not materialize. Actual outcomes and
|
||||
results may differ materially from those contemplated by these
|
||||
forward-looking statements as a result of uncertainties, risks, and
|
||||
changes in circumstances, including but not limited to risks and
|
||||
uncertainties related to: the ability of the Company to maintain
|
||||
compliance with the Nasdaq continued listing standards; the impact of
|
||||
fluctuations in global financial markets on the Company's business and
|
||||
the actions it may take in response thereto; the Company's ability to
|
||||
execute its plans and strategies; and the impact of government laws and
|
||||
regulations. Additional risks and uncertainties that could cause actual
|
||||
outcomes and results to differ materially from those contemplated by the
|
||||
forward-looking statements are included under the caption "Risk Factors"
|
||||
in the Company's Quarterly Report on Form 10-Q for the quarter ended
|
||||
March 31, 2025 and elsewhere in the Company's subsequent reports on Form
|
||||
10-K, Form 10-Q or Form 8-K filed with the U.S. Securities and Exchange
|
||||
Commission from time to time and available at www.sec.gov.
|
||||
</p>
|
||||
|
||||
<div><strong>Media </strong></div>
|
||||
<a href="mailto:fiee@dlkadvisory.com">fiee@dlkadvisory.com</a>
|
||||
<div>Source: FiEE, Inc.</div>
|
||||
</template>
|
||||
|
||||
<template v-if="state.date === 'June 3, 2025'">
|
||||
<h2>
|
||||
<strong
|
||||
>FiEE, Inc. seized market opportunities through 2025 Osaka
|
||||
Expo</strong
|
||||
>
|
||||
</h2>
|
||||
<p>3 June, 2025</p>
|
||||
<p>
|
||||
<strong>Hong Kong, 3 June 2025 </strong>— FiEE, Inc. (NASDAQ:MINM)
|
||||
(“FiEE, Inc.” or the “Company”), a technology company integrating IoT,
|
||||
connectivity and AI to redefine brand management solutions in the
|
||||
digital era, is pleased to announce significant business updates.
|
||||
</p>
|
||||
<p>
|
||||
Recently, FiEE, Inc. has entered into a strategic agency and cooperation
|
||||
agreement with Beijing Yilian World Expo Business Management Group Co.,
|
||||
Ltd. (“Beijing Yilian”). The Company is appointed as the agent to
|
||||
introduce businesses to participate in the international trade fair held
|
||||
at INTEX Osaka. The trade fair will be held from mid-June to August
|
||||
2025, featuring a diverse range of categories, including International
|
||||
Wine, Food and Equipment; International Leather and Footwear;
|
||||
International Tea, Ceramics, Jewelry, Watches, Crafts and Art;
|
||||
International Hardware, Building Materials and Interior Decoration;
|
||||
International New Energy and Emerging Industries Technology.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Rafael Li, Chief Executive Officer of FiEE, Inc.</strong>,
|
||||
commented, “INTEX Osaka is a famous International Trade Fair and
|
||||
Exhibition in Collaboration with the 2025 Osaka Expo. It is expected to
|
||||
draw numerous visitors, presenting a valuable opportunity for marketing
|
||||
and exposure. This strategic cooperation highlights the Company's
|
||||
extensive network resources, facilitating the identification of suitable
|
||||
businesses or Key Opinion Leaders (“KOLs”) to participate in
|
||||
international trade fairs, bolstering their reputation and influence.”
|
||||
</p>
|
||||
<p>
|
||||
In addition, the Company launched its new SaaS products for the talented
|
||||
individuals in March 2025, which is anticipated to generate recurring
|
||||
revenue streams while also scaling rapidly to capture a large customer
|
||||
base over time. The talented individuals subscribing for our SaaS
|
||||
products would gain access to abundant resources, such as brand /
|
||||
product partnership and sponsorship, affiliate marketing and product
|
||||
placement, IP protection services, among others. FiEE Inc. has signed
|
||||
sales contracts with 40 new customers, securing over US$200,000 in
|
||||
expected revenue in less than two months.
|
||||
</p>
|
||||
<p>
|
||||
FiEE, Inc. is currently undergoing a strategic transformation to seize
|
||||
market opportunities with its innovative brand management solutions for
|
||||
underrecognized talents. It is offering multi-faceted IoT-enabled
|
||||
Connectivity Solutions for the talented individuals in the market,
|
||||
including Cloud-Managed Connectivity (WiFi) Platform, IoT Hardware Sales
|
||||
& Licensing, SAAS Solutions, and Professional To-C and To-B Services
|
||||
& Support.
|
||||
</p>
|
||||
<p>
|
||||
With its innovative positioning, FiEE, Inc. is establishing a
|
||||
comprehensive value ecosystem that offers a secure, diverse and enduring
|
||||
platform for the talented individuals, aiming to elevate their personal
|
||||
brand and influence. Leveraging a robust technological foundation on
|
||||
cybersecurity, market analysis, AI and big data analysis, the Company is
|
||||
also positioned to safeguard original creations, digital arts, NFTs and
|
||||
exclusive content for these talented individuals.
|
||||
</p>
|
||||
<p>
|
||||
FiEE, Inc.’s long-term goal is to build a unique KOL community with
|
||||
billions of fans, empowering them to achieve sustained success in the
|
||||
digital landscape. With its new positioning, the Company believes it
|
||||
will reach new heights and create long-lasting value for its
|
||||
shareholders.
|
||||
</p>
|
||||
<p><strong>About FiEE, Inc.</strong></p>
|
||||
<p>
|
||||
FiEE, Inc. (NASDAQ:MINM), formerly Minim, Inc., was founded in 1977. It
|
||||
has a historical track record of delivering comprehensive WiFi/Software
|
||||
as a Service platform in the market. After years of development, it made
|
||||
the strategic decision to transition to a Software First Model in 2023
|
||||
to expand its technology portfolio and revenue streams. In 2025, FiEE,
|
||||
Inc. rebranded itself as a technology company leveraging its expertise
|
||||
in IoT, connectivity, and AI to explore new business prospects and
|
||||
extend its global footprint.
|
||||
</p>
|
||||
<p>
|
||||
FiEE, Inc.’s services are structured into four key categories:
|
||||
Cloud-Managed Connectivity (WiFi) Platform, IoT Hardware Sales &
|
||||
Licensing, SAAS Solutions, and Professional To-C and To-B Services &
|
||||
Support. Notably, FiEE, Inc. has introduced its innovative Software as a
|
||||
Service solutions, which integrate its AI and data analytics
|
||||
capabilities into content creation and brand management. This initiative
|
||||
has led to the nurturing of a robust pool of KOLs on major social media
|
||||
platforms worldwide, assisting them in developing, managing, and
|
||||
optimizing their digital presence across global platforms. FiEE Inc.’s
|
||||
services include customized graphics and posts, short videos, and
|
||||
editorial calendars tailored to align with brand objectives.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Forward-Looking Statements</strong><br />This communication
|
||||
contains forward-looking statements which include, but are not limited
|
||||
to, statements regarding the benefits of the strategic agency and
|
||||
cooperation agreement entered into with Beijing Yilian; the expected
|
||||
success of the Company’s new SaaS products; the Company’s business
|
||||
strategy, including its strategic transformation; and the Company’s
|
||||
ability to drive long-term growth and shareholder value. These
|
||||
forward-looking statements are subject to the safe harbor provisions
|
||||
under the Private Securities Litigation Reform Act of 1995. The
|
||||
Company’s expectations and beliefs regarding these matters may not
|
||||
materialize. Actual outcomes and results may differ materially from
|
||||
those contemplated by these forward-looking statements as a result of
|
||||
uncertainties, risks, and changes in circumstances, including but not
|
||||
limited to risks and uncertainties related to: the ability of the
|
||||
Company to maintain compliance with the Nasdaq continued listing
|
||||
standards; the impact of fluctuations in global financial markets on the
|
||||
Company’s business and the actions it may take in response thereto; the
|
||||
Company’s ability to execute its plans and strategies; and the impact of
|
||||
government laws and regulations. Additional risks and uncertainties that
|
||||
could cause actual outcomes and results to differ materially from those
|
||||
contemplated by the forward-looking statements are included under the
|
||||
caption “Risk Factors” in the Company’s Quarterly Report on Form 10-Q
|
||||
for the quarter ended March 31, 2025 and elsewhere in the Company’s
|
||||
subsequent reports on Form 10-K, Form 10-Q or Form 8-K filed with the
|
||||
U.S. Securities and Exchange Commission from time to time and available
|
||||
at www.sec.gov.
|
||||
</p>
|
||||
|
||||
<div><strong>Media </strong></div>
|
||||
<a href="mailto:fiee@dlkadvisory.com">fiee@dlkadvisory.com</a>
|
||||
<div>Source: FiEE, Inc.</div>
|
||||
</template>
|
||||
<div id="my-richText"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -346,15 +12,31 @@ import { useI18n } from "vue-i18n";
|
||||
const { t } = useI18n();
|
||||
import { useRoute } from "vue-router";
|
||||
const route = useRoute();
|
||||
import axios from 'axios'
|
||||
|
||||
const state = reactive({
|
||||
date: "",
|
||||
id: "", // 新闻id
|
||||
});
|
||||
onMounted(() => {
|
||||
if (route.query.date) {
|
||||
state.date = route.query.date;
|
||||
if (route.query.id) {
|
||||
state.id = route.query.id;
|
||||
}
|
||||
getPressReleasesInfo();
|
||||
});
|
||||
|
||||
//获取新闻信息
|
||||
const getPressReleasesInfo = () => {
|
||||
let url = 'http://172.16.100.93:9020/api/fiee/pressreleases?id=' + state.id
|
||||
axios.get(url).then((res) => {
|
||||
// console.log(res)
|
||||
if (res.status === 200) {
|
||||
if (res.data.status === 0) {
|
||||
const myRichText = document.getElementById('my-richText')
|
||||
myRichText.innerHTML = res.data.data.content
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
119
src/views/office/index.vue
Normal file
119
src/views/office/index.vue
Normal file
@ -0,0 +1,119 @@
|
||||
<!-- 从chat-PC接入的文档查看 -->
|
||||
<template>
|
||||
<DocumentEditor
|
||||
id="docEditor"
|
||||
:documentServerUrl="documentServerUrl"
|
||||
:config="config"
|
||||
:events_onDocumentReady="onDocumentReady"
|
||||
:onLoadComponentError="onLoadComponentError"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, onMounted } from 'vue'
|
||||
import { useRoute } from 'vue-router'
|
||||
import { DocumentEditor } from "@onlyoffice/document-editor-vue"
|
||||
import { useI18n } from 'vue-i18n'
|
||||
const { t } = useI18n()
|
||||
|
||||
const documentServerUrl = 'https://onlyoffice.fontree.cn'
|
||||
const route = useRoute()
|
||||
|
||||
onMounted(() => {
|
||||
// 动态插入 Content-Security-Policy meta 标签,只在本页面生效
|
||||
if (!document.querySelector('meta[http-equiv="Content-Security-Policy"]')) {
|
||||
const meta = document.createElement('meta')
|
||||
meta.httpEquiv = 'Content-Security-Policy'
|
||||
meta.content = 'upgrade-insecure-requests'
|
||||
document.head.appendChild(meta)
|
||||
}
|
||||
})
|
||||
|
||||
// 判断文件类型
|
||||
function getDocumentTypes(url) {
|
||||
const extension = url.split('.').pop().toLowerCase()
|
||||
const types = {
|
||||
'docx': { fileType: 'docx', documentType: 'word' },
|
||||
'doc': { fileType: 'doc', documentType: 'word' },
|
||||
'xlsx': { fileType: 'xlsx', documentType: 'cell' },
|
||||
'xls': { fileType: 'xls', documentType: 'cell' },
|
||||
'pptx': { fileType: 'pptx', documentType: 'slide' },
|
||||
'ppt': { fileType: 'ppt', documentType: 'slide' },
|
||||
'pdf': { fileType: 'pdf', documentType: 'word' }
|
||||
}
|
||||
return types[extension] || { fileType: 'docx', documentType: 'word' }
|
||||
}
|
||||
|
||||
const url = route.query.url
|
||||
if (!url) {
|
||||
alert(t('PAGES.FiEEInfoManage.document.readFailed'))
|
||||
}
|
||||
let attachmentName = route.query.attachmentName
|
||||
const fileName = attachmentName ? attachmentName : url ? url.split('/').pop() : ''
|
||||
const { fileType, documentType } = getDocumentTypes(url || '')
|
||||
|
||||
const config = {
|
||||
document: {
|
||||
fileType,
|
||||
key: 'doc_' + Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15),
|
||||
title: fileName,
|
||||
url
|
||||
},
|
||||
documentType,
|
||||
editorConfig: {
|
||||
|
||||
mode: 'view',
|
||||
lang: 'en-US',
|
||||
user: {
|
||||
id: 'user_' + new Date().getTime(),
|
||||
name: 'Guest User'
|
||||
},
|
||||
customization: {
|
||||
about: false, // 不显示“关于”页面
|
||||
help: false, // 不显示帮助菜单
|
||||
chat: false,
|
||||
commentAuthorOnly: false,
|
||||
compactToolbar: true,
|
||||
hideRightMenu: false, // 隐藏右侧菜单
|
||||
compatibility: true,
|
||||
showReviewChanges: false,
|
||||
loaderLogo: '', // 设置为空字符串来隐藏加载 logo
|
||||
logo: {
|
||||
image: '', // 设置为空字符串
|
||||
imageDark: '', // 设置为空字符串
|
||||
url: '', // 设置为空字符串
|
||||
visible: false // 设置为 false 来隐藏 logo
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
const onDocumentReady = () => {
|
||||
// console.log("文档加载完成")
|
||||
}
|
||||
|
||||
const onLoadComponentError = (errorCode, errorDescription) => {
|
||||
switch(errorCode) {
|
||||
case -1: // 加载组件时发生未知错误
|
||||
// console.log(errorDescription)
|
||||
break
|
||||
case -2: // 从文档服务器加载 DocsAPI 时发生错误
|
||||
// console.log(errorDescription)
|
||||
break
|
||||
case -3: // DocsAPI 未定义
|
||||
// console.log(errorDescription)
|
||||
break
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
iframe[name="frameEditor"] {
|
||||
width: 100% !important;
|
||||
height: 100vh !important;
|
||||
min-height: 100vh !important;
|
||||
border: none !important;
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
|
@ -1,56 +1,59 @@
|
||||
<template>
|
||||
<div class="press-releases-page">
|
||||
<main class="p-[35px] max-w-[1200px] mx-auto">
|
||||
<div class="title mb-[20px]">
|
||||
{{ t("press_releases.title") }}
|
||||
</div>
|
||||
<div class="search-container">
|
||||
<n-select
|
||||
:options="state.selectOptions"
|
||||
v-model:value="state.selectedValue"
|
||||
class="search-select"
|
||||
/>
|
||||
<n-input
|
||||
v-model:value="state.inputValue"
|
||||
type="text"
|
||||
:placeholder="t('press_releases.search.placeholder')"
|
||||
class="search-input"
|
||||
/>
|
||||
<n-button
|
||||
type="primary"
|
||||
@click="handleSearch"
|
||||
class="search-button w-[80px]"
|
||||
>
|
||||
{{ t("press_releases.search.button") }}
|
||||
</n-button>
|
||||
</div>
|
||||
<div v-for="(item, idx) in state.filterNewsData" :key="idx">
|
||||
<div class="news-item mt-[10px]">
|
||||
<div class="news-item-date">{{ item.date }}</div>
|
||||
<div
|
||||
class="news-item-title text-[#0078d7] overflow-hidden whitespace-nowrap text-ellipsis cursor-pointer"
|
||||
@click="handleNewClick(item)"
|
||||
<n-infinite-scroll :distance="0" @load="doLoadMore">
|
||||
<main class="p-[35px] max-w-[1200px] mx-auto">
|
||||
<div class="title mb-[20px]">
|
||||
{{ t('press_releases.title') }}
|
||||
</div>
|
||||
<div class="search-container">
|
||||
<n-select
|
||||
:options="state.selectOptions"
|
||||
v-model:value="state.selectedValue"
|
||||
class="search-select"
|
||||
/>
|
||||
<n-input
|
||||
v-model:value="state.inputValue"
|
||||
type="text"
|
||||
:placeholder="t('press_releases.search.placeholder')"
|
||||
class="search-input"
|
||||
/>
|
||||
<n-button
|
||||
type="primary"
|
||||
@click="handleSearch"
|
||||
class="search-button w-[80px]"
|
||||
>
|
||||
{{ item.title }}
|
||||
</div>
|
||||
<div class="news-item-content">
|
||||
{{
|
||||
item.content.length > 230
|
||||
? item.content.substring(0, 230) + "..."
|
||||
: item.content
|
||||
}}
|
||||
{{ t('press_releases.search.button') }}
|
||||
</n-button>
|
||||
</div>
|
||||
<div v-for="(item, idx) in state.filterNewsData" :key="idx">
|
||||
<div class="news-item mt-[10px]">
|
||||
<div class="news-item-date">{{ item.date }}</div>
|
||||
<div
|
||||
class="news-item-title text-[#0078d7] overflow-hidden whitespace-nowrap text-ellipsis cursor-pointer"
|
||||
@click="handleNewClick(item)"
|
||||
>
|
||||
{{ item.title }}
|
||||
</div>
|
||||
<div class="news-item-content">
|
||||
{{
|
||||
item.summary?.length > 199
|
||||
? item.summary.substring(0, 199) + '...'
|
||||
: item.summary
|
||||
}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</main>
|
||||
</n-infinite-scroll>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import customDefaultPage from "@/components/customDefaultPage/index.vue";
|
||||
import { reactive, onMounted, watch } from "vue";
|
||||
import { NSelect, NInput, NButton } from "naive-ui";
|
||||
import { NSelect, NInput, NButton, NInfiniteScroll } from "naive-ui";
|
||||
import { useI18n } from "vue-i18n";
|
||||
import axios from 'axios'
|
||||
|
||||
import { useRouter } from "vue-router";
|
||||
const router = useRouter();
|
||||
@ -90,12 +93,59 @@ const state = reactive({
|
||||
},
|
||||
],
|
||||
filterNewsData: [],
|
||||
loading: false, //是否正在加载数据
|
||||
hasMore: true, //是否还有更多数据
|
||||
currentPage: 1, //当前页码
|
||||
});
|
||||
|
||||
onMounted(() => {
|
||||
state.filterNewsData = state.newsData;
|
||||
// state.filterNewsData = state.newsData;
|
||||
getPressReleasesDisplay()
|
||||
});
|
||||
|
||||
// 获取新闻列表
|
||||
const getPressReleasesDisplay = () => {
|
||||
let url = 'http://172.16.100.93:9020/api/fiee/pressreleases/display'
|
||||
let params = {
|
||||
query: state.inputValue,
|
||||
page: state.currentPage,
|
||||
pageSize: 10,
|
||||
timeStart: state.selectedValue
|
||||
? state.selectedValue === 'all_years'
|
||||
? null
|
||||
: new Date(state.selectedValue).getTime()
|
||||
: null,
|
||||
}
|
||||
// console.log(params)
|
||||
axios.post(url, params).then((res) => {
|
||||
// console.log(res)
|
||||
if (res.status === 200) {
|
||||
if (res.data.status === 0) {
|
||||
res.data.data?.data?.forEach((item) => {
|
||||
item.date = new Date(item.createdAt).toLocaleDateString('en-US', {
|
||||
month: 'short',
|
||||
day: 'numeric',
|
||||
year: 'numeric',
|
||||
})
|
||||
})
|
||||
if (state.currentPage === 1) {
|
||||
state.filterNewsData = res.data.data?.data || []
|
||||
} else {
|
||||
state.filterNewsData = [
|
||||
...state.filterNewsData,
|
||||
...(res.data.data?.data || []),
|
||||
]
|
||||
}
|
||||
if (state.filterNewsData.length < (res.data.data?.total || 0)) {
|
||||
state.hasMore = true
|
||||
} else {
|
||||
state.hasMore = false
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
const handleFilter = () => {
|
||||
// 筛选逻辑
|
||||
let filteredData = [...state.newsData];
|
||||
@ -130,14 +180,17 @@ const handleFilter = () => {
|
||||
watch(
|
||||
() => [state.selectedValue, state.inputValue],
|
||||
() => {
|
||||
handleFilter();
|
||||
},
|
||||
{ immediate: true }
|
||||
// handleFilter();
|
||||
state.currentPage = 1
|
||||
getPressReleasesDisplay()
|
||||
}
|
||||
);
|
||||
|
||||
const handleSearch = () => {
|
||||
// 手动触发筛选(保留这个函数以保持兼容性)
|
||||
handleFilter();
|
||||
// handleFilter();
|
||||
state.currentPage = 1
|
||||
getPressReleasesDisplay()
|
||||
// console.log("筛选结果:", state.filterNewsData);
|
||||
};
|
||||
|
||||
@ -145,10 +198,23 @@ const handleNewClick = (item) => {
|
||||
router.push({
|
||||
path: "/news",
|
||||
query: {
|
||||
date: item.date,
|
||||
id: item.id,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
//加载更多数据
|
||||
const doLoadMore = () => {
|
||||
if (!state.hasMore || state.loading) {
|
||||
return
|
||||
}
|
||||
// console.log('触底了')
|
||||
state.loading = true
|
||||
state.currentPage++
|
||||
getPressReleasesDisplay().finally(() => {
|
||||
state.loading = false
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
@ -1,56 +1,59 @@
|
||||
<template>
|
||||
<div class="press-releases-page">
|
||||
<main class="p-[35px] max-w-[1200px] mx-auto">
|
||||
<div class="title mb-[20px]">
|
||||
{{ t("press_releases.title") }}
|
||||
</div>
|
||||
<div class="search-container">
|
||||
<n-select
|
||||
:options="state.selectOptions"
|
||||
v-model:value="state.selectedValue"
|
||||
class="search-select"
|
||||
/>
|
||||
<n-input
|
||||
v-model:value="state.inputValue"
|
||||
type="text"
|
||||
:placeholder="t('press_releases.search.placeholder')"
|
||||
class="search-input"
|
||||
/>
|
||||
<n-button
|
||||
type="primary"
|
||||
@click="handleSearch"
|
||||
class="search-button w-[60px]"
|
||||
>
|
||||
{{ t("press_releases.search.button") }}
|
||||
</n-button>
|
||||
</div>
|
||||
<div v-for="(item, idx) in state.filterNewsData" :key="idx">
|
||||
<div class="news-item mt-[10px]">
|
||||
<div class="news-item-date">{{ item.date }}</div>
|
||||
<div
|
||||
class="news-item-title text-[#0078d7] overflow-hidden whitespace-nowrap text-ellipsis cursor-pointer"
|
||||
@click="handleNewClick(item)"
|
||||
<n-infinite-scroll :distance="0" @load="doLoadMore">
|
||||
<main class="p-[35px] max-w-[1200px] mx-auto">
|
||||
<div class="title mb-[20px]">
|
||||
{{ t('press_releases.title') }}
|
||||
</div>
|
||||
<div class="search-container">
|
||||
<n-select
|
||||
:options="state.selectOptions"
|
||||
v-model:value="state.selectedValue"
|
||||
class="search-select"
|
||||
/>
|
||||
<n-input
|
||||
v-model:value="state.inputValue"
|
||||
type="text"
|
||||
:placeholder="t('press_releases.search.placeholder')"
|
||||
class="search-input"
|
||||
/>
|
||||
<n-button
|
||||
type="primary"
|
||||
@click="handleSearch"
|
||||
class="search-button w-[60px]"
|
||||
>
|
||||
{{ item.title }}
|
||||
</div>
|
||||
<div class="news-item-content">
|
||||
{{
|
||||
item.content.length > 230
|
||||
? item.content.substring(0, 230) + "..."
|
||||
: item.content
|
||||
}}
|
||||
{{ t('press_releases.search.button') }}
|
||||
</n-button>
|
||||
</div>
|
||||
<div v-for="(item, idx) in state.filterNewsData" :key="idx">
|
||||
<div class="news-item mt-[10px]">
|
||||
<div class="news-item-date">{{ item.date }}</div>
|
||||
<div
|
||||
class="news-item-title text-[#0078d7] overflow-hidden whitespace-nowrap text-ellipsis cursor-pointer"
|
||||
@click="handleNewClick(item)"
|
||||
>
|
||||
{{ item.title }}
|
||||
</div>
|
||||
<div class="news-item-content">
|
||||
{{
|
||||
item.summary?.length > 199
|
||||
? item.summary.substring(0, 199) + '...'
|
||||
: item.summary
|
||||
}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</main>
|
||||
</n-infinite-scroll>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import customDefaultPage from "@/components/customDefaultPage/index.vue";
|
||||
import { reactive, onMounted, watch } from "vue";
|
||||
import { NSelect, NInput, NButton } from "naive-ui";
|
||||
import { NSelect, NInput, NButton, NInfiniteScroll } from "naive-ui";
|
||||
import { useI18n } from "vue-i18n";
|
||||
import axios from 'axios'
|
||||
|
||||
import { useRouter } from "vue-router";
|
||||
const router = useRouter();
|
||||
@ -90,12 +93,59 @@ const state = reactive({
|
||||
},
|
||||
],
|
||||
filterNewsData: [],
|
||||
loading: false, //是否正在加载数据
|
||||
hasMore: true, //是否还有更多数据
|
||||
currentPage: 1, //当前页码
|
||||
});
|
||||
|
||||
onMounted(() => {
|
||||
state.filterNewsData = state.newsData;
|
||||
// state.filterNewsData = state.newsData;
|
||||
getPressReleasesDisplay()
|
||||
});
|
||||
|
||||
// 获取新闻列表
|
||||
const getPressReleasesDisplay = () => {
|
||||
let url = 'http://172.16.100.93:9020/api/fiee/pressreleases/display'
|
||||
let params = {
|
||||
query: state.inputValue,
|
||||
page: state.currentPage,
|
||||
pageSize: 10,
|
||||
timeStart: state.selectedValue
|
||||
? state.selectedValue === 'all_years'
|
||||
? null
|
||||
: new Date(state.selectedValue).getTime()
|
||||
: null,
|
||||
}
|
||||
// console.log(params)
|
||||
axios.post(url, params).then((res) => {
|
||||
// console.log(res)
|
||||
if (res.status === 200) {
|
||||
if (res.data.status === 0) {
|
||||
res.data.data?.data?.forEach((item) => {
|
||||
item.date = new Date(item.createdAt).toLocaleDateString('en-US', {
|
||||
month: 'short',
|
||||
day: 'numeric',
|
||||
year: 'numeric',
|
||||
})
|
||||
})
|
||||
if (state.currentPage === 1) {
|
||||
state.filterNewsData = res.data.data?.data || []
|
||||
} else {
|
||||
state.filterNewsData = [
|
||||
...state.filterNewsData,
|
||||
...(res.data.data?.data || []),
|
||||
]
|
||||
}
|
||||
if (state.filterNewsData.length < (res.data.data?.total || 0)) {
|
||||
state.hasMore = true
|
||||
} else {
|
||||
state.hasMore = false
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
const handleFilter = () => {
|
||||
// 筛选逻辑
|
||||
let filteredData = [...state.newsData];
|
||||
@ -130,14 +180,17 @@ const handleFilter = () => {
|
||||
watch(
|
||||
() => [state.selectedValue, state.inputValue],
|
||||
() => {
|
||||
handleFilter();
|
||||
},
|
||||
{ immediate: true }
|
||||
// handleFilter();
|
||||
state.currentPage = 1
|
||||
getPressReleasesDisplay()
|
||||
}
|
||||
);
|
||||
|
||||
const handleSearch = () => {
|
||||
// 手动触发筛选(保留这个函数以保持兼容性)
|
||||
handleFilter();
|
||||
// handleFilter();
|
||||
state.currentPage = 1
|
||||
getPressReleasesDisplay()
|
||||
// console.log("筛选结果:", state.filterNewsData);
|
||||
};
|
||||
|
||||
@ -145,10 +198,23 @@ const handleNewClick = (item) => {
|
||||
router.push({
|
||||
path: "/news",
|
||||
query: {
|
||||
date: item.date,
|
||||
id: item.id,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
//加载更多数据
|
||||
const doLoadMore = () => {
|
||||
if (!state.hasMore || state.loading) {
|
||||
return
|
||||
}
|
||||
// console.log('触底了')
|
||||
state.loading = true
|
||||
state.currentPage++
|
||||
getPressReleasesDisplay().finally(() => {
|
||||
state.loading = false
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
@ -1,62 +1,68 @@
|
||||
<template>
|
||||
<div class="press-releases-page">
|
||||
<main class="p-[80px] mx-auto" style="max-width: 100vw; min-width: 285px">
|
||||
<div class="title mb-[24px]">
|
||||
{{ t("press_releases.title") }}
|
||||
</div>
|
||||
<div class="search-container">
|
||||
<n-select
|
||||
:options="state.selectOptions"
|
||||
v-model:value="state.selectedValue"
|
||||
class="search-select"
|
||||
:font-size="72"
|
||||
/>
|
||||
<n-input
|
||||
v-model:value="state.inputValue"
|
||||
type="text"
|
||||
:placeholder="t('press_releases.search.placeholder')"
|
||||
class="search-input"
|
||||
clearable
|
||||
:font-size="72"
|
||||
/>
|
||||
<n-button
|
||||
type="primary"
|
||||
@click="handleSearch"
|
||||
class="search-button"
|
||||
:font-size="72"
|
||||
>
|
||||
{{ t("press_releases.search.button") }}
|
||||
</n-button>
|
||||
</div>
|
||||
<div v-for="(item, idx) in state.filterNewsData" :key="idx">
|
||||
<div class="news-item mt-[10px]">
|
||||
<div class="news-item-date">{{ item.date }}</div>
|
||||
<div
|
||||
class="news-item-title text-[#0078d7] overflow-hidden whitespace-nowrap text-ellipsis cursor-pointer"
|
||||
@click="handleNewClick(item)"
|
||||
<n-infinite-scroll :distance="0" @load="doLoadMore">
|
||||
<main
|
||||
class="p-[80px] mx-auto"
|
||||
style="max-width: 100vw; min-width: 285px;"
|
||||
>
|
||||
<div class="title mb-[24px]">
|
||||
{{ t('press_releases.title') }}
|
||||
</div>
|
||||
<div class="search-container">
|
||||
<n-select
|
||||
:options="state.selectOptions"
|
||||
v-model:value="state.selectedValue"
|
||||
class="search-select"
|
||||
:font-size="72"
|
||||
/>
|
||||
<n-input
|
||||
v-model:value="state.inputValue"
|
||||
type="text"
|
||||
:placeholder="t('press_releases.search.placeholder')"
|
||||
class="search-input"
|
||||
clearable
|
||||
:font-size="72"
|
||||
/>
|
||||
<n-button
|
||||
type="primary"
|
||||
@click="handleSearch"
|
||||
class="search-button"
|
||||
:font-size="72"
|
||||
>
|
||||
{{ item.title }}
|
||||
</div>
|
||||
<div class="news-item-content">
|
||||
{{
|
||||
item.content.length > 230
|
||||
? item.content.substring(0, 230) + "..."
|
||||
: item.content
|
||||
}}
|
||||
{{ t('press_releases.search.button') }}
|
||||
</n-button>
|
||||
</div>
|
||||
<div v-for="(item, idx) in state.filterNewsData" :key="idx">
|
||||
<div class="news-item mt-[10px]">
|
||||
<div class="news-item-date">{{ item.date }}</div>
|
||||
<div
|
||||
class="news-item-title text-[#0078d7] overflow-hidden whitespace-nowrap text-ellipsis cursor-pointer"
|
||||
@click="handleNewClick(item)"
|
||||
>
|
||||
{{ item.title }}
|
||||
</div>
|
||||
<div class="news-item-content">
|
||||
{{
|
||||
item.summary?.length > 199
|
||||
? item.summary.substring(0, 199) + '...'
|
||||
: item.summary
|
||||
}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</main>
|
||||
</n-infinite-scroll>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import customDefaultPage from "@/components/customDefaultPage/index.vue";
|
||||
import { reactive, onMounted, watch } from "vue";
|
||||
import { NSelect, NInput, NButton } from "naive-ui";
|
||||
import { NSelect, NInput, NButton, NInfiniteScroll } from "naive-ui";
|
||||
import { useI18n } from "vue-i18n";
|
||||
import { useRouter } from "vue-router";
|
||||
import axios from 'axios'
|
||||
|
||||
import { useRouter } from "vue-router";
|
||||
const router = useRouter();
|
||||
const { t } = useI18n();
|
||||
|
||||
@ -94,12 +100,59 @@ const state = reactive({
|
||||
},
|
||||
],
|
||||
filterNewsData: [],
|
||||
loading: false, //是否正在加载数据
|
||||
hasMore: true, //是否还有更多数据
|
||||
currentPage: 1, //当前页码
|
||||
});
|
||||
|
||||
onMounted(() => {
|
||||
state.filterNewsData = state.newsData;
|
||||
// state.filterNewsData = state.newsData;
|
||||
getPressReleasesDisplay()
|
||||
});
|
||||
|
||||
// 获取新闻列表
|
||||
const getPressReleasesDisplay = () => {
|
||||
let url = 'http://172.16.100.93:9020/api/fiee/pressreleases/display'
|
||||
let params = {
|
||||
query: state.inputValue,
|
||||
page: state.currentPage,
|
||||
pageSize: 10,
|
||||
timeStart: state.selectedValue
|
||||
? state.selectedValue === 'all_years'
|
||||
? null
|
||||
: new Date(state.selectedValue).getTime()
|
||||
: null,
|
||||
}
|
||||
// console.log(params)
|
||||
axios.post(url, params).then((res) => {
|
||||
// console.log(res)
|
||||
if (res.status === 200) {
|
||||
if (res.data.status === 0) {
|
||||
res.data.data?.data?.forEach((item) => {
|
||||
item.date = new Date(item.createdAt).toLocaleDateString('en-US', {
|
||||
month: 'short',
|
||||
day: 'numeric',
|
||||
year: 'numeric',
|
||||
})
|
||||
})
|
||||
if (state.currentPage === 1) {
|
||||
state.filterNewsData = res.data.data?.data || []
|
||||
} else {
|
||||
state.filterNewsData = [
|
||||
...state.filterNewsData,
|
||||
...(res.data.data?.data || []),
|
||||
]
|
||||
}
|
||||
if (state.filterNewsData.length < (res.data.data?.total || 0)) {
|
||||
state.hasMore = true
|
||||
} else {
|
||||
state.hasMore = false
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
const handleFilter = () => {
|
||||
// 筛选逻辑
|
||||
let filteredData = [...state.newsData];
|
||||
@ -134,14 +187,17 @@ const handleFilter = () => {
|
||||
watch(
|
||||
() => [state.selectedValue, state.inputValue],
|
||||
() => {
|
||||
handleFilter();
|
||||
},
|
||||
{ immediate: true }
|
||||
// handleFilter();
|
||||
state.currentPage = 1
|
||||
getPressReleasesDisplay()
|
||||
}
|
||||
);
|
||||
|
||||
const handleSearch = () => {
|
||||
// 手动触发筛选(保留这个函数以保持兼容性)
|
||||
handleFilter();
|
||||
// handleFilter();
|
||||
state.currentPage = 1
|
||||
getPressReleasesDisplay()
|
||||
// console.log("筛选结果:", state.filterNewsData);
|
||||
};
|
||||
|
||||
@ -149,10 +205,23 @@ const handleNewClick = (item) => {
|
||||
router.push({
|
||||
path: "/news",
|
||||
query: {
|
||||
date: item.date,
|
||||
id: item.id,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
//加载更多数据
|
||||
const doLoadMore = () => {
|
||||
if (!state.hasMore || state.loading) {
|
||||
return
|
||||
}
|
||||
// console.log('触底了')
|
||||
state.loading = true
|
||||
state.currentPage++
|
||||
getPressReleasesDisplay().finally(() => {
|
||||
state.loading = false
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
@ -1,56 +1,59 @@
|
||||
<template>
|
||||
<div class="press-releases-page">
|
||||
<main class="p-[35px] mx-auto" style="max-width: calc(100% - 100px)">
|
||||
<div class="title mb-[20px]">
|
||||
{{ t("press_releases.title") }}
|
||||
</div>
|
||||
<div class="search-container">
|
||||
<n-select
|
||||
:options="state.selectOptions"
|
||||
v-model:value="state.selectedValue"
|
||||
class="search-select"
|
||||
/>
|
||||
<n-input
|
||||
v-model:value="state.inputValue"
|
||||
type="text"
|
||||
:placeholder="t('press_releases.search.placeholder')"
|
||||
class="search-input"
|
||||
/>
|
||||
<n-button
|
||||
type="primary"
|
||||
@click="handleSearch"
|
||||
class="search-button w-[120px]"
|
||||
>
|
||||
{{ t("press_releases.search.button") }}
|
||||
</n-button>
|
||||
</div>
|
||||
<div v-for="(item, idx) in state.filterNewsData" :key="idx">
|
||||
<div class="news-item mt-[10px]">
|
||||
<div class="news-item-date">{{ item.date }}</div>
|
||||
<div
|
||||
class="news-item-title text-[#0078d7] overflow-hidden whitespace-nowrap text-ellipsis cursor-pointer"
|
||||
@click="handleNewClick(item)"
|
||||
<n-infinite-scroll :distance="0" @load="doLoadMore">
|
||||
<main class="p-[35px] mx-auto" style="max-width: calc(100% - 100px);">
|
||||
<div class="title mb-[20px]">
|
||||
{{ t('press_releases.title') }}
|
||||
</div>
|
||||
<div class="search-container">
|
||||
<n-select
|
||||
:options="state.selectOptions"
|
||||
v-model:value="state.selectedValue"
|
||||
class="search-select"
|
||||
/>
|
||||
<n-input
|
||||
v-model:value="state.inputValue"
|
||||
type="text"
|
||||
:placeholder="t('press_releases.search.placeholder')"
|
||||
class="search-input"
|
||||
/>
|
||||
<n-button
|
||||
type="primary"
|
||||
@click="handleSearch"
|
||||
class="search-button w-[120px]"
|
||||
>
|
||||
{{ item.title }}
|
||||
</div>
|
||||
<div class="news-item-content">
|
||||
{{
|
||||
item.content.length > 230
|
||||
? item.content.substring(0, 230) + "..."
|
||||
: item.content
|
||||
}}
|
||||
{{ t('press_releases.search.button') }}
|
||||
</n-button>
|
||||
</div>
|
||||
<div v-for="(item, idx) in state.filterNewsData" :key="idx">
|
||||
<div class="news-item mt-[10px]">
|
||||
<div class="news-item-date">{{ item.date }}</div>
|
||||
<div
|
||||
class="news-item-title text-[#0078d7] overflow-hidden whitespace-nowrap text-ellipsis cursor-pointer"
|
||||
@click="handleNewClick(item)"
|
||||
>
|
||||
{{ item.title }}
|
||||
</div>
|
||||
<div class="news-item-content">
|
||||
{{
|
||||
item.summary?.length > 199
|
||||
? item.summary.substring(0, 199) + '...'
|
||||
: item.summary
|
||||
}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</main>
|
||||
</n-infinite-scroll>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import customDefaultPage from "@/components/customDefaultPage/index.vue";
|
||||
import { reactive, onMounted, watch } from "vue";
|
||||
import { NSelect, NInput, NButton } from "naive-ui";
|
||||
import { NSelect, NInput, NButton, NInfiniteScroll } from "naive-ui";
|
||||
import { useI18n } from "vue-i18n";
|
||||
import axios from 'axios'
|
||||
|
||||
import { useRouter } from "vue-router";
|
||||
const router = useRouter();
|
||||
@ -90,12 +93,59 @@ const state = reactive({
|
||||
},
|
||||
],
|
||||
filterNewsData: [],
|
||||
loading: false, //是否正在加载数据
|
||||
hasMore: true, //是否还有更多数据
|
||||
currentPage: 1, //当前页码
|
||||
});
|
||||
|
||||
onMounted(() => {
|
||||
state.filterNewsData = state.newsData;
|
||||
// state.filterNewsData = state.newsData;
|
||||
getPressReleasesDisplay()
|
||||
});
|
||||
|
||||
// 获取新闻列表
|
||||
const getPressReleasesDisplay = () => {
|
||||
let url = 'http://172.16.100.93:9020/api/fiee/pressreleases/display'
|
||||
let params = {
|
||||
query: state.inputValue,
|
||||
page: state.currentPage,
|
||||
pageSize: 10,
|
||||
timeStart: state.selectedValue
|
||||
? state.selectedValue === 'all_years'
|
||||
? null
|
||||
: new Date(state.selectedValue).getTime()
|
||||
: null,
|
||||
}
|
||||
// console.log(params)
|
||||
axios.post(url, params).then((res) => {
|
||||
// console.log(res)
|
||||
if (res.status === 200) {
|
||||
if (res.data.status === 0) {
|
||||
res.data.data?.data?.forEach((item) => {
|
||||
item.date = new Date(item.createdAt).toLocaleDateString('en-US', {
|
||||
month: 'short',
|
||||
day: 'numeric',
|
||||
year: 'numeric',
|
||||
})
|
||||
})
|
||||
if (state.currentPage === 1) {
|
||||
state.filterNewsData = res.data.data?.data || []
|
||||
} else {
|
||||
state.filterNewsData = [
|
||||
...state.filterNewsData,
|
||||
...(res.data.data?.data || []),
|
||||
]
|
||||
}
|
||||
if (state.filterNewsData.length < (res.data.data?.total || 0)) {
|
||||
state.hasMore = true
|
||||
} else {
|
||||
state.hasMore = false
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
const handleFilter = () => {
|
||||
// 筛选逻辑
|
||||
let filteredData = [...state.newsData];
|
||||
@ -130,14 +180,17 @@ const handleFilter = () => {
|
||||
watch(
|
||||
() => [state.selectedValue, state.inputValue],
|
||||
() => {
|
||||
handleFilter();
|
||||
},
|
||||
{ immediate: true }
|
||||
// handleFilter();
|
||||
state.currentPage = 1
|
||||
getPressReleasesDisplay()
|
||||
}
|
||||
);
|
||||
|
||||
const handleSearch = () => {
|
||||
// 手动触发筛选(保留这个函数以保持兼容性)
|
||||
handleFilter();
|
||||
// handleFilter();
|
||||
state.currentPage = 1
|
||||
getPressReleasesDisplay()
|
||||
// console.log("筛选结果:", state.filterNewsData);
|
||||
};
|
||||
|
||||
@ -145,15 +198,28 @@ const handleNewClick = (item) => {
|
||||
router.push({
|
||||
path: "/news",
|
||||
query: {
|
||||
date: item.date,
|
||||
id: item.id,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
//加载更多数据
|
||||
const doLoadMore = () => {
|
||||
if (!state.hasMore || state.loading) {
|
||||
return
|
||||
}
|
||||
// console.log('触底了')
|
||||
state.loading = true
|
||||
state.currentPage++
|
||||
getPressReleasesDisplay().finally(() => {
|
||||
state.loading = false
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.title {
|
||||
font-size: 40px;
|
||||
font-size: 63px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user