Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuIncubator
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Kimber
GaoQuIncubator
Commits
0d604452
Commit
0d604452
authored
Oct 19, 2024
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tech home
parent
8c63cdaf
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
708 additions
and
4 deletions
+708
-4
settings.js
config/settings.js
+3
-1
addfhq.png
src/assets/images/iconNew/addfhq.png
+0
-0
byqy.png
src/assets/images/iconNew/byqy.png
+0
-0
cyds.png
src/assets/images/iconNew/cyds.png
+0
-0
fhmj.png
src/assets/images/iconNew/fhmj.png
+0
-0
fhq.png
src/assets/images/iconNew/fhq.png
+0
-0
zfqy.png
src/assets/images/iconNew/zfqy.png
+0
-0
zjjg.png
src/assets/images/iconNew/zjjg.png
+0
-0
routers.js
src/router/routers.js
+18
-3
tech.vue
src/views/system/home/tech.vue
+687
-0
No files found.
config/settings.js
View file @
0d604452
// var ServiceURL = 'http://192.168.3.216:9002';
// var ServiceURL = 'http://192.168.3.216:9002';
var
ServiceURL
=
'
http://192.168.3.250:9103
'
;
// var ServiceURL = 'http://192.168.3.250:9103';
var
ServiceURL
=
'
http://gqfhq.gemho.cn:9103
'
;
window
.
VUE_APP_API
=
{
ServiceURL
:
ServiceURL
}
window
.
VUE_APP_API
=
{
ServiceURL
:
ServiceURL
}
src/assets/images/iconNew/
矢量智能对象
.png
→
src/assets/images/iconNew/
addfhq
.png
View file @
0d604452
File moved
src/assets/images/iconNew/
毕业企业
.png
→
src/assets/images/iconNew/
byqy
.png
View file @
0d604452
File moved
src/assets/images/iconNew/
创业导师
.png
→
src/assets/images/iconNew/
cyds
.png
View file @
0d604452
File moved
src/assets/images/iconNew/
孵化面积
.png
→
src/assets/images/iconNew/
fhmj
.png
View file @
0d604452
File moved
src/assets/images/iconNew/
孵化器
.png
→
src/assets/images/iconNew/
fhq
.png
View file @
0d604452
File moved
src/assets/images/iconNew/
在孵企业
.png
→
src/assets/images/iconNew/
zfqy
.png
View file @
0d604452
File moved
src/assets/images/iconNew/
中介机构
.png
→
src/assets/images/iconNew/
zjjg
.png
View file @
0d604452
File moved
src/router/routers.js
View file @
0d604452
...
@@ -53,6 +53,21 @@ export const constantRouterMap = [
...
@@ -53,6 +53,21 @@ export const constantRouterMap = [
}
}
]
]
},
},
// {
// path: "/home",
// //component: Layout,
// component: HomeLayout,
// redirect: "noredirect",
// hidden:false,
// children: [
// {
// path: "enterprise",
// component: resolve => require(["@/views/system/home/enterprise"], resolve),
// name: "首页-企业",
// meta: { title: "首页", affix:true , icon: "index"}
// }
// ]
// },
{
{
path
:
"
/home
"
,
path
:
"
/home
"
,
//component: Layout,
//component: Layout,
...
@@ -61,9 +76,9 @@ export const constantRouterMap = [
...
@@ -61,9 +76,9 @@ export const constantRouterMap = [
hidden
:
false
,
hidden
:
false
,
children
:
[
children
:
[
{
{
path
:
"
enterprise
"
,
path
:
"
tech
"
,
component
:
resolve
=>
require
([
"
@/views/system/home/
enterprise
"
],
resolve
),
component
:
resolve
=>
require
([
"
@/views/system/home/
tech
"
],
resolve
),
name
:
"
首页-
企业
"
,
name
:
"
首页-
科技局
"
,
meta
:
{
title
:
"
首页
"
,
affix
:
true
,
icon
:
"
index
"
}
meta
:
{
title
:
"
首页
"
,
affix
:
true
,
icon
:
"
index
"
}
}
}
]
]
...
...
src/views/system/home/tech.vue
0 → 100644
View file @
0d604452
This diff is collapsed.
Click to expand it.
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