Commit 882da828 by chenxianqi

update

parent 6f158442
Showing with 2 additions and 2 deletions

283 KB | W: | H:

283 KB | W: | H:

kefu_admin/mac.png
ui/kefu_admin/mac.png
kefu_admin/mac.png
ui/kefu_admin/mac.png
  • 2-up
  • Swipe
  • Onion skin
module.exports = {
publicPath: process.env.NODE_ENV === 'production' ? './' : '/',
outputDir: '../public/admin/',
outputDir: '../../public/admin/',
devServer: {
proxy: 'http://localhost:8080',
}
......

51.1 KB | W: | H:

51.1 KB | W: | H:

kefu_client/example/bg.jpg
ui/kefu_client/example/bg.jpg
kefu_client/example/bg.jpg
ui/kefu_client/example/bg.jpg
  • 2-up
  • Swipe
  • Onion skin
module.exports = {
publicPath: process.env.NODE_ENV === 'production' ? './' : '/',
outputDir: '../public/client/',
outputDir: '../../public/client/',
devServer: {
proxy: 'http://localhost:8080',
}
......
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 sign in to comment