@@ -104,12 +104,12 @@ const vueConfig = {
devServer: {
// development server port 8000
port: 8000,
- // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
+ // If you want to turn on the proxy, please remosve the mockjs /src/main.jsL11
proxy: {
'/api': {
- target: 'http://192.168.0.216:8602/ocs-admin',
+ // target: 'http://192.168.0.216:8602/ocs-admin',
// target: 'https://t.ocs.360arrow.com/ocs-admin', // 练习
- // target: 'http://p.ocs.360arrow.com/ocs-admin', // 预发布
+ target: 'http://p.ocs.360arrow.com/ocs-admin', // 预发布
ws: false,
changeOrigin: true,
pathRewrite: {