Browse Source

最终版本

master
aBin 3 years ago
parent
commit
0dbd0aa783
  1. 1
      src/components/News/index.vue
  2. 4
      src/config.js
  3. 12
      vue.config.js

1
src/components/News/index.vue

@ -292,6 +292,7 @@
},
editModal(currList) {
console.log('currList: ', currList);
this.showModal = true;
this.showAdd = false;
// this.id = id;

4
src/config.js

@ -4,8 +4,8 @@ export const DEVICE_TYPE_BIG = "quxia-vm"
export const client_id = 'test'
export const client_secret = "test"
// export const BASE_API = "https://rapapi.renqilai.com/app/mock/39";
// export const BASE_API = "http://10.119.190.12:8000/v1.0";
export const BASE_API = "https://test.tall.wiki/datang/v1.0";
export const BASE_API = "http://10.119.190.12:8000/v1.0";
// export const BASE_API = "https://test.tall.wiki/datang/v1.0";
export const pageSize = 20
export const SHELF_MAX_ROW=7

12
vue.config.js

@ -1,17 +1,17 @@
// vue.config.js
var path = require("path");
// const BASE_API = "http://10.119.190.12:8000/v1.0"
// const proxyUrl = '/v1.0'
const BASE_API = "http://10.119.190.12:8000/v1.0"
const proxyUrl = '/v1.0'
const BASE_API = "https://test.tall.wiki/datang/v1.0"
const proxyUrl = '/datang/v1.0'
// const BASE_API = "https://test.tall.wiki/datang/v1.0"
// const proxyUrl = '/datang/v1.0'
const port = 8080
module.exports = {
// publicPath: '/v1.0/manage',
publicPath: '/manage',
publicPath: '/v1.0/manage',
// publicPath: '/manage',
devServer: {
open: true,
overlay: {

Loading…
Cancel
Save