Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zj-manage
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
new-zhengjiang
zj-manage
Commits
f1434af1
Commit
f1434af1
authored
Jul 05, 2023
by
swl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gx
parent
6429f0a0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
.DS_Store
.DS_Store
+0
-0
package.json
package.json
+1
-1
talents.js
src/api/talents.js
+2
-2
request.js
src/utils/request.js
+2
-2
No files found.
.DS_Store
View file @
f1434af1
No preview for this file type
package.json
View file @
f1434af1
...
...
@@ -4,7 +4,7 @@
"private"
:
true
,
"scripts"
:
{
"serve"
:
"vue-cli-service serve"
,
"build"
:
"vue-cli-service build"
,
"build"
:
"vue-cli-service build
&& cd dist && zip -r dist ./*
"
,
"lint"
:
"vue-cli-service lint"
},
"dependencies"
:
{
...
...
src/api/talents.js
View file @
f1434af1
...
...
@@ -18,8 +18,8 @@ export function getList(params) {
*/
export
function
get
(
params
)
{
return
api
(
Object
.
assign
(
formatParams
(
"
GE
T"
,
params
),
{
url
:
`
${
config
.
proxy
}
/admin-api/talent/detail
`
,
Object
.
assign
(
formatParams
(
"
POS
T"
,
params
),
{
url
:
`
${
config
.
proxy
}
admin-api/talent/get
`
,
})
);
}
...
...
src/utils/request.js
View file @
f1434af1
...
...
@@ -4,9 +4,9 @@ import { getToken } from "@/utils/auth";
const
config
=
{
// proxy: "https://exam.smart-zj.cn:9100/exam/", // 新线上地址
proxy
:
"http://81.69.231.72:8881/"
,
// 测试地址
//
proxy: "http://81.69.231.72:8881/", // 测试地址
// proxy: "http://192.168.3.87:8881/", //本地
//
proxy: "https://exam.smart-zj.cn:9100/smartExam/", // 新正式接口
proxy
:
"https://exam.smart-zj.cn:9100/smartExam/"
,
// 新正式接口
};
//axios基本配置
...
...
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