|
|
@ -1,17 +1,17 @@ |
|
|
|
// vue.config.js
|
|
|
|
var path = require("path"); |
|
|
|
|
|
|
|
// const BASE_API = "http://10.119.190.12:8000/v1.0"
|
|
|
|
// const proxyUrl = '/v1.0'
|
|
|
|
const BASE_API = "http://10.119.190.12:8000/v1.0" |
|
|
|
const proxyUrl = '/v1.0' |
|
|
|
|
|
|
|
const BASE_API = "https://test.tall.wiki/datang/v1.0" |
|
|
|
const proxyUrl = '/datang/v1.0' |
|
|
|
// const BASE_API = "https://test.tall.wiki/datang/v1.0"
|
|
|
|
// const proxyUrl = '/datang/v1.0'
|
|
|
|
|
|
|
|
const port = 8080 |
|
|
|
|
|
|
|
module.exports = { |
|
|
|
// publicPath: '/v1.0/manage',
|
|
|
|
publicPath: '/manage', |
|
|
|
publicPath: '/v1.0/manage', |
|
|
|
// publicPath: '/manage',
|
|
|
|
devServer: { |
|
|
|
open: true, |
|
|
|
overlay: { |
|
|
|