Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨建斌
/
page
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
fb213c8f
authored
2018-03-18 22:25:23 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
46ecd3f7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
application/views/config/add.php
application/views/config/index.php
application/views/config/add.php
View file @
fb213c8
...
@@ -96,7 +96,7 @@
...
@@ -96,7 +96,7 @@
96
layer
.
alert
(
'请求成功'
);
96
layer
.
alert
(
'请求成功'
);
97
}
97
}
98
if
(
!
data
.
code
)
{
98
if
(
!
data
.
code
)
{
99
window
.
parent
.
location
.
reload
();
99
window
.
parent
.
reload
();
100
layer_close
();
100
layer_close
();
101
}
101
}
102
},
102
},
...
...
application/views/config/index.php
View file @
fb213c8
...
@@ -93,6 +93,9 @@
...
@@ -93,6 +93,9 @@
93
layer
.
msg
(
'删除'
);
93
layer
.
msg
(
'删除'
);
94
});
94
});
95
}
95
}
96
function
reload
()
{
97
table
.
ajax
.
reload
();
98
}
96
</script>
99
</script>
97
</body>
100
</body>
98
<html>
101
<html>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment