Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
0c4a3d96
Commit
0c4a3d96
authored
Jan 17, 2020
by
任建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rj
parent
9ce5d685
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
channel-access/src/api/enterpriseQuery.js
+1
-1
channel-access/src/api/licenseQuery.js
+1
-1
channel-access/src/api/patentQuery.js
+1
-1
channel-access/src/api/tmQuery.js
+1
-1
channel-access/src/api/tmTools.js
+1
-1
No files found.
channel-access/src/api/enterpriseQuery.js
View file @
0c4a3d96
import
http
from
"@/http/http.js"
;
import
axios
from
"axios"
;
let
baseUrl
=
"/
api/
web/action/enterpriseQuery/springBoard"
;
let
baseUrl
=
"/web/action/enterpriseQuery/springBoard"
;
//获取企业域名信息数量
export
function
ipCountByAuthor
(
name
)
{
...
...
channel-access/src/api/licenseQuery.js
View file @
0c4a3d96
import
http
from
"@/http/http.js"
;
let
baseUrl
=
"/
api/
web/action/licenseQuery/springBoard"
;
let
baseUrl
=
"/web/action/licenseQuery/springBoard"
;
//根据公司得到推荐要办的证书
export
function
getLicenses
(
name
)
{
...
...
channel-access/src/api/patentQuery.js
View file @
0c4a3d96
import
http
from
"@/http/http.js"
;
let
baseUrl
=
"/
api/
web/action/patentQuery/springBoard"
;
let
baseUrl
=
"/web/action/patentQuery/springBoard"
;
//根据申请人获取专利量接口
export
function
paCountByApplicantName
(
name
)
{
return
http
.
post
(
baseUrl
,
{
...
...
channel-access/src/api/tmQuery.js
View file @
0c4a3d96
...
...
@@ -22,7 +22,7 @@ export function getCompanyInfoNoUser(name) {
//申请人查询接口
export
function
findTrademarkzcr
(
name
,
pageSize
,
currentPage
)
{
return
http
.
post
(
baseUrl
,
{
return
http
.
post
(
"/web/action/tmQuery/springBoard"
,
{
actionType
:
"findTrademarkzcr"
,
actionBody
:
{
regMan
:
name
,
...
...
channel-access/src/api/tmTools.js
View file @
0c4a3d96
...
...
@@ -74,7 +74,7 @@ export function pic2pdf(url) {
//企业注册信息查询
export
function
getEntregistryByCompanyName
(
name
)
{
return
http
.
post
(
baseUrl
,
{
return
http
.
post
(
"/web/action/tmTools/springBoard"
,
{
actionType
:
"getEntregistryByCompanyName"
,
actionBody
:
{
companyName
:
name
...
...
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