提交 4b30de9d authored 作者: Lxq's avatar Lxq

合并分支 'lxq' 到 'master'

修改ip 查看合并请求 !4
...@@ -4,9 +4,10 @@ ...@@ -4,9 +4,10 @@
// 服务地址 // 服务地址
// const IP = 'https://www.easy-mock.com/mock/5b70ec93ad23a1570071a34e/Interview'; // easymock // const IP = 'https://www.easy-mock.com/mock/5b70ec93ad23a1570071a34e/Interview'; // easymock
const IP = 'http://192.168.0.112:8077'; // const IP = 'http://192.168.1.54:8077';
const WS = '192.168.0.112:8077'; // const WS = '192.168.1.54:8077';
const IP = 'http://120.55.57.35:8077';
const WS = '120.55.57.35:8077';
// 请求目标服务器域名配置 // 请求目标服务器域名配置
const DOMAIN_NAME = { const DOMAIN_NAME = {
......
...@@ -202,7 +202,7 @@ export default { ...@@ -202,7 +202,7 @@ export default {
// console.log(1) // console.log(1)
this.applyModal = true this.applyModal = true
this.$server.findAll().then(res => { this.$server.findAll().then(res => {
// console.log(res.data); console.log(res.data);
this.applyMessage = res.data this.applyMessage = res.data
this.applyId = this.id this.applyId = this.id
// console.log('77777',this.applyId) // console.log('77777',this.applyId)
......
...@@ -3,7 +3,7 @@ module.exports = { ...@@ -3,7 +3,7 @@ module.exports = {
// 基本路径 // 基本路径
publicPath: './', publicPath: './',
// 输出文件目录 // 输出文件目录
outputDir: 'Drag', outputDir: 'xclab',
// eslint-loader 是否在保存的时候检查 // eslint-loader 是否在保存的时候检查
lintOnSave: true, lintOnSave: true,
assetsDir: 'static', assetsDir: 'static',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论