1 Star 0 Fork 1

蒙奇.D.路飞/scollshop

forked from kylin/scollshop 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
vue.config.js 542 Bytes
Copy Edit Raw Blame History
蒙奇.D.路飞 authored 2020-07-28 10:36 . 第一版最终提交
module.exports = {
devServer: {
port: 9090,
// host: '127.0.0.1',
proxy: {
'/api': {
// target:'http://k145r41999.iask.in/',
// target:'http://192.168.1.127:8888',
target: 'http://yixiangxing666.com/',
// target: 'http://xtest.yindikj.com/',
// target: 'http://127.0.0.1:8888/',
ws: true,
changeOrigin: true,
pathRewrite: {
'^/api': ''
}
}
}
},
publicPath: './',
outputDir: 'dist',
assetsDir: 'static',
indexPath: 'index.html'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/monkeydlufei/scollshop.git
git@gitee.com:monkeydlufei/scollshop.git
monkeydlufei
scollshop
scollshop
master

Search