mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-23 05:40:20 +08:00
修改IP地址
This commit is contained in:
parent
64b13f416d
commit
7f6d5ef8b6
@ -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'),
|
||||
|
@ -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`;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user