Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
emergency-project
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴春元
emergency-project
Commits
a19a6ba1
Commit
a19a6ba1
authored
Nov 13, 2025
by
吴春元
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
举报管理
parent
f4752387
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
17 additions
and
15 deletions
+17
-15
App.vue
src/App.vue
+2
-1
jb.js
src/api/jb/jb.js
+1
-1
config.js
src/utils/config.js
+1
-1
HomeView.vue
src/views/home/home/HomeView.vue
+10
-10
TySubmit.vue
src/views/jb/submit/TySubmit.vue
+0
-0
TyJb.vue
src/views/jb/tyjb/TyJb.vue
+2
-1
vite.config.ts
vite.config.ts
+1
-1
No files found.
src/App.vue
View file @
a19a6ba1
...
@@ -8,7 +8,8 @@ import { ElConfigProvider } from "element-plus";
...
@@ -8,7 +8,8 @@ import { ElConfigProvider } from "element-plus";
import
{
zhCn
}
from
"element-plus/es/locale/index"
;
import
{
zhCn
}
from
"element-plus/es/locale/index"
;
import
{
provide
}
from
"vue"
;
import
{
provide
}
from
"vue"
;
const
VITE_APP_TITLE
=
"太原市互联网宣传研究中心"
;
// 标题
const
VITE_APP_TITLE
=
"太原市互联网应急指挥和举报中心(太原市互联网宣传研究中心)"
;
// 标题
const
VITE_ADDRESS
=
"山西省太原市杏花岭区新建路 78 号新闻大厦 8 层"
;
// 地址
const
VITE_ADDRESS
=
"山西省太原市杏花岭区新建路 78 号新闻大厦 8 层"
;
// 地址
const
VITE_EMAIL
=
"tyhlwjbzx@163.com"
;
// 举报邮箱
const
VITE_EMAIL
=
"tyhlwjbzx@163.com"
;
// 举报邮箱
const
VITE_PHONE
=
"0351-8222236"
;
// 举报电话
const
VITE_PHONE
=
"0351-8222236"
;
// 举报电话
...
...
src/api/jb/jb.js
View file @
a19a6ba1
...
@@ -3,7 +3,7 @@ import request from "@/utils/request";
...
@@ -3,7 +3,7 @@ import request from "@/utils/request";
// 热点留言列表
// 热点留言列表
export
function
getUpdateForm
(
data
)
{
export
function
getUpdateForm
(
data
)
{
return
request
({
return
request
({
url
:
"/cms/
leavemessage/list
"
,
url
:
"/cms/
report/saveEntity
"
,
method
:
"post"
,
method
:
"post"
,
data
:
data
,
data
:
data
,
});
});
...
...
src/utils/config.js
View file @
a19a6ba1
let
baseImageUrl
;
let
baseImageUrl
;
if
(
process
.
env
.
NODE_ENV
===
"development"
)
{
if
(
process
.
env
.
NODE_ENV
===
"development"
)
{
// baseImageUrl = (path) => "http://192.168.19.
142
:9002" + path;
// baseImageUrl = (path) => "http://192.168.19.
248
:9002" + path;
baseImageUrl
=
(
path
)
=>
"http://localhost:9002"
+
path
;
baseImageUrl
=
(
path
)
=>
"http://localhost:9002"
+
path
;
// baseImageUrl = (path) => "http://yjzh.sxyztech.cn" + path;
// baseImageUrl = (path) => "http://yjzh.sxyztech.cn" + path;
}
else
{
}
else
{
...
...
src/views/home/home/HomeView.vue
View file @
a19a6ba1
...
@@ -404,16 +404,16 @@ const activeNav = ref(0);
...
@@ -404,16 +404,16 @@ const activeNav = ref(0);
const
handleClick
=
(
index
:
number
,
entry
:
any
)
=>
{
const
handleClick
=
(
index
:
number
,
entry
:
any
)
=>
{
switch
(
index
)
{
switch
(
index
)
{
case
0
:
case
0
:
const
pyHomePageUrl
=
router
.
resolve
({
name
:
"PyHome"
}).
href
;
window
.
open
(
pyHomePageUrl
,
"_blank"
);
break
;
case
1
:
router
.
push
({
path
:
"/home/jb"
});
router
.
push
({
path
:
"/home/jb"
});
break
;
break
;
case
2
:
case
1
:
const
wmHomePageUrl
=
router
.
resolve
({
name
:
"wm"
}).
href
;
const
wmHomePageUrl
=
router
.
resolve
({
name
:
"wm"
}).
href
;
window
.
open
(
wmHomePageUrl
,
"_blank"
);
window
.
open
(
wmHomePageUrl
,
"_blank"
);
break
;
break
;
case
2
:
const
pyHomePageUrl
=
router
.
resolve
({
name
:
"PyHome"
}).
href
;
window
.
open
(
pyHomePageUrl
,
"_blank"
);
break
;
}
}
// 处理点击事件
// 处理点击事件
};
};
...
@@ -601,11 +601,6 @@ const slides = ref([]);
...
@@ -601,11 +601,6 @@ const slides = ref([]);
const
quickEntries
=
[
const
quickEntries
=
[
{
{
title
:
"太原市互联网联合辟谣平台"
,
icon
:
"Message"
,
bg
:
"https://ai-public.mastergo.com/ai/img_res/36f741de94394af113bc0d3c823df49a.jpg"
,
},
{
title
:
"太原市互联网违法和不良信息举报平台"
,
title
:
"太原市互联网违法和不良信息举报平台"
,
icon
:
"Share"
,
icon
:
"Share"
,
bg
:
"https://ai-public.mastergo.com/ai/img_res/e3d550fe8d11531c42a774641cf3790a.jpg"
,
bg
:
"https://ai-public.mastergo.com/ai/img_res/e3d550fe8d11531c42a774641cf3790a.jpg"
,
...
@@ -615,6 +610,11 @@ const quickEntries = [
...
@@ -615,6 +610,11 @@ const quickEntries = [
icon
:
"Link"
,
icon
:
"Link"
,
bg
:
"https://ai-public.mastergo.com/ai/img_res/c907287d38d89eb460120dc7cf6b2d17.jpg"
,
bg
:
"https://ai-public.mastergo.com/ai/img_res/c907287d38d89eb460120dc7cf6b2d17.jpg"
,
},
},
{
title
:
"太原市互联网联合辟谣平台"
,
icon
:
"Message"
,
bg
:
"https://ai-public.mastergo.com/ai/img_res/36f741de94394af113bc0d3c823df49a.jpg"
,
},
];
];
</
script
>
</
script
>
<
style
>
<
style
>
...
...
src/views/jb/submit/TySubmit.vue
View file @
a19a6ba1
This diff is collapsed.
Click to expand it.
src/views/jb/tyjb/TyJb.vue
View file @
a19a6ba1
...
@@ -67,7 +67,8 @@
...
@@ -67,7 +67,8 @@
>
太原市互联网违法和不良信息举报平台
</a
>
太原市互联网违法和不良信息举报平台
</a
>
>
</h1>
</h1>
<h2>
太原市互联网举报电话:
{{
inject
(
"VITE_PHONE"
)
}}
</h2>
<h3>
太原市互联网举报电话:
{{
inject
(
"VITE_PHONE"
)
}}
</h3>
<h3>
太原市互联网举报邮箱:
{{
inject
(
"VITE_EMAIL"
)
}}
</h3>
<el-button
<el-button
class=
"botton"
class=
"botton"
type=
"primary"
type=
"primary"
...
...
vite.config.ts
View file @
a19a6ba1
...
@@ -32,9 +32,9 @@ export default defineConfig({
...
@@ -32,9 +32,9 @@ export default defineConfig({
proxy
:
{
proxy
:
{
"/cms"
:
{
"/cms"
:
{
target
:
"http://localhost:9002"
,
target
:
"http://localhost:9002"
,
// target: "http://192.168.19.248:9002",
// target: "http://172.16.70.52:8081",
// target: "http://172.16.70.52:8081",
// target: "http://192.168.19.142:9002",
// target: "http://192.168.19.142:9002",
// target: "http://192.168.19.127:9002",
changeOrigin
:
true
,
changeOrigin
:
true
,
// rewrite: (path) => path.replace(/^\/cms/, "/cms"),
// rewrite: (path) => path.replace(/^\/cms/, "/cms"),
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment