摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
posted @ 2020-07-23 17:44 五环 阅读(797) 评论(0) 推荐(0) 编辑
摘要: <style> #pionter { width: 20px; height: 20px; background: pink; border-radius: 20px; position: absolute; } </style> <div id="pionter"></div> <script> 阅读全文
posted @ 2020-07-23 16:39 五环 阅读(172) 评论(0) 推荐(0) 编辑
摘要: devServer: { proxy: [ // 例如将'localhost: 8080/api/xxx'代理到'http:www.baidu.com/api/xxx { context: ['/api'], target: 'http:www.baidu.com',//接口域名 changeOri 阅读全文
posted @ 2020-07-23 10:39 五环 阅读(3054) 评论(0) 推荐(0) 编辑