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
c1009eae
Commit
c1009eae
authored
May 25, 2023
by
hjl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xg
parent
41b0de89
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
Table.vue
src/components/Table.vue
+1
-0
request.js
src/utils/request.js
+2
-2
index.vue
src/views/FamilyManage/index.vue
+0
-0
No files found.
src/components/Table.vue
View file @
c1009eae
...
...
@@ -36,6 +36,7 @@
:prop=
"column.key"
:label=
"column.label"
:width=
"column.width"
:fixed =
'column.fixed'
align=
"center"
></el-table-column>
</
template
>
...
...
src/utils/request.js
View file @
c1009eae
...
...
@@ -3,9 +3,9 @@ import { Message } from "element-ui";
import
{
getToken
}
from
"@/utils/auth"
;
const
config
=
{
proxy
:
'http://192.168.3.87:8881'
,
// 本地
// proxy: "https://exam.smart-zj.cn:9100/exam/", // 新线上地址
//
proxy: "http://81.69.231.72:8881/", // 测试地址
proxy
:
"http://81.69.231.72:8881/"
,
// 测试地址
};
//axios基本配置
...
...
src/views/FamilyManage/index.vue
View file @
c1009eae
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