Commit 8dcea1a8 by yangfangfang

fix

parent 112eaee6
...@@ -51,8 +51,8 @@ module.exports = function(grunt) { ...@@ -51,8 +51,8 @@ module.exports = function(grunt) {
connect: { connect: {
proxies: [{ proxies: [{
context: ['/api'], context: ['/api'],
// host: 'localhost', host: 'localhost',
host: '192.168.2.37', // host: '192.168.2.37',
port: 8091, port: 8091,
https: false, https: false,
xforward: true, xforward: true,
......
...@@ -6699,6 +6699,7 @@ pre{ ...@@ -6699,6 +6699,7 @@ pre{
.noticeBox{ .noticeBox{
position: fixed; position: fixed;
z-index: 2;
right:24px; right:24px;
bottom:20px; bottom:20px;
.newInfo{ .newInfo{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment