Commit 48f99ee4 by chenyu

update: dist

parent 08e07ca4
This source diff could not be displayed because it is too large. You can view the blob instead.
<!doctype html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="stylesheet" href="//at.alicdn.com/t/font_688955_izyug5a9kjr.css"/><script src="//at.alicdn.com/t/font_688955_izyug5a9kjr.js"></script><link rel="stylesheet" href="./static/css/common.css"><link rel="shortcut icon" type="image/x-icon" href="./static/img/favicon.ico"><title>积分商城</title><script defer="defer" src="/integral-mall/js/main.3ae12737dcb75b1e0507.js"></script><link href="/integral-mall/css/main.f779604af1a3945c63ba.css" rel="stylesheet"></head><body><div id="app"></div><script>(function() {
<!doctype html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="stylesheet" href="//at.alicdn.com/t/font_688955_izyug5a9kjr.css"/><script src="//at.alicdn.com/t/font_688955_izyug5a9kjr.js"></script><link rel="stylesheet" href="./static/css/common.css"><link rel="shortcut icon" type="image/x-icon" href="./static/img/favicon.ico"><title>积分商城</title><script defer="defer" src="/integral-mall/js/main.4dbae7f3186a7ee27a2a.js"></script><link href="/integral-mall/css/main.026443f464f5fc60abf1.css" rel="stylesheet"></head><body><div id="app"></div><script>(function() {
var src = '/component/static/import-component.js?timestrap=' + new Date().getTime();
var host = window.location.host;
host = host.indexOf('localhost') > -1 || host.indexOf('192.168') > -1 ? 'gicdev.demogic.com' : host;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -46,7 +46,6 @@
@change="getSearchList('1')"
v-model="dateValue"
type="datetimerange"
value-format="yyyy-MM-dd HH:mm:ss"
range-separator="~"
start-placeholder="开始日期"
end-placeholder="结束日期"
......@@ -222,7 +221,7 @@ export default {
...this.query,
};
this.loading = true;
request.post('/api-integral-mall/get-activity-page', qs.stringify(params)).then(res => {
request.post('/api-integral-mall/get-activity-page', params).then(res => {
if (res.data.errorCode === 0) {
if (res.data.result.result) {
this.tableData = res.data.result.result;
......
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