|
|
@@ -98,7 +98,7 @@ export default {
|
|
|
},
|
|
|
data: function () {
|
|
|
return {
|
|
|
- uploadurl:process.env.NODE_ENV == 'development'?'/api/sys/oss/upload':'/sys/oss/upload',
|
|
|
+ uploadurl:process.env.NODE_ENV == 'development'?'/sys/oss/upload':'/sys/oss/upload',
|
|
|
visible: false,
|
|
|
mixinViewModuleOptions: {
|
|
|
getDataListURL: '/material/page',
|
|
|
@@ -132,7 +132,7 @@ export default {
|
|
|
},
|
|
|
query: function () {
|
|
|
that.dataListLoading = true;
|
|
|
- service.get("/resource/pool/page", {
|
|
|
+ service.get("/sys/oss/ossPage", {
|
|
|
params: {
|
|
|
page: that.page,
|
|
|
limit: that.limit,
|