Commit 4b6e294c by XiaHou

域名地址

parent 91f50604
...@@ -48,7 +48,7 @@ const routes = [ ...@@ -48,7 +48,7 @@ const routes = [
const router = new VueRouter({ const router = new VueRouter({
mode: 'history', mode: 'history',
base: '/goodsManage', base: 'goodsManage',
routes routes
}) })
......
const Timestamp = new Date().getTime() const Timestamp = new Date().getTime()
module.exports = { module.exports = {
publicPath: '/goodsManage',
// webpack-dev-server 相关配置
configureWebpack: { configureWebpack: {
output: { output: {
// 输出重构【模块名称.hash值.时间戳】 // 输出重构【模块名称.hash值.时间戳】
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment