deploy

parent 6a2f20b6
...@@ -2,7 +2,8 @@ import request from '@/utils/request' ...@@ -2,7 +2,8 @@ import request from '@/utils/request'
export function getList(data) { export function getList(data) {
return request({ return request({
url: '/ad/getList', //url: '/ad/getList',
url: 'https://851edf02-46eb-43e6-828d-64c7e483ea41.bspapp.com/http/getAd',
method: 'get', method: 'get',
data, data,
}) })
......
...@@ -22,7 +22,7 @@ const setting = { ...@@ -22,7 +22,7 @@ const setting = {
//简写 //简写
abbreviation: 'vab', abbreviation: 'vab',
//开发环境端口号 //开发环境端口号
devPort: '80', devPort: '81',
//版本号 //版本号
version: process.env.VUE_APP_VERSION, version: process.env.VUE_APP_VERSION,
//这一项非常重要!请务必保留MIT协议下package.json及copyright作者信息 即可免费商用,不遵守此项约定你将无法使用该框架,如需自定义版权信息请联系QQ1204505056 //这一项非常重要!请务必保留MIT协议下package.json及copyright作者信息 即可免费商用,不遵守此项约定你将无法使用该框架,如需自定义版权信息请联系QQ1204505056
......
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