Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes
# Conflicts:
# CanadaMes-ui/src/views/Electrical/Action.vue
# CanadaMes-ui/src/views/Electrical/Parameter.vue
| | |
| | | </div> |
| | | </template> |
| | | |
| | | <script > |
| | | import { SelectPassword } from "../../api/home"; |
| | | <script > |
| | | import LanguageMixin from '../../lang/LanguageMixin' |
| | | import { SelectPassword } from "../../api/home"; |
| | | let socket; |
| | | export default { |
| | | name: "Action", |
| | |
| | | } |
| | | }, |
| | | created () { |
| | | this.init(); |
| | | this.isClickable = false; |
| | | |
| | | |
| | | this.init(); |
| | | |
| | | }, |
| | | methods: { |
| | | setActiveButton(buttonName) { |
| | |
| | | }, |
| | | send () { |
| | | |
| | | this.isClickable = true; |
| | | |
| | | SelectPassword().then(res => { |
| | | this.password = res.data.password; |
| | | }); |
| | |
| | |
|
| | | </template>
|
| | |
|
| | | <script>
|
| | | import { SelectPassword } from "../../api/home";
|
| | | <script> |
| | |
|
| | | let socket;
|
| | | import LanguageMixin from '../../lang/LanguageMixin'
|
| | | import { SelectPassword } from "../../api/home";
|
| | | export default {
|
| | | name: "Parameter",
|
| | | mixins: [LanguageMixin],
|
| | |
| | |
|
| | | created () {
|
| | | this.initWebSocket();
|
| | | this.isButtonDisabled = true;
|
| | | |
| | | |
| | |
|
| | | this.isButtonDisabled = true; |
| | |
|
| | | },
|
| | | methods: {
|
| | |
|
| | |
| | | */ |
| | | public static Connection getConn() throws SQLException { |
| | | Connection conn = null; |
| | | conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/canadames?serverTimezone=GMT%2B8&characterEncoding=utf-8", "root", "beibo.123/"); |
| | | conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/canadameserp?serverTimezone=GMT%2B8&characterEncoding=utf-8", "root", "beibo.123/"); |
| | | return conn; |
| | | } |
| | | |