修改IP地址

This commit is contained in:
冷冷 2018-04-06 18:21:43 +08:00
parent 64b13f416d
commit 7f6d5ef8b6
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// see http://vuejs-templates.github.io/webpack for documentation.
var path = require('path')
var baseUrl = 'http://218.70.11.118:7777';
var baseUrl = 'http://127.0.0.1:9999';
module.exports = {
build: {
env: require('./prod.env'),

View File

@ -16,7 +16,7 @@ let iconfontVersion = ['567566_lgiis24af44bcsor', '599693_c3ju5pfa6altmx6r'];
let iconfontUrl = `//at.alicdn.com/t/font_$key.css`;
let codeUrl = `/admin/code`
if (process.env.NODE_ENV == 'development') {
baseUrl = `http://218.70.11.118`;
baseUrl = `http://127.0.0.1:9999/`;
} else if (process.env.NODE_ENV == 'production') {
baseUrl = `http://218.70.11.118`;
}